contrib/gstreamer-plugins-base/Pkgfile
2007-04-01 16:55:51 +10:00

24 lines
626 B
Plaintext

# Description: An essential exemplary set of plugins for gstreamer.
# URL: http://gstreamer.freedesktop.org/modules/gst-plugins-base.html
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: Matt Housh, jaeger at morpheus dot net
# Depends on: gstreamer liboil libtheora cdparanoia pango libvisual
name=gstreamer-plugins-base
version=0.10.12
release=1
source=(http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-$version.tar.gz)
build() {
cd gst-plugins-base-$version
./configure \
--prefix=/usr \
--mandir=/usr/man \
--disable-nls
make
make DESTDIR=$PKG install
}