From 6ab9eaa24dbe69fea0f3c077ee6011624f50d34a Mon Sep 17 00:00:00 2001 From: Edward Koenig Date: Sun, 17 Feb 2013 11:04:25 -0600 Subject: libraries/libvdpau: Updated for version 0.6. Signed-off-by: Robby Workman --- libraries/libvdpau/libvdpau.SlackBuild | 7 +++++-- libraries/libvdpau/libvdpau.info | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'libraries') 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 diff --git a/libraries/libvdpau/libvdpau.info b/libraries/libvdpau/libvdpau.info index 2d1b422684..2b02476009 100644 --- a/libraries/libvdpau/libvdpau.info +++ b/libraries/libvdpau/libvdpau.info @@ -1,8 +1,8 @@ PRGNAM="libvdpau" -VERSION="0.5" +VERSION="0.6" HOMEPAGE="http://cgit.freedesktop.org/~aplattner/libvdpau" -DOWNLOAD="http://people.freedesktop.org/~aplattner/vdpau/libvdpau-0.5.tar.gz" -MD5SUM="94c6d0ef2b1c0407c5cf89ca6f9ade88" +DOWNLOAD="http://people.freedesktop.org/~aplattner/vdpau/libvdpau-0.6.tar.gz" +MD5SUM="78a3a992b8187182463d3998e5d17916" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3-80-g2a13