summaryrefslogtreecommitdiffstats
path: root/libva-vdpau-driver
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-06-02 23:15:31 +0000
committer Eric Hameleers <alien@slackware.com>2015-06-02 23:15:31 +0000
commitbe16bb5938d53d956d967aad074980cd90290731 (patch)
tree230db6318ff3c3d593fae681e9103a8263a1213c /libva-vdpau-driver
parentd5e996c4e95a3cbdee589a268733c331c289c33b (diff)
downloadasb-be16bb5938d53d956d967aad074980cd90290731.tar.gz
asb-be16bb5938d53d956d967aad074980cd90290731.tar.xz
libva-vdpau-driver: make it compile on -current
Diffstat (limited to 'libva-vdpau-driver')
-rwxr-xr-xlibva-vdpau-driver/build/libva-vdpau-driver.SlackBuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/libva-vdpau-driver/build/libva-vdpau-driver.SlackBuild b/libva-vdpau-driver/build/libva-vdpau-driver.SlackBuild
index 8a06998b..6cdde3d5 100755
--- a/libva-vdpau-driver/build/libva-vdpau-driver.SlackBuild
+++ b/libva-vdpau-driver/build/libva-vdpau-driver.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2010, 2011, 2013 Eric Hameleers, Netherlands, NL
+# Copyright 2010, 2011, 2013, 2015 Eric Hameleers, Netherlands, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -39,6 +39,8 @@
# 0.7.4-1: 11/dec/2013 by Eric Hameleers <alien@slackware.com>
# * Package renamed to 'libva-vdpau-driver' and updated
# accompanying the new libva-1.2.1 package.
+# 0.7.4-2: 03/jun/2015 by Eric Hameleers <alien@slackware.com>
+# * Apply a patch to compile against vdpau 0.8.
#
# Run 'sh vdpau-video.SlackBuild' to build a Slackware package.
# The package (.txz) and .txt file as well as build logs are created in /tmp .
@@ -50,7 +52,7 @@
PRGNAM=libva-vdpau-driver
VERSION=${VERSION:-0.7.4}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}
@@ -168,6 +170,8 @@ cat $SRCDIR/libva-vdpau-driver_glext.patch \
| patch -p1 --verbose 2>&1 | tee $OUTPUT/patch-${PRGNAM}.log
cat $SRCDIR/libva-vdpau-driver_VAEncH264SEIBufferType.patch \
| patch -p1 --verbose 2>&1 | tee -a $OUTPUT/patch-${PRGNAM}.log
+cat $SRCDIR/libva-vdpau-driver-vdpau-0.8.patch \
+ | patch -p1 --verbose 2>&1 | tee -a $OUTPUT/patch-${PRGNAM}.log
chown -R root:root .
chmod -R u+w,go+r-w,a+X-s .