summaryrefslogtreecommitdiff
path: root/libvdpau
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2020-11-04 17:19:38 +0100
committerJuergen Daubert <jue@jue.li>2020-11-04 17:19:38 +0100
commit72d3b39d43b567254bb1622bde8785c1e105b970 (patch)
treea7857659e9e3bbff41800ffac54eaf19e1ff7d72 /libvdpau
parent5fe385b62ccdfd4ec0177ee670cebc389cba7422 (diff)
downloadxorg-72d3b39d43b567254bb1622bde8785c1e105b970.tar.gz
xorg-72d3b39d43b567254bb1622bde8785c1e105b970.tar.xz
libvdpau: improve meson syntax
Diffstat (limited to 'libvdpau')
-rw-r--r--libvdpau/.signature4
-rw-r--r--libvdpau/Pkgfile8
2 files changed, 8 insertions, 4 deletions
diff --git a/libvdpau/.signature b/libvdpau/.signature
index 88e5832f..5024091c 100644
--- a/libvdpau/.signature
+++ b/libvdpau/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndG1i3MIyd2/YPoBsPVNQ9jZE1sX2wyfKiZeQGycuLHA5xtSgydysAnUTeIna8byjCT9V/TLyAI9xev5bp3loQA4=
-SHA256 (Pkgfile) = 0d2543a5c212ac36010e3a38bd3f5f4eb80c6c9a9c9f668e88baad8a54e704cd
+RWTSGWF5Q7TndIJzzg41IN/fV8eu5ibqyio1HoOAeD6LK4kKit76CKlxYsQbESTJZ8MHQTa1ORDyzgJ3479uHb+h29hY7Whavgc=
+SHA256 (Pkgfile) = 2a3eff6f6060dadc251a885b65efa71c2ef92fa8318fa1d80e74ffd1d5436b02
SHA256 (.footprint) = a2bb1a4403548b4c04557bd90a16fee59cd5889039c0cf51dba49018687e13f6
SHA256 (libvdpau-1.4.tar.bz2) = 4258824c5a4555ef31de0a7d82b3caf19e75a16a13949f1edafc5f6fb2d33f30
diff --git a/libvdpau/Pkgfile b/libvdpau/Pkgfile
index be53a4f4..0ecf8727 100644
--- a/libvdpau/Pkgfile
+++ b/libvdpau/Pkgfile
@@ -9,7 +9,11 @@ release=1
source=(https://gitlab.freedesktop.org/vdpau/$name/-/archive/$version//$name-$version.tar.bz2)
build() {
- meson build $name-$version --prefix /usr -Ddocumentation=false
- ninja -C build -j ${JOBS:-1}
+ meson setup build $name-$version \
+ --prefix=/usr \
+ --buildtype=plain \
+ -D documentation=false
+
+ meson compile -C build -j ${JOBS:-1}
DESTDIR=$PKG meson install -C build
}

Generated by cgit