diff options
author | coadde - Public Network <coadde@parabola.nu> | 2013-11-01 20:35:27 -0200 |
---|---|---|
committer | coadde - Public Network <coadde@parabola.nu> | 2013-11-01 20:35:27 -0200 |
commit | b844a9e97a1e3c3b76b3cd22daafbaf01d6fd716 (patch) | |
tree | fe1f8fa8c38db30546efff4c29486723cf0de447 /libre/gst-plugins-bad-libre/PKGBUILD | |
parent | 22114cb5cba3c252143eef47107be70d92788ce4 (diff) | |
parent | 10483b2824a17deec1c071a55911abc32182048f (diff) | |
download | abslibre-b844a9e97a1e3c3b76b3cd22daafbaf01d6fd716.tar.gz abslibre-b844a9e97a1e3c3b76b3cd22daafbaf01d6fd716.tar.bz2 abslibre-b844a9e97a1e3c3b76b3cd22daafbaf01d6fd716.zip |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/gst-plugins-bad-libre/PKGBUILD')
-rw-r--r-- | libre/gst-plugins-bad-libre/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libre/gst-plugins-bad-libre/PKGBUILD b/libre/gst-plugins-bad-libre/PKGBUILD index 17d1105e3..465072d3a 100644 --- a/libre/gst-plugins-bad-libre/PKGBUILD +++ b/libre/gst-plugins-bad-libre/PKGBUILD @@ -1,17 +1,18 @@ -# $Id: PKGBUILD 195012 2013-09-24 14:12:15Z heftig $ +# $Id: PKGBUILD 197399 2013-10-25 12:22:28Z heftig $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Maintainer (Parabola): Márcio Silva <coadde@lavabit.com> _pkgname=gst-plugins-bad pkgname=$_pkgname-libre pkgver=1.2.0 -pkgrel=1 +pkgrel=2 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') -makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2' 'python' 'valgrind' 'wildmidi') +makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2' 'python' 'valgrind' 'wildmidi' + 'gobject-introspection') provides=($_pkgname=$pkgver) conflicts=$_pkgname replaces=$_pkgname |