xorg/xorg-libxvmc/Pkgfile

24 lines
566 B
Plaintext
Raw Normal View History

2008-05-22 09:09:42 +02:00
# Description: X Video Motion Compensation extension client library
2006-04-07 18:48:00 +02:00
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: meson ninja xorg-libxv
2006-04-07 18:48:00 +02:00
name=xorg-libxvmc
version=1.0.14
release=1
source=(https://www.x.org/releases/individual/lib/libXvMC-$version.tar.xz)
2006-04-07 18:48:00 +02:00
build() {
meson setup build libXvMC-$version \
--prefix=/usr \
--buildtype=plain \
--wrap-mode nodownload \
-D b_lto=true \
-D b_pie=true
2006-04-07 18:48:00 +02:00
meson compile -C build -j ${JOBS:-1}
DESTDIR=$PKG meson install -C build
2009-10-19 19:41:15 +02:00
rm -r $PKG/usr/share
2006-04-07 18:48:00 +02:00
}