compat-32/xorg-libxvmc-32/Pkgfile

24 lines
553 B
Plaintext
Raw Normal View History

# Description: X Video Motion Compensation extension client library
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
2016-10-09 11:18:49 +02:00
# Depends on: xorg-libxv-32 xorg-libxvmc
name=xorg-libxvmc-32
2019-10-25 11:53:52 +02:00
version=1.0.12
release=1
source=(https://www.x.org/releases/individual/lib/libXvMC-$version.tar.bz2)
build() {
cd libXvMC-$version
2019-10-25 11:53:52 +02:00
# prevent linking against libxv
export XVMC_LIBS="-lX11 -lXext"
./configure --prefix=/usr --libdir=/usr/lib32
make
make DESTDIR=$PKG install
2019-03-18 13:07:00 +01:00
rm -r $PKG/usr/{include,share/doc}
}