summaryrefslogtreecommitdiff
path: root/xorg-libxvmc/Pkgfile
blob: d28f8ef844608a12128b1e463c413379882ca177 (plain)
    1 # Description: X Video Motion Compensation extension client library
    2 # URL: http://xorg.freedesktop.org
    3 # Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
    4 # Depends on: meson ninja xorg-libxv
    5 
    6 name=xorg-libxvmc
    7 version=1.0.13
    8 release=2
    9 source=(https://www.x.org/releases/individual/lib/libXvMC-$version.tar.xz)
   10 
   11 build() {
   12 	meson setup build libXvMC-$version \
   13 		--prefix=/usr \
   14 		--buildtype=plain \
   15 		--wrap-mode nodownload \
   16 		-D b_lto=true \
   17 		-D b_pie=true
   18 
   19 	meson compile -C build -j ${JOBS:-1}
   20 	DESTDIR=$PKG meson install -C build
   21 
   22 	rm -r $PKG/usr/share
   23 }

Generated by cgit