Date: Wednesday, April 23, 2014 @ 17:04:08 Author: heftig Revision: 211692
strip docs Modified: gstreamer0.10/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-04-23 14:08:24 UTC (rev 211691) +++ PKGBUILD 2014-04-23 15:04:08 UTC (rev 211692) @@ -3,7 +3,7 @@ pkgname=gstreamer0.10 pkgver=0.10.36 -pkgrel=3 +pkgrel=4 pkgdesc="GStreamer Multimedia Framework" arch=('i686' 'x86_64') license=('LGPL') @@ -10,7 +10,7 @@ url="http://gstreamer.com" depends=('libxml2' 'glib2') optdepends=('sh: feedback script') -makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection' 'git') +makedepends=('intltool' 'pkgconfig' 'gobject-introspection' 'git') source=("git://anongit.freedesktop.org/gstreamer-sdk/gstreamer#commit=3ddc31eaa18c3be1613e43430eca78a3e445639e" tests-remove-silly-test_fail_abstract_new-check.patch bison3.patch) @@ -30,7 +30,7 @@ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib \ --with-package-name="GStreamer (Archlinux)" \ --with-package-origin="http://www.archlinux.org/" \ - --enable-gtk-doc --disable-static + --disable-gtk-doc --disable-static make }