diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-07-01 07:26:59 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-21 08:55:34 -0500 |
commit | a951d7375f4587879607e5ec6c1beda13478a3d0 (patch) | |
tree | 3800f188ee66a79fa61e4d9b2a149368408af20a /libraries/libvdpau/libvdpau.SlackBuild | |
parent | 7317059a87e559a6e01be718a2713d3b2a0d6a7f (diff) |
libraries/libvdpau: Included a couple of patches
One patch from git and another for flash (evil adobe\!).
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/libvdpau/libvdpau.SlackBuild')
-rw-r--r-- | libraries/libvdpau/libvdpau.SlackBuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libraries/libvdpau/libvdpau.SlackBuild b/libraries/libvdpau/libvdpau.SlackBuild index 4eb5367f2db06..3eca4767918da 100644 --- a/libraries/libvdpau/libvdpau.SlackBuild +++ b/libraries/libvdpau/libvdpau.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=libvdpau VERSION=0.4.1 -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -65,6 +65,10 @@ cd $PRGNAM-$VERSION chown -R root:root . chmod -R u+w,go+r-w,a-s . +# apply a patch from git and another for buggy flash +patch -p1 < $CWD/patches/vdpau_wrapper_c.patch +patch -p1 < $CWD/patches/0001-vdpau_trace-WAR-Flash-quirks.patch + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |