xorg/xorg-libxvmc/Pkgfile
Juergen Daubert e2312f82e5 Revert "xorg-libxvmc: update to 1.0.12"
This reverts commit 64ed675d5a.

Update breaks mesa3d because of the changed pkgconfig file.
2019-09-27 10:21:11 +02:00

21 lines
423 B
Plaintext

# Description: X Video Motion Compensation extension client library
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-libxv
name=xorg-libxvmc
version=1.0.11
release=1
source=(https://www.x.org/releases/individual/lib/libXvMC-$version.tar.bz2)
build() {
cd libXvMC-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share
}