summaryrefslogtreecommitdiff
path: root/libre/gstreamer0.10-bad-libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-08-26 21:05:55 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-08-26 21:05:55 -0300
commite96423b261d094f18bd81b1941ba6b07ec1fa4c5 (patch)
tree2f580cded271d1b92656ecaa4a98f5e56dc41b98 /libre/gstreamer0.10-bad-libre
parent3e22240d69b8415840612e64e56f3a4e7ada7ae9 (diff)
downloadabslibre-e96423b261d094f18bd81b1941ba6b07ec1fa4c5.tar.gz
abslibre-e96423b261d094f18bd81b1941ba6b07ec1fa4c5.tar.bz2
abslibre-e96423b261d094f18bd81b1941ba6b07ec1fa4c5.zip
add parabola suffix on some packages
Diffstat (limited to 'libre/gstreamer0.10-bad-libre')
-rw-r--r--libre/gstreamer0.10-bad-libre/PKGBUILD71
-rw-r--r--libre/gstreamer0.10-bad-libre/disable-assrender-test.patch11
-rw-r--r--libre/gstreamer0.10-bad-libre/disable-camerabin-test.patch10
-rw-r--r--libre/gstreamer0.10-bad-libre/gstreamer0.10-bad-plugins.install11
4 files changed, 0 insertions, 103 deletions
diff --git a/libre/gstreamer0.10-bad-libre/PKGBUILD b/libre/gstreamer0.10-bad-libre/PKGBUILD
deleted file mode 100644
index 3c8d52824..000000000
--- a/libre/gstreamer0.10-bad-libre/PKGBUILD
+++ /dev/null
@@ -1,71 +0,0 @@
-# $Id: PKGBUILD 207669 2014-03-12 23:48:57Z foutrelis $
-# Maintainer (Arch): Jan de Groot <jgc@archlinux.org>
-# Maintainer: fauno <fauno@kiwwwi.com.ar>
-# Maintainer: André Silva <emulatorman@parabola.nu>
-
-pkgbase=gstreamer0.10-bad-libre
-pkgname=('gstreamer0.10-bad-libre' 'gstreamer0.10-bad-libre-plugins')
-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
-}
-
-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-libre() {
- 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')
- replaces=('gstreamer0.10-bad')
-
- cd gst-plugins-bad
- make DESTDIR="${pkgdir}" install
-}
-
-package_gstreamer0.10-bad-libre-plugins() {
- pkgdesc="GStreamer Multimedia Framework Bad Plugins (gst-plugins-bad), without nonfree faac support"
- depends=("gstreamer0.10-bad-libre=${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')
- replaces=('gstreamer0.10-bad-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
-}
diff --git a/libre/gstreamer0.10-bad-libre/disable-assrender-test.patch b/libre/gstreamer0.10-bad-libre/disable-assrender-test.patch
deleted file mode 100644
index 07ce4f1bb..000000000
--- a/libre/gstreamer0.10-bad-libre/disable-assrender-test.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/tests/check/elements/assrender.c
-+++ b/tests/check/elements/assrender.c
-@@ -289,8 +289,6 @@ assrender_suite (void)
- tcase_set_timeout (tc_chain, 120);
-
- suite_add_tcase (s, tc_chain);
-- tcase_add_test (tc_chain, test_assrender_basic_xRGB);
-- tcase_add_test (tc_chain, test_assrender_basic_I420);
-
- return s;
- }
diff --git a/libre/gstreamer0.10-bad-libre/disable-camerabin-test.patch b/libre/gstreamer0.10-bad-libre/disable-camerabin-test.patch
deleted file mode 100644
index 964351ae6..000000000
--- a/libre/gstreamer0.10-bad-libre/disable-camerabin-test.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- gst-plugins-bad/tests/check/Makefile.am.orig 2013-12-10 22:01:50.504567189 +0000
-+++ gst-plugins-bad/tests/check/Makefile.am 2013-12-10 22:02:17.081058500 +0000
-@@ -181,7 +181,6 @@
- elements/autovideoconvert \
- elements/asfmux \
- elements/baseaudiovisualizer \
-- elements/camerabin \
- elements/camerabin2 \
- elements/dataurisrc \
- elements/legacyresample \
diff --git a/libre/gstreamer0.10-bad-libre/gstreamer0.10-bad-plugins.install b/libre/gstreamer0.10-bad-libre/gstreamer0.10-bad-plugins.install
deleted file mode 100644
index 3a36b0ccb..000000000
--- a/libre/gstreamer0.10-bad-libre/gstreamer0.10-bad-plugins.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}