summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072017-08-27 20:01:07 +0200
committersL1pKn072017-08-27 20:01:07 +0200
commitdf1e4e8722a42385812695037eba07f72423863b (patch)
tree6e0a70af0a14240a06dbb0ea36556894acbead6d
parent6710b192c00d8b6796eca8a06a4058c85dc56479 (diff)
downloadaur-df1e4e8722a42385812695037eba07f72423863b.tar.gz
Add the url of the orginal libva-vdpau-driver-0.7.4-fallback-x.patch
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d94834b144ba..4c845850174f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Aug 27 17:38:39 UTC 2017
+# Sun Aug 27 18:00:29 UTC 2017
pkgbase = libva-vdpau-driver-chromium
pkgdesc = VDPAU backend for VA API. (special version for chromium)
pkgver = 0.7.4
diff --git a/PKGBUILD b/PKGBUILD
index 797a846c54ba..146491acaff1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=0.7.4
pkgrel=2
pkgdesc="VDPAU backend for VA API. (special version for chromium)"
arch=('i686' 'x86_64')
-url="http://freedesktop.org/wiki/Software/vaapi"
+url='http://freedesktop.org/wiki/Software/vaapi'
license=('GPL')
depends=('libva'
'libvdpau'
@@ -20,7 +20,7 @@ source=("http://freedesktop.org/software/vaapi/releases/libva-vdpau-driver/libva
'libva-vdpau-driver-0.7.4-glext-missing-definition.patch::https://git.archlinux.org/svntogit/packages.git/plain/trunk/libva-vdpau-driver-0.7.4-glext-missing-definition.patch?h=packages/libva-vdpau-driver'
'libva-vdpau-driver-0.7.4-libvdpau-0.8.patch::https://git.archlinux.org/svntogit/packages.git/plain/trunk/libva-vdpau-driver-0.7.4-libvdpau-0.8.patch?h=packages/libva-vdpau-driver'
'libva-vdpau-driver-0.7.4-VAEncH264VUIBufferType.patch::https://git.archlinux.org/svntogit/packages.git/plain/trunk/libva-vdpau-driver-0.7.4-VAEncH264VUIBufferType.patch?h=packages/libva-vdpau-driver'
- 'libva-vdpau-driver-0.7.4-fallback-x.patch'
+ 'libva-vdpau-driver-0.7.4-fallback-x.patch' # original http://www.snewbury.org.uk/libva-vdpau-driver-0.7.4-fallback-x.patch
'http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/vivid/vdpau-video/vivid/download/head:/sigfpecrash.patch-20140602223430-b42d97uv6vf2c3p7-1/sigfpe-crash.patch'
)
sha256sums=('155c1982f0ac3f5435ba20b221bcaa11be212c37db548cd1f2a030ffa17e9bb9'
@@ -44,6 +44,7 @@ build() {
cd "libva-vdpau-driver-${pkgver}"
./configure \
--prefix=/usr
+
make
}