contrib/gst-plugins-bad/Pkgfile

30 lines
854 B
Plaintext
Raw Normal View History

2006-12-10 10:23:45 +01:00
# Description: A set of plugins for gstreamer that may pose distribution problems.
# URL: http://gstreamer.freedesktop.org/modules/gst-plugins-bad.html
2008-03-26 03:45:31 +01:00
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
2006-12-10 10:23:45 +01:00
# Packager: Matt Housh, jaeger at morpheus dot net
# Depends on: bzip2 ladspa libdivx-legacy libexif libmms libmodplug libmpcdec libmusicbrainz libshout mpeg2dec swfdec wavpack x264
2006-12-10 10:23:45 +01:00
name=gst-plugins-bad
2008-08-01 06:34:51 +02:00
version=0.10.8
2008-02-21 14:43:10 +01:00
release=1
2008-12-19 10:46:42 +01:00
source=(http://gstreamer.freedesktop.org/src/$name/$name-$version.tar.bz2
gst-plugins-bad-0.10.8-x264_fix.patch)
2006-12-10 10:23:45 +01:00
build() {
2008-12-19 10:46:42 +01:00
cd $name-$version
patch -p 1 -i $SRC/gst-plugins-bad-0.10.8-x264_fix.patch
2006-12-10 10:23:45 +01:00
./configure \
--prefix=/usr \
--disable-nls \
--disable-static \
--disable-valgrind \
--disable-debug \
--disable-examples \
2008-02-04 02:27:13 +01:00
--disable-neon \
--with-x
2006-12-10 10:23:45 +01:00
2007-04-01 08:36:28 +02:00
make
make DESTDIR=$PKG install
2006-12-10 10:23:45 +01:00
}