grilo: Remove build dependency on perl-xml-parser
authorRosen Penev <rosenp@gmail.com>
Sat, 1 Dec 2018 18:10:28 +0000 (10:10 -0800)
committerRosen Penev <rosenp@gmail.com>
Sun, 28 Apr 2019 00:30:45 +0000 (17:30 -0700)
Given that we don't enable a bunch of stuff, we can patch this out.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from e7dacf3cd313a2526ad71b02372c694ee85edbea)

multimedia/grilo/Makefile
multimedia/grilo/patches/010-remove-xml-parser.patch [new file with mode: 0644]

index 67e05f1689264b1574deae4a8f3d6112fa756d3e..6b783a5fea328049816ca3b25700d9db7e320c03 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=grilo
 PKG_VERSION:=0.3.4
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
 
diff --git a/multimedia/grilo/patches/010-remove-xml-parser.patch b/multimedia/grilo/patches/010-remove-xml-parser.patch
new file mode 100644 (file)
index 0000000..2d4458b
--- /dev/null
@@ -0,0 +1,19 @@
+--- a/configure
++++ b/configure
+@@ -14434,16 +14434,6 @@ else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" >&5
+ $as_echo "$IT_PERL_VERSION" >&6; }
+ fi
+-if test "x" != "xno-xml"; then
+-   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XML::Parser" >&5
+-$as_echo_n "checking for XML::Parser... " >&6; }
+-   if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
+-       { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
+-$as_echo "ok" >&6; }
+-   else
+-       as_fn_error $? "XML::Parser perl module is required for intltool" "$LINENO" 5
+-   fi
+-fi
+ # Substitute ALL_LINGUAS so we can use it in po/Makefile