contrib/gst-plugins-ugly-compat/Pkgfile

33 lines
972 B
Plaintext
Raw Normal View History

2006-12-10 10:23:57 +01: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 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
2006-12-10 10:23:57 +01:00
# Packager Matt Housh, jaeger at morpheus dot net
# Depends on: gst-plugins-base-compat lame liba52 libcdio libdvdread libmad libmpeg2 opencore-amr x264 xz
2006-12-10 10:23:57 +01:00
name=gst-plugins-ugly-compat
2012-03-02 10:22:28 +01:00
version=0.10.19
release=2
source=(http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-$version.tar.xz
opencore-amr.patch
cdio-cd-text-api.patch)
2006-12-10 10:23:57 +01:00
build() {
cd gst-plugins-ugly-$version
2006-12-10 10:23:57 +01:00
patch -p 0 -i $SRC/opencore-amr.patch
patch -p 1 -i $SRC/cdio-cd-text-api.patch
2006-12-10 10:23:57 +01:00
./configure \
--prefix=/usr \
--mandir=/usr/man \
--with-package-name="GStreamer Ugly Plugins (Crux)" \
--with-package-origin="http://crux.nu/" \
--enable-experimental \
--disable-nls \
--disable-dependency-tracking \
--disable-examples
2006-12-10 10:23:57 +01:00
make
make DESTDIR=$PKG install
2006-12-10 10:23:57 +01:00
}