compat-32/gstreamer-compat-32/Pkgfile
2014-07-28 20:19:01 +10:00

34 lines
845 B
Plaintext

# Description: Gstreamer is a library that allows the construction of graphs of media-handling components.
# URL: http://gstreamer.freedesktop.org/
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: glib-32 libxml2-32 python-32 gstreamer-compat
name=gstreamer-compat-32
version=0.10.36
release=2
source=(http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-$version.tar.xz
bison.patch)
build() {
cd gstreamer-$version
patch -p1 -i $SRC/bison.patch
./configure \
--prefix=/usr \
--mandir=/usr/man \
--libdir=/usr/lib32 \
--libexecdir=/usr/lib32 \
--disable-debug \
--disable-nls \
--disable-dependency-tracking \
--disable-valgrind \
--disable-examples
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/gtk-doc
rm -rf $PKG/{etc,var} $PKG/usr/{bin,etc,include,man,sbin,share}
}