grilo: Enable parallel building
authorRosen Penev <redacted>
Thu, 11 Oct 2018 22:01:02 +0000 (15:01 -0700)
committerRosen Penev <redacted>
Tue, 6 Nov 2018 17:43:38 +0000 (09:43 -0800)
Passing --disable-gtk-doc-html should fix building in parallel.

Also added some extra flags to speed up build time.

Signed-off-by: Rosen Penev <redacted>
multimedia/grilo/Makefile

index a538215bae79ff40b0027a5daa740a732431abb9..b6b9b644a4217235dda3ebe8f4f21ceea0eb2799 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=grilo
 PKG_VERSION:=0.3.6
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
 
@@ -20,8 +20,9 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=@GNOME/grilo/0.3/
 PKG_HASH:=1e65ca82dd58020451417fde79310d4b940adc3f63ab59997419c52ed3bc9c91
 
-PKG_BUILD_DEPENDS:=glib2 libsoup libxml2
+PKG_BUILD_DEPENDS:=glib2 libsoup libxml2 perl-xml-parser
 
+PKG_BUILD_PARALLEL:=1
 PKG_INSTALL:=1
 
 include $(INCLUDE_DIR)/package.mk
@@ -40,9 +41,17 @@ endef
 
 define Package/grilo/decription
   Grilo is a framework that provides access to different sources of
-  multimedia content, using a pluggable system. 
+  multimedia content, using a pluggable system.
 endef
 
+CONFIGURE_ARGS += \
+       --disable-compile-warnings \
+       --disable-gtk-doc-html \
+       --disable-introspection \
+       --disable-test-ui \
+       --disable-tests \
+       --disable-vala
+
 define Build/InstallDev
        $(INSTALL_DIR) $(1)/usr/include/
        $(CP) \
git clone https://git.99rst.org/PROJECT