diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2014-10-19 05:07:04 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2014-10-19 05:07:28 +1100 |
commit | 703e890e83b360c3e3fc70a6dec0d71703b384f4 (patch) | |
tree | fc2c9c198fc80c35fba91d674f911121f3703a4d /libva/Pkgfile | |
parent | 5292470bdaf61b4cd7261312fe45beb2834942d2 (diff) | |
download | opt-703e890e83b360c3e3fc70a6dec0d71703b384f4.tar.gz opt-703e890e83b360c3e3fc70a6dec0d71703b384f4.tar.xz |
[notify] libva: 1.3.1 -> 1.4.0 new dependency wayland
Diffstat (limited to 'libva/Pkgfile')
-rw-r--r-- | libva/Pkgfile | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/libva/Pkgfile b/libva/Pkgfile index 49f4d3279..86bba01d7 100644 --- a/libva/Pkgfile +++ b/libva/Pkgfile @@ -2,25 +2,18 @@ # URL: http://freedesktop.org/wiki/Software/vaapi # Maintainer: Danny Rawlins, monster dot romster at gmail dot com # Packager: Tilman Sauerbeck, tilman at crux dot nu -# Depends on: mesa3d +# Depends on: mesa3d wayland name=libva -version=1.3.1 -release=2 -source=(http://www.freedesktop.org/software/vaapi/releases/$name/$name-$version.tar.bz2 - 0001-va-release-VADisplayContext-at-the-end-of-vaTerminat.patch) +version=1.4.0 +release=1 +source=(http://www.freedesktop.org/software/vaapi/releases/$name/$name-$version.tar.bz2) build() { cd $name-$version - patch -p1 -i $SRC/0001-va-release-VADisplayContext-at-the-end-of-vaTerminat.patch - - # --disable-wayland - sed -i -e '17547,17643d' configure - ./configure \ --prefix=/usr \ - --disable-wayland \ --disable-dependency-tracking make |