From fcce4e670cd2d81990b3f50e8a682b44d40a73cc Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Tue, 2 Sep 2014 06:41:22 -0300 Subject: remove parabola suffix and add complex pkgrel on the packages --- libre/gstreamer0.10-bad-parabola/PKGBUILD | 73 ------------------------------- 1 file changed, 73 deletions(-) delete mode 100644 libre/gstreamer0.10-bad-parabola/PKGBUILD (limited to 'libre/gstreamer0.10-bad-parabola/PKGBUILD') diff --git a/libre/gstreamer0.10-bad-parabola/PKGBUILD b/libre/gstreamer0.10-bad-parabola/PKGBUILD deleted file mode 100644 index a9ec61af9..000000000 --- a/libre/gstreamer0.10-bad-parabola/PKGBUILD +++ /dev/null @@ -1,73 +0,0 @@ -# $Id: PKGBUILD 207669 2014-03-12 23:48:57Z foutrelis $ -# Maintainer (Arch): Jan de Groot -# Maintainer: fauno -# Maintainer: André Silva - -pkgbase=gstreamer0.10-bad -pkgname=('gstreamer0.10-bad-parabola' 'gstreamer0.10-bad-plugins-parabola') -pkgver=0.10.23 -pkgrel=8 -arch=('i686' 'x86_64' 'mips64el') -license=('LGPL' 'GPL') -makedepends=('pkgconfig' 'gstreamer0.10-base>=0.10.36' 'xvidcore' 'libdca' 'bzip2' 'libdc1394' 'neon' 'musicbrainz' 'faad2' 'libmms' 'libcdaudio' 'libmpcdec' 'mjpegtools' 'libdvdnav' 'libmodplug' 'jasper' 'liblrdf' 'libofa' 'soundtouch' 'libvdpau' 'schroedinger' 'libass' 'libvpx' 'gsm' 'libgme' 'rtmpdump' 'libsndfile' 'librsvg' 'wildmidi' 'opus' 'git' 'spandsp' 'celt') -url="http://gstreamer.freedesktop.org/" -options=(!emptydirs) -source=("git://anongit.freedesktop.org/gstreamer-sdk/gst-plugins-bad#commit=57569a4854a0f2d14ef19a8264a4ae9a7a1d1125" - disable-assrender-test.patch - disable-camerabin-test.patch) -sha256sums=('SKIP' - 'e66642affa6c0e69837d37615010e67e59ef3d672663303d46c1e2591e2ddfc6' - '01e780ddf1f8161a6115dded9dc5bf4bdd4d09a9eee00fa423b1330e90e76c68') - -prepare() { - cd gst-plugins-bad - sed -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' -i configure.ac - patch -Np1 -i ../disable-assrender-test.patch - patch -Np1 -i ../disable-camerabin-test.patch - - sed -i 's|stdafx[.]h|libmodplug/stdafx.h|' ext/modplug/gstmodplug.cc -} - -build() { - cd gst-plugins-bad - NOCONFIGURE=1 ./autogen.sh - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --disable-static --enable-experimental --disable-gtk-doc \ - --with-package-name="GStreamer Bad Plugins (Parabola GNU/Linux-libre)" \ - --with-package-origin="https://parabolagnulinux.org/" - - make - sed -e 's/gst sys ext/gst/' -i Makefile -} - -check() { - cd gst-plugins-bad - make check -} - -package_gstreamer0.10-bad-parabola() { - pkgdesc="GStreamer Multimedia Framework Bad Plugin libraries (gst-plugins-bad), without nonfree faac support" - depends=('gstreamer0.10-base>=0.10.34') - provides=("gstreamer0.10-bad=$pkgver") - conflicts=('gstreamer0.10-bad' 'gstreamer0.10-bad-libre') - replaces=('gstreamer0.10-bad' 'gstreamer0.10-bad-libre') - - cd gst-plugins-bad - make DESTDIR="${pkgdir}" install -} - -package_gstreamer0.10-bad-plugins-parabola() { - pkgdesc="GStreamer Multimedia Framework Bad Plugins (gst-plugins-bad), without nonfree faac support" - depends=("gstreamer0.10-bad=${pkgver}" 'xvidcore' 'libdca' 'bzip2' 'libdc1394' 'neon' 'musicbrainz' 'faad2' 'libmms' 'libcdaudio' 'libmpcdec' 'mjpegtools' 'libdvdnav' 'libmodplug' 'jasper' 'liblrdf' 'libofa' 'libvdpau' 'soundtouch' 'libass' 'schroedinger' 'libvpx' 'gsm' 'rtmpdump' 'libgme' 'libsndfile' 'librsvg' 'wildmidi' 'opus' 'celt' 'spandsp') - groups=('gstreamer0.10-plugins') - install=gstreamer0.10-bad-plugins.install - provides=("gstreamer0.10-bad-plugins=$pkgver") - conflicts=('gstreamer0.10-bad-plugins' 'gstreamer0.10-bad-libre-plugins') - replaces=('gstreamer0.10-bad-plugins' 'gstreamer0.10-bad-libre-plugins') - - cd gst-plugins-bad - 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 -} -- cgit v1.2.3-54-g00ecf