commit b08a8b67689f9d18e3590e11c00952dc85c32f35 Author: Danny Rawlins <monster.romster@gmail.com> Date: Thu Apr 16 20:30:45 2020 +1000 [notify] libva-vdpau-driver: changed dependency libva1 -> libva diff --git a/libva-vdpau-driver/.signature b/libva-vdpau-driver/.signature index 8b1a84324..618bc7eee 100644 --- a/libva-vdpau-driver/.signature +++ b/libva-vdpau-driver/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3587RRgtMFRDzjtl68x7bPhr4WyIaAdDHnN2pE/ooTueDDGAgy+IG+wbNhlbn6PtmkXNsmSIzXo6WFFbyXfi3wE= -SHA256 (Pkgfile) = 66bdff1c680af21ed3bafbd0c173cd6937eac9c40c50af34867261bf6e37d940 +RWSagIOpLGJF3zNlUbEyglcUKcL+STMV3eHno4ETCMeV4XfcBud2Eh3IU0dueB+VVIQyDnZRix9RP4Dr5IGR+d/Bowc33urNSgI= +SHA256 (Pkgfile) = 188911b94becb5f787850d6e5cff91904f957a7d8ab73b7d04f6a8d0085c7de0 SHA256 (.footprint) = c5171012397e1889693c1bcabd77ad07959cde5d16fc1c020b3d1a5455d83f8d 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/Pkgfile b/libva-vdpau-driver/Pkgfile index 5a5e37ba3..a58b8e3cf 100644 --- a/libva-vdpau-driver/Pkgfile +++ b/libva-vdpau-driver/Pkgfile @@ -1,11 +1,11 @@ # Description: VDPAU back-end for NVIDIA and VIA chipsets. # URL: http://freedesktop.org/wiki/Software/vaapi # Maintainer: Danny Rawlins, crux at romster dot me -# Depends on: libva1 +# Depends on: libva libvdpau name=libva-vdpau-driver version=0.7.4 -release=6 +release=7 source=(https://www.freedesktop.org/software/vaapi/releases/$name/$name-$version.tar... libva-vdpau-driver-0.7.4-glext-missing-definition.patch libva-vdpau-driver-0.7.4-libvdpau-0.8.patch @@ -25,14 +25,10 @@ build() { sed -i 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac autoreconf -i - PKG_CONFIG_PATH="/usr/lib/libva1/pkgconfig" \ ./configure \ --prefix=/usr \ --enable-glx make make DESTDIR=$PKG install - - mv $PKG/usr/lib/libva1/* $PKG/usr/lib/ - rmdir $PKG/usr/lib/libva1 }