summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2020-04-25 23:10:07 +1000
committerDanny Rawlins <monster.romster@gmail.com>2020-04-25 23:10:07 +1000
commit7acb9c1785cb0de54d03fd1afaad3b29823fb99d (patch)
tree8a332e38a3b2455cfcd0015adb8210375f9b5ac0
parent5afc05a80e236593304a5a38d1c978e4bb40fece (diff)
downloadcompat-32-7acb9c1785cb0de54d03fd1afaad3b29823fb99d.tar.gz
compat-32-7acb9c1785cb0de54d03fd1afaad3b29823fb99d.tar.xz
libvdpau-32: 1.3 -> 1.4
-rw-r--r--libvdpau-32/.signature6
-rw-r--r--libvdpau-32/Pkgfile13
2 files changed, 7 insertions, 12 deletions
diff --git a/libvdpau-32/.signature b/libvdpau-32/.signature
index 2bb0f1ce..b956f36b 100644
--- a/libvdpau-32/.signature
+++ b/libvdpau-32/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/compat-32.pub
-RWSwxGo/zH7eXQ/tsSpDS74LYfktXcvhGF1kAev8ov+PhzgtponhlYvnnDK2OKLX8OUpZiOlJ5rUZKc9E/P6bnydjtXaAOgigwI=
-SHA256 (Pkgfile) = eb886f9399768030b1ff3886672a7188aa169637ab6275942862c025bc609f5f
+RWSwxGo/zH7eXT1mTS+t8OsKB0/LGPh1jEjoQRLRWQgZ50Des93bbV5ZkGfMdbt3QZi3FG9xXlnjWJq2IzpjcEqgEEIpbmDpJAw=
+SHA256 (Pkgfile) = 8b1b1504d72d96ad53caff9d9b730ac51eb5c3c72c96fe1406a72eb28f89bdea
SHA256 (.footprint) = c9b675106249f30659d3698bd809c677e1721f4ff13bcc0777416eb5008d0f2f
-SHA256 (libvdpau-1.3.tar.bz2) = b5a52eeac9417edbc396f26c40591ba5df0cd18285f68d84614ef8f06196e50e
+SHA256 (libvdpau-1.4.tar.bz2) = 4258824c5a4555ef31de0a7d82b3caf19e75a16a13949f1edafc5f6fb2d33f30
diff --git a/libvdpau-32/Pkgfile b/libvdpau-32/Pkgfile
index a80eb852..73a954b0 100644
--- a/libvdpau-32/Pkgfile
+++ b/libvdpau-32/Pkgfile
@@ -4,19 +4,14 @@
# Depends on: libvdpau xorg-libxext-32
name=libvdpau-32
-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 \
- --libdir=/usr/lib32 \
- -Ddocumentation=false
-
- DESTDIR=$PKG ninja -C build -j ${JOBS:-1} install
+ meson build libvdpau-$version --prefix /usr --libdir=/usr/lib32 -Ddocumentation=false
+ ninja -C build -j ${JOBS:-1}
+ DESTDIR=$PKG meson install -C build
rm -r $PKG/etc $PKG/usr/include
}

Generated by cgit