commit 829c2e7ffab22e5dc6c8fdd08722a1450686b0de Author: Danny Rawlins <monster.romster@gmail.com> Date: Mon Apr 27 21:53:29 2020 +1000 [notify] libva-vdpau-driver-32: changed dependency libva1-32 -> libva-32 diff --git a/libva-vdpau-driver-32/.signature b/libva-vdpau-driver-32/.signature index 8179797..a8a419e 100644 --- a/libva-vdpau-driver-32/.signature +++ b/libva-vdpau-driver-32/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/compat-32.pub -RWSwxGo/zH7eXZtC1fSOd5RDXmOlful5CTaCTCwtr1m8ef2bLpPaWSdu6pZ4LOP1G964bN9wPVZDB1arG3iVQe0jzNm2as2YKgM= -SHA256 (Pkgfile) = 32e16ae76a7085c83ed8fc0702aeb120aa4b9ac444db53c61fc35bafe5ed9158 +RWSwxGo/zH7eXQKC3xWuL89PMQaMRUEaG/qmyIHH1SvRb9154pdxIhzv7Fgze24iSJtVwH1KkisEeLePHNBJ7TqmKiOsyPT52wM= +SHA256 (Pkgfile) = 59ffce0289b04e58dc9ab028e351a10dc7b9818bdffec538380bd1c1acaefa74 SHA256 (.footprint) = 37a106ebc0753ace7e8bfd8c96e7e5743edaf6952a2ca8c754d2dd28e30ba507 SHA256 (libva-vdpau-driver-0.7.4.tar.bz2) = 155c1982f0ac3f5435ba20b221bcaa11be212c37db548cd1f2a030ffa17e9bb9 SHA256 (libva-vdpau-driver-0.7.4-glext-missing-definition.patch) = 776bfe4c101cdde396d8783029b288c6cd825d0cdbc782ca3d94a5f9ffb4558c diff --git a/libva-vdpau-driver-32/Pkgfile b/libva-vdpau-driver-32/Pkgfile index 534d71b..176dd72 100644 --- a/libva-vdpau-driver-32/Pkgfile +++ b/libva-vdpau-driver-32/Pkgfile @@ -1,11 +1,11 @@ # Description: VDPAU back-end for NVIDIA and VIA chipsets. # URL: http://freedesktop.org/wiki/Software/vaapi # Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu -# Depends on: libva1-32 libva-vdpau-driver +# Depends on: libva-32 libvdpau-32 libva-vdpau-driver name=libva-vdpau-driver-32 version=0.7.4 -release=6 +release=7 source=(https://www.freedesktop.org/software/vaapi/releases/libva-vdpau-driver/libva... libva-vdpau-driver-0.7.4-glext-missing-definition.patch libva-vdpau-driver-0.7.4-libvdpau-0.8.patch @@ -25,7 +25,6 @@ build() { sed -i 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac autoreconf -i - PKG_CONFIG_PATH="/usr/lib32/libva1/pkgconfig" \ ./configure \ --prefix=/usr \ --libdir=/usr/lib32 \ @@ -33,7 +32,4 @@ build() { make make DESTDIR=$PKG install - - mv $PKG/usr/lib32/libva1/* $PKG/usr/lib32/ - rmdir $PKG/usr/lib32/libva1 }