2006-12-10 20:23:57 +11:00
|
|
|
# Description: A set of plugins for gstreamer that may pose distribution problems.
|
|
|
|
# URL: http://gstreamer.freedesktop.org/modules/gst-plugins-ugly.html
|
2014-11-10 23:28:07 +11:00
|
|
|
# Maintainer: Danny Rawlins, crux at romster dot me
|
2006-12-10 20:23:57 +11:00
|
|
|
# Packager Matt Housh, jaeger at morpheus dot net
|
2014-07-27 22:21:27 +10:00
|
|
|
# Depends on: gst-plugins-base-compat lame liba52 libcdio libdvdread libmad libmpeg2 opencore-amr x264 xz
|
2006-12-10 20:23:57 +11:00
|
|
|
|
2014-07-27 22:21:27 +10:00
|
|
|
name=gst-plugins-ugly-compat
|
2012-03-02 20:22:28 +11:00
|
|
|
version=0.10.19
|
2014-02-16 02:54:43 +11:00
|
|
|
release=2
|
2014-07-27 22:21:27 +10:00
|
|
|
source=(http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-$version.tar.xz
|
2014-02-16 02:54:43 +11:00
|
|
|
opencore-amr.patch
|
|
|
|
cdio-cd-text-api.patch)
|
2006-12-10 20:23:57 +11:00
|
|
|
|
|
|
|
build() {
|
2014-07-27 22:21:27 +10:00
|
|
|
cd gst-plugins-ugly-$version
|
2006-12-10 20:23:57 +11:00
|
|
|
|
2014-02-16 02:54:43 +11:00
|
|
|
patch -p 0 -i $SRC/opencore-amr.patch
|
|
|
|
patch -p 1 -i $SRC/cdio-cd-text-api.patch
|
|
|
|
|
2006-12-10 20:23:57 +11:00
|
|
|
./configure \
|
|
|
|
--prefix=/usr \
|
2009-01-24 17:20:41 +11:00
|
|
|
--mandir=/usr/man \
|
2014-02-16 02:54:43 +11:00
|
|
|
--with-package-name="GStreamer Ugly Plugins (Crux)" \
|
|
|
|
--with-package-origin="http://crux.nu/" \
|
|
|
|
--enable-experimental \
|
2009-01-24 17:20:41 +11:00
|
|
|
--disable-nls \
|
|
|
|
--disable-dependency-tracking \
|
|
|
|
--disable-examples
|
2006-12-10 20:23:57 +11:00
|
|
|
|
2007-03-06 17:34:33 +11:00
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
2006-12-10 20:23:57 +11:00
|
|
|
}
|