1
0
forked from ports/contrib

30 lines
857 B
Plaintext
Raw Normal View History

2006-12-10 20:23:45 +11: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 13:45:31 +11:00
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
2006-12-10 20:23:45 +11:00
# Packager: Matt Housh, jaeger at morpheus dot net
# Depends on: faac ladspa libdivx-legacy libexif libmms libmpcdec libmusicbrainz libsdl libshout libxvid mpeg2dec swfdec wavpack x264
2006-12-10 20:23:45 +11:00
name=gst-plugins-bad
2008-08-01 14:34:51 +10:00
version=0.10.8
2008-02-22 00:43:10 +11:00
release=1
2008-12-19 20:46:42 +11:00
source=(http://gstreamer.freedesktop.org/src/$name/$name-$version.tar.bz2
gst-plugins-bad-0.10.8-x264_fix.patch)
2006-12-10 20:23:45 +11:00
build() {
2008-12-19 20:46:42 +11:00
cd $name-$version
patch -p 1 -i $SRC/gst-plugins-bad-0.10.8-x264_fix.patch
2006-12-10 20:23:45 +11:00
./configure \
--prefix=/usr \
--disable-nls \
--disable-static \
--disable-valgrind \
--disable-debug \
--disable-examples \
2008-02-04 12:27:13 +11:00
--disable-neon \
--with-x
2006-12-10 20:23:45 +11:00
2007-04-01 16:36:28 +10:00
make
make DESTDIR=$PKG install
2006-12-10 20:23:45 +11:00
}