summaryrefslogtreecommitdiff
path: root/libre/gst-plugins-bad-parabola/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-02 06:41:22 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-02 06:41:22 -0300
commitfcce4e670cd2d81990b3f50e8a682b44d40a73cc (patch)
tree2634d6d68316f3f4dd51f378e826da884a919288 /libre/gst-plugins-bad-parabola/PKGBUILD
parentc5822ca785d156da9849d5e25dc79a93d1fac22d (diff)
downloadabslibre-fcce4e670cd2d81990b3f50e8a682b44d40a73cc.tar.gz
abslibre-fcce4e670cd2d81990b3f50e8a682b44d40a73cc.tar.bz2
abslibre-fcce4e670cd2d81990b3f50e8a682b44d40a73cc.zip
remove parabola suffix and add complex pkgrel on the packages
Diffstat (limited to 'libre/gst-plugins-bad-parabola/PKGBUILD')
-rw-r--r--libre/gst-plugins-bad-parabola/PKGBUILD47
1 files changed, 0 insertions, 47 deletions
diff --git a/libre/gst-plugins-bad-parabola/PKGBUILD b/libre/gst-plugins-bad-parabola/PKGBUILD
deleted file mode 100644
index 634b48ed7..000000000
--- a/libre/gst-plugins-bad-parabola/PKGBUILD
+++ /dev/null
@@ -1,47 +0,0 @@
-# $Id: PKGBUILD 217512 2014-07-20 23:05:04Z heftig $
-# Maintainer (Arch): Jan de Groot <jgc@archlinux.org>
-# Maintainer: Márcio Silva <coadde@parabola.nu>
-
-_pkgname=gst-plugins-bad
-pkgname=$_pkgname-parabola
-pkgver=1.4.0
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Bad Plugins, without nonfree faac support"
-arch=('i686' 'x86_64' 'mips64el')
-license=('LGPL')
-url="http://gstreamer.freedesktop.org/"
-depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 'faad2' 'mpg123' 'celt' 'libdca' 'soundtouch' 'spandsp' 'libdvdnav' 'libmodplug' 'libgme' 'opus' 'wayland' 'neon' 'libofa' 'fluidsynth' 'openjpeg' 'libwebp' 'libsrtp' 'gnutls' 'wildmidi' 'glu' 'sbc')
-makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2' 'python' 'valgrind' 'wildmidi' 'librsvg'
- 'gobject-introspection' 'gtk-doc' 'gtk3' 'clutter' 'opencv' 'libtiger' 'ladspa' 'openal' 'libusb')
-replaces=("${_pkgname}" "${_pkgname}-libre")
-conflicts=("${_pkgname}" "${_pkgname}-libre")
-provides=(${_pkgname}=${pkgver})
-options=(!emptydirs)
-source=(${url}/src/$_pkgname/$_pkgname-$pkgver.tar.xz)
-sha256sums=('ff2cb754f7725b205aec66002b1406e440f3a03194b6cad2d126ef5cd00902f9')
-
-build() {
- cd $_pkgname-$pkgver
-
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --disable-static --enable-experimental --enable-gtk-doc \
- --with-package-name="GStreamer Bad Plugins (Parabola GNU/Linux-libre)" \
- --with-package-origin="https://parabolagnulinux.org/" \
- --with-gtk=3.0
-
- # https://bugzilla.gnome.org/show_bug.cgi?id=655517
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
- make
-}
-
-check() {
- cd $_pkgname-$pkgver
- # don't have a camera for the camerabin test
- make -k check || :
-}
-
-package() {
- cd $_pkgname-$pkgver
- make DESTDIR="${pkgdir}" install
-}