ports/xorg (3.5): libvdpau: 1.3 -> 1.4
commit 382c7075d0642618fb13fedf69326b3171c50071 Author: Danny Rawlins <monster.romster@gmail.com> Date: Sat Apr 25 23:09:43 2020 +1000 libvdpau: 1.3 -> 1.4 diff --git a/libvdpau/.signature b/libvdpau/.signature index 63b4da3c..62166069 100644 --- a/libvdpau/.signature +++ b/libvdpau/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/xorg.pub -RWTSGWF5Q7TndC4m9NTdz3RlL2IkpoT522SzeYReN5EtU9H7Jm7uyD0D97FGHXTcldXIl91djnifiIASjeobnkZekZS5n9XvtQo= -SHA256 (Pkgfile) = 43b1c66414f9919826be16ea92f82d730e98c64e5f949ad54efcb189673a9183 +RWTSGWF5Q7TndB7zCHs+CgyHJeVSx0BZskN/PbuzbzcJukoTjbbnSJ1Uc6ZTjGrEny04Bfq54N5Mc8IGSXQxEBRmeBHbnDrCuAI= +SHA256 (Pkgfile) = 3a638e2e68fa58a10d47c3bdfeecd8af3e82bd94ae72147ca74995373e92a47b SHA256 (.footprint) = a2bb1a4403548b4c04557bd90a16fee59cd5889039c0cf51dba49018687e13f6 -SHA256 (libvdpau-1.3.tar.bz2) = b5a52eeac9417edbc396f26c40591ba5df0cd18285f68d84614ef8f06196e50e +SHA256 (libvdpau-1.4.tar.bz2) = 4258824c5a4555ef31de0a7d82b3caf19e75a16a13949f1edafc5f6fb2d33f30 diff --git a/libvdpau/Pkgfile b/libvdpau/Pkgfile index 1164ba96..b3011e65 100644 --- a/libvdpau/Pkgfile +++ b/libvdpau/Pkgfile @@ -4,16 +4,12 @@ # Depends on: xorg-libxext meson ninja name=libvdpau -version=1.3 +version=1.4 release=1 source=(https://gitlab.freedesktop.org/vdpau/$name/-/archive/$version//$name-$versio...) build() { - cd $name-$version - - meson build \ - --prefix /usr \ - -Ddocumentation=false \ - - DESTDIR=$PKG ninja -C build -j ${JOBS:-1} install + meson build $name-$version --prefix /usr -Ddocumentation=false + ninja -C build -j ${JOBS:-1} + DESTDIR=$PKG meson install -C build }
participants (1)
-
crux@crux.nu