diff options
Diffstat (limited to 'extra/gstreamer0.10-good/PKGBUILD')
-rw-r--r-- | extra/gstreamer0.10-good/PKGBUILD | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/extra/gstreamer0.10-good/PKGBUILD b/extra/gstreamer0.10-good/PKGBUILD index 08490a1a0..7b88c4847 100644 --- a/extra/gstreamer0.10-good/PKGBUILD +++ b/extra/gstreamer0.10-good/PKGBUILD @@ -1,23 +1,19 @@ -# $Id: PKGBUILD 207963 2014-03-15 19:48:48Z heftig $ +# $Id: PKGBUILD 211700 2014-04-23 15:31:42Z heftig $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgbase=gstreamer0.10-good pkgname=('gstreamer0.10-good' 'gstreamer0.10-good-plugins') pkgver=0.10.31 -pkgrel=5 +pkgrel=6 arch=('i686' 'x86_64') license=('LGPL') -makedepends=('intltool' 'pkgconfig' 'gstreamer0.10-base' 'libavc1394' 'libiec61883' 'aalib' 'libshout' 'libdv' 'flac' 'gconf' 'wavpack' 'taglib' 'libsoup-gnome' 'v4l-utils' 'libcaca' 'bzip2' 'gdk-pixbuf2' 'libpulse' 'jack' 'gtk-doc' 'git' 'cairo') +makedepends=('intltool' 'pkgconfig' 'gstreamer0.10-base' 'libavc1394' 'libiec61883' 'aalib' 'libshout' 'libdv' 'flac' 'gconf' 'wavpack' 'taglib' 'libsoup-gnome' 'v4l-utils' 'libcaca' 'bzip2' 'gdk-pixbuf2' 'libpulse' 'jack' 'git' 'cairo') url="http://gstreamer.freedesktop.org/" options=(!emptydirs) source=("git://anongit.freedesktop.org/gstreamer-sdk/gst-plugins-good#commit=e28fd8886f05bb51c147f871f3a1db2fc2b735a9" - test-rtp-payloading.patch - 0001-docs-fix-mismatched-para-tags.patch - 0002-docs-use-docbook-markup-for-xi-include.patch) + test-rtp-payloading.patch) sha256sums=('SKIP' - 'c2f7f07f9bf5ca3afddc81d0a44665d2d54b1e9aea0ef1b25d219cf34bf7bb29' - 'ff9411fc67f825144fff8496f6ae303ff14bb3d14f629e76c2b26616255bba64' - '9e71a6bbd83be88ff6793b503af7ccde295cc90b3e3692ae46b874abe9ee32f7') + 'c2f7f07f9bf5ca3afddc81d0a44665d2d54b1e9aea0ef1b25d219cf34bf7bb29') prepare() { cd gst-plugins-good @@ -26,10 +22,6 @@ prepare() { sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac patch -p1 -i ../test-rtp-payloading.patch - - # Fix build with gtk-doc 1.20 FS#39454 - patch -p1 -i ../0001-docs-fix-mismatched-para-tags.patch - patch -p1 -i ../0002-docs-use-docbook-markup-for-xi-include.patch } build() { @@ -40,7 +32,7 @@ build() { --disable-schemas-install \ --disable-hal \ --disable-esd \ - --enable-gtk-doc \ + --disable-gtk-doc \ --with-package-name="GStreamer Good Plugins (Archlinux)" \ --with-package-origin="http://www.archlinux.org/" |