xorg-libxv-32: 1.0.10 -> 1.0.11

This commit is contained in:
Danny Rawlins 2016-10-09 20:17:56 +11:00
parent cdccde3f5b
commit f4d4f9752b
2 changed files with 5 additions and 4 deletions

View File

@ -1 +1 @@
e0af49d7d758b990e6fef629722d4aca libXv-1.0.10.tar.bz2 210b6ef30dda2256d54763136faa37b9 libXv-1.0.11.tar.bz2

View File

@ -4,16 +4,17 @@
# Depends on: xorg-libxext-32 xorg-videoproto-32 # Depends on: xorg-libxext-32 xorg-videoproto-32
name=xorg-libxv-32 name=xorg-libxv-32
version=1.0.10 version=1.0.11
release=1 release=1
source=(http://xorg.freedesktop.org/releases/individual/lib/libXv-$version.tar.bz2) source=(http://xorg.freedesktop.org/releases/individual/lib/libXv-$version.tar.bz2)
build() { build() {
cd libXv-$version cd libXv-$version
./configure --prefix=/usr --mandir=/usr/man --libdir=/usr/lib32 ./configure --prefix=/usr --libdir=/usr/lib32
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install
rm -r $PKG/usr/{include,man}
rm -r $PKG/usr/{include,share/man,share}
} }