summaryrefslogtreecommitdiff
path: root/libre/gst-plugins-bad
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-10-11 23:17:13 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-10-11 23:18:19 -0300
commitc8e072ae456f06917b1f9cd4928fbacfaa5b588c (patch)
tree33addacb29509f23c27295f26b9d06f9c4d5b354 /libre/gst-plugins-bad
parent48599542cf7cf4310fa5abdd9066437915f0ffae (diff)
gst-plugins-bad 1.6.0-2.parabola1: updating version
Diffstat (limited to 'libre/gst-plugins-bad')
-rw-r--r--libre/gst-plugins-bad/PKGBUILD18
1 files changed, 6 insertions, 12 deletions
diff --git a/libre/gst-plugins-bad/PKGBUILD b/libre/gst-plugins-bad/PKGBUILD
index a5876946b..61377edd5 100644
--- a/libre/gst-plugins-bad/PKGBUILD
+++ b/libre/gst-plugins-bad/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 241157 2015-06-21 13:22:01Z foutrelis $
+# $Id: PKGBUILD 248689 2015-10-09 13:58:28Z alucryd $
# Maintainer (Arch): Jan de Groot <jgc@archlinux.org>
# Maintainer: Márcio Silva <coadde@parabola.nu>
pkgname=gst-plugins-bad
-pkgver=1.4.5
-pkgrel=4.parabola1
+pkgver=1.6.0
+pkgrel=2.parabola1
pkgdesc="GStreamer Multimedia Framework Bad Plugins, without nonfree faac support"
-arch=('i686' 'x86_64' 'mips64el')
+arch=('i686' 'x86_64')
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' 'rtmpdump' 'libgudev')
@@ -15,17 +15,11 @@ makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2' 'python
replaces=("${pkgname}-libre" "${pkgname}-parabola")
conflicts=("${pkgname}-libre" "${pkgname}-parabola")
options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz
- fix-faad2-version-check.patch)
-sha256sums=('152fad7250683d72f9deb36c5685428338365fe4a4c87ffe15e38783b14f983c'
- '741492ae7a9518603fc51d87ae331d882f075547ea7fdec19c60f399085f18cc')
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('d8ff26128d4ecd2ffeb28e14843808d2d971b09056b7cee6f08afcae01fc0f49')
prepare() {
cd $pkgname-$pkgver
-
- # https://bugzilla.gnome.org/show_bug.cgi?id=748571
- patch -Np1 -i ../fix-faad2-version-check.patch
-
autoreconf -vi
}