From ff137f600f6894f77f9d1e653c5f00924f96f1fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Mon, 31 Jan 2011 17:13:21 -0300 Subject: gstreamer0.10-bad-libre-0.10.20-1 moved from [libre-testing] to [libre] --- libre/gstreamer0.10-bad-libre/PKGBUILD | 54 ++++++++++++++++++++++ .../gstreamer0.10-bad-plugins.install | 11 +++++ 2 files changed, 65 insertions(+) create mode 100644 libre/gstreamer0.10-bad-libre/PKGBUILD create mode 100644 libre/gstreamer0.10-bad-libre/gstreamer0.10-bad-plugins.install (limited to 'libre') diff --git a/libre/gstreamer0.10-bad-libre/PKGBUILD b/libre/gstreamer0.10-bad-libre/PKGBUILD new file mode 100644 index 000000000..a1742010e --- /dev/null +++ b/libre/gstreamer0.10-bad-libre/PKGBUILD @@ -0,0 +1,54 @@ +# $Id$ +# Maintainer: Jan de Groot +# Maintainer (Parabola): fauno + +pkgbase=gstreamer0.10-bad-libre +pkgname=('gstreamer0.10-bad-libre' 'gstreamer0.10-bad-libre-plugins') +pkgver=0.10.20 +pkgrel=1 +arch=('i686' 'x86_64') +license=('LGPL' 'GPL') +makedepends=('pkgconfig' 'gstreamer0.10-base>=0.10.30' 'xvidcore' 'libdca' 'bzip2' 'libdc1394' 'exempi' 'jack' 'neon' 'libexif' 'musicbrainz' 'faad2' 'libmms' 'libcdaudio' 'libmpcdec' 'mjpegtools' 'libdvdnav' 'libmodplug' 'jasper' 'liblrdf' 'libofa' 'soundtouch' 'libvdpau' 'schroedinger' 'libass' 'libvpx' 'gsm' 'libgme' 'rtmpdump') +url="http://gstreamer.freedesktop.org/" +options=(!libtool !emptydirs) +source=(${url}/src/gst-plugins-bad/gst-plugins-bad-${pkgver}.tar.bz2) +md5sums=('7c84766f6d24f41ba90c3f6141012ab8') + +build() { + cd "${srcdir}/gst-plugins-bad-${pkgver}" + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ + --disable-static --enable-experimental \ + --with-package-name="GStreamer Bad Plugins (Parabola)" \ + --with-package-origin="http://parabolagnulinux.org/" + + make || return 1 + sed -e 's/gst sys ext/gst/' -i Makefile +} + +package_gstreamer0.10-bad-libre() { + pkgdesc="GStreamer Multimedia Framework Bad Plugin libraries (gst-plugins-bad)" + depends=('gstreamer0.10-base>=0.10.29') + groups=('gstreamer0.10-plugins') + provides=('gstreamer0.10-bad') + conflicts=('gstreamer0.10-bad') + replaces=('gstreamer0.10-bad') + + cd "${srcdir}/gst-plugins-bad-${pkgver}" + make DESTDIR="${pkgdir}" install +} + +package_gstreamer0.10-bad-libre-plugins() { + pkgdesc="GStreamer Multimedia Framework Bad Plugins (gst-plugins-bad)" + depends=("gstreamer0.10-bad=${pkgver}" 'xvidcore' 'libdca' 'bzip2' 'libdc1394' 'exempi' 'jack' 'neon' 'libexif' 'musicbrainz' 'faad2' 'libmms' 'libcdaudio' 'libmpcdec' 'mjpegtools' 'libdvdnav' 'libmodplug' 'jasper' 'liblrdf' 'libofa' 'libvdpau' 'soundtouch' 'libass' 'schroedinger' 'libvpx' 'gsm' 'rtmpdump' 'libgme') + groups=('gstreamer0.10-plugins') + install=gstreamer0.10-bad-plugins.install + provides=('gstreamer0.10-bad-plugins') + conflicts=('gstreamer0.10-bad-plugins') + replaces=('gstreamer0.10-bad-plugins') + + cd "${srcdir}/gst-plugins-bad-${pkgver}" + make -C gst-libs DESTDIR="${pkgdir}" install + make -C ext DESTDIR="${pkgdir}" install + make -C sys DESTDIR="${pkgdir}" install + make -C gst-libs DESTDIR="${pkgdir}" uninstall +} diff --git a/libre/gstreamer0.10-bad-libre/gstreamer0.10-bad-plugins.install b/libre/gstreamer0.10-bad-libre/gstreamer0.10-bad-plugins.install new file mode 100644 index 000000000..3a36b0ccb --- /dev/null +++ b/libre/gstreamer0.10-bad-libre/gstreamer0.10-bad-plugins.install @@ -0,0 +1,11 @@ +post_install() { + usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} -- cgit v1.2.3-2-g168b