Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=multilib.git;a=commitdiff;h=8a5fdde4bdbcc7c9fc19b2cc7c7979448c57d8a4
commit 8a5fdde4bdbcc7c9fc19b2cc7c7979448c57d8a4 Author: crazy <[email protected]> Date: Wed Jan 31 23:55:34 2018 +0100 libva-1.7.3-5-x86_64 * rebuild with tc ( r1 ) * *weird* circualr depends=() on mesa * fix the whole packages since all depends got broken diff --git a/source/x11/libva/FrugalBuild b/source/x11/libva/FrugalBuild index fe55a73..a81db44 100644 --- a/source/x11/libva/FrugalBuild +++ b/source/x11/libva/FrugalBuild @@ -1,13 +1,15 @@ # Compiling Time: 0.25 SBU # Maintainer: James Buren <[email protected]> + +## FIXME: circuar depends on mesa! pkgname=libva pkgver=1.7.3 -pkgrel=4 +pkgrel=5 pkgdesc="Uniform library API for hardware acceleration of video decoding." url="http://www.freedesktop.org/wiki/Software/vaapi" depends=('wayland>=1.11.0-3' 'libxext>=1.3.3-3' 'libxfixes>=5.0.1-3' 'libdrm>=2.4.70-2') -makedepends+=('x11-protos>=0.1-3' 'lib32-libgl' 'lib32-libegl') +makedepends+=('x11-protos>=0.1-3' 'lib32-libglvnd' 'lib32-mesa-libegl' 'mesa-libglx' 'lib32-mesa-libglx' 'mesa-libgl-headers' 'libglvnd') groups=('x11') archs=('x86_64') up2date="Fwcat http://cgit.freedesktop.org/$pkgname | grep -om1 '>$pkgname-[0-9.]\+<' | sed 's|^>$pkgname-\(.*\)<$|\1|'" @@ -16,7 +18,7 @@ sha1sums=('3cf8361e4f7908625d41a3237717582188214047') subpkgs=("$pkgname-glx") subdescs=("LibVA using gl") -subdepends=('libgl>=17.0.1-2') +subdepends=('libglvnd mesa-libglx') subrodepends=("libva>=$pkgver") subgroups=('x11') subarchs=('x86_64') @@ -24,7 +26,7 @@ suboptions+=('force') subpkgs+=("$pkgname-egl") subdescs+=("LibVA using egl") -subdepends+=('libegl>=17.0.1-2') +subdepends+=('libglvnd mesa-libegl') subrodepends+=("libva>=$pkgver") subgroups+=('x11') subarchs+=('x86_64') _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
