libvdpau: 1.3 -> 1.4

This commit is contained in:
Danny Rawlins 2020-04-25 23:09:43 +10:00
parent 40a6ecc8c7
commit 382c7075d0
2 changed files with 7 additions and 11 deletions

View File

@ -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

View File

@ -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-$version.tar.bz2)
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
}