[arch-commits] Commit in farstream-0.1/trunk (PKGBUILD)

Jan de Groot jgc at nymeria.archlinux.org
Wed Apr 2 20:35:38 UTC 2014


    Date: Wednesday, April 2, 2014 @ 22:35:38
  Author: jgc
Revision: 209755

Fix build by disabling gtk-doc. Upstream probably changed something in the gstreamer common module causing this to break. We don't want API documentation for a deprecated version anyways

Modified:
  farstream-0.1/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-02 20:28:49 UTC (rev 209754)
+++ PKGBUILD	2014-04-02 20:35:38 UTC (rev 209755)
@@ -33,7 +33,7 @@
     --prefix=/usr \
     --with-package-name='Arch Linux Farstream 0.1 Package' \
     --with-package-origin='httpw://www.archlinux.org/' \
-    --enable-gtk-doc --disable-static
+    --disable-gtk-doc --disable-static
   make -j1
 }
 




More information about the arch-commits mailing list