diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-01-11 07:19:21 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-01-11 07:19:21 -0200 |
commit | de256ae453c1332f172e742f57c933b15c7f6b74 (patch) | |
tree | 78a2888d434e40e466b85e33c6a4834c3e4fc11f /libre/gst-plugins-bad-libre | |
parent | 53cb03bea96ce5f971b327f64f4437c096124f18 (diff) | |
download | abslibre-de256ae453c1332f172e742f57c933b15c7f6b74.tar.gz abslibre-de256ae453c1332f172e742f57c933b15c7f6b74.tar.bz2 abslibre-de256ae453c1332f172e742f57c933b15c7f6b74.zip |
gst-plugins-bad-libre-1.2.2-2: enable rsvg; enable docs
Diffstat (limited to 'libre/gst-plugins-bad-libre')
-rw-r--r-- | libre/gst-plugins-bad-libre/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libre/gst-plugins-bad-libre/PKGBUILD b/libre/gst-plugins-bad-libre/PKGBUILD index 76bca922a..7172dbc05 100644 --- a/libre/gst-plugins-bad-libre/PKGBUILD +++ b/libre/gst-plugins-bad-libre/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 203283 2014-01-07 12:58:21Z heftig $ +# $Id: PKGBUILD 203419 2014-01-10 16:09:41Z 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.2 -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' 'wildmidi') -makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2' 'python' 'valgrind' 'wildmidi' - 'gobject-introspection') +makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2' 'python' 'valgrind' 'wildmidi' 'librsvg' + 'gobject-introspection' 'gtk-doc') provides=($_pkgname=$pkgver) conflicts=$_pkgname replaces=$_pkgname @@ -24,7 +24,7 @@ build() { cd $_pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --disable-static --enable-experimental \ + --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 |