diff options
author | Edward Koenig <kingbeowulf@gmail.com> | 2013-02-17 11:04:25 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-02-22 22:27:41 -0600 |
commit | 6ab9eaa24dbe69fea0f3c077ee6011624f50d34a (patch) | |
tree | a17667305f7aa250b62d5e3cb6969203b4516e04 /libraries/libvdpau/libvdpau.SlackBuild | |
parent | 74ebfc4b261e963debe7cdab846918e939e09c3e (diff) | |
download | slackbuilds-6ab9eaa24dbe69fea0f3c077ee6011624f50d34a.tar.gz |
libraries/libvdpau: Updated for version 0.6.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/libvdpau/libvdpau.SlackBuild')
-rw-r--r-- | libraries/libvdpau/libvdpau.SlackBuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/libraries/libvdpau/libvdpau.SlackBuild b/libraries/libvdpau/libvdpau.SlackBuild index 1614452a93..7acc180d21 100644 --- a/libraries/libvdpau/libvdpau.SlackBuild +++ b/libraries/libvdpau/libvdpau.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for libvdpau # Copyright 2009-2011 Heinz Wiesinger, Amsterdam, The Netherlands +# Copyright 2012-2013 Edward Koenig, Vancouver, WA, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=libvdpau -VERSION=${VERSION:-0.5} +VERSION=${VERSION:-0.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -65,6 +66,8 @@ cd $PRGNAM-$VERSION chown -R root:root . chmod -R u+w,go+r-w,a-s . +./autogen.sh + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ @@ -84,7 +87,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS ChangeLog COPYING INSTALL NEWS README \ +cp -a AUTHORS COPYING INSTALL NEWS README \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |