summaryrefslogtreecommitdiffstats
path: root/libraries/libvdpau
diff options
context:
space:
mode:
author Edward Koenig2013-02-17 18:04:25 +0100
committer Robby Workman2013-02-23 05:27:41 +0100
commit6ab9eaa24dbe69fea0f3c077ee6011624f50d34a (patch)
treea17667305f7aa250b62d5e3cb6969203b4516e04 /libraries/libvdpau
parent74ebfc4b261e963debe7cdab846918e939e09c3e (diff)
downloadslackbuilds-6ab9eaa24dbe69fea0f3c077ee6011624f50d34a.tar.gz
libraries/libvdpau: Updated for version 0.6.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/libvdpau')
-rw-r--r--libraries/libvdpau/libvdpau.SlackBuild7
-rw-r--r--libraries/libvdpau/libvdpau.info6
2 files changed, 8 insertions, 5 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
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=""