From c3ff6b4da8966c22dcbf0f5d8a957b875242789f Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Oct 2012 01:23:34 -0700 Subject: Thu Oct 4 01:23:34 PDT 2012 --- gnome-unstable/gst-plugins-ugly/PKGBUILD | 38 ++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 gnome-unstable/gst-plugins-ugly/PKGBUILD (limited to 'gnome-unstable/gst-plugins-ugly/PKGBUILD') diff --git a/gnome-unstable/gst-plugins-ugly/PKGBUILD b/gnome-unstable/gst-plugins-ugly/PKGBUILD new file mode 100644 index 000000000..2ec191bf7 --- /dev/null +++ b/gnome-unstable/gst-plugins-ugly/PKGBUILD @@ -0,0 +1,38 @@ +# $Id: PKGBUILD 167899 2012-10-03 16:36:51Z heftig $ +# Maintainer: Jan de Groot + +pkgname=gst-plugins-ugly +pkgver=1.0.0 +pkgrel=1 +pkgdesc="GStreamer Multimedia Framework Ugly Plugins" +arch=('i686' 'x86_64') +license=('LGPL') +url="http://gstreamer.freedesktop.org/" +depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr') +options=(!libtool !emptydirs) +source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz) + #opencore-amr.patch) +md5sums=('7f20303caf4305278573fb7ef73a07b7') + #'d8feb6c99bfaff8be6b2c48ea4e98e47') + +build() { + cd $pkgname-$pkgver + sed -i '/AC_PATH_XTRA/d' configure.ac + autoreconf + #patch -Np0 -i "${srcdir}/opencore-amr.patch" + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ + --disable-static --enable-experimental \ + --with-package-name="GStreamer Ugly Plugins (Archlinux)" \ + --with-package-origin="http://www.archlinux.org/" + make +} + +check() { + cd $pkgname-$pkgver + make check +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="${pkgdir}" install +} -- cgit v1.2.3-54-g00ecf