summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-04-11 08:34:24 +0000
committerwiz <wiz@pkgsrc.org>2016-04-11 08:34:24 +0000
commit045dca15f756bbe70e6a9ea22acc7b5504707280 (patch)
treebfd0b3d7b58434450431e5a60f821f02707d56e1
parent906e5c0e865cdee97f970839f653fea8b67cc754 (diff)
downloadpkgsrc-045dca15f756bbe70e6a9ea22acc7b5504707280.tar.gz
Allow building with python-3.4 and 3.5.
-rw-r--r--multimedia/gst-plugins1-base/distinfo3
-rw-r--r--multimedia/gst-plugins1-base/patches/patch-configure15
2 files changed, 17 insertions, 1 deletions
diff --git a/multimedia/gst-plugins1-base/distinfo b/multimedia/gst-plugins1-base/distinfo
index c035e0aa69d..5241a227b26 100644
--- a/multimedia/gst-plugins1-base/distinfo
+++ b/multimedia/gst-plugins1-base/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.17 2016/01/24 14:43:22 ryoon Exp $
+$NetBSD: distinfo,v 1.18 2016/04/11 08:34:24 wiz Exp $
SHA1 (gst-plugins-base-1.6.3.tar.xz) = cb760920adde59926b0bee95a91fa64c920bb123
RMD160 (gst-plugins-base-1.6.3.tar.xz) = a41e61d949ddc97b4f26fadc8845b55444895103
SHA512 (gst-plugins-base-1.6.3.tar.xz) = c4cc98e55c94864ccf45c38c9cbfb2a6d5d5c9cf59e761d10db873640adbf0d4adc583a349dfde56428315416412bb37a31851a10826d11807472ad28d0bfb30
Size (gst-plugins-base-1.6.3.tar.xz) = 2837460 bytes
+SHA1 (patch-configure) = cf8fc7563029c5a872261fb9c318da0f5e021d38
diff --git a/multimedia/gst-plugins1-base/patches/patch-configure b/multimedia/gst-plugins1-base/patches/patch-configure
new file mode 100644
index 00000000000..eef21ed488a
--- /dev/null
+++ b/multimedia/gst-plugins1-base/patches/patch-configure
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.1 2016/04/11 08:34:24 wiz Exp $
+
+Allow building with python-3.4 and 3.5.
+
+--- configure.orig 2016-01-20 09:26:54.000000000 +0000
++++ configure
+@@ -21882,7 +21882,7 @@ fi
+
+ # Find any Python interpreter.
+ if test -z "$PYTHON"; then
+- for ac_prog in python python2 python3 python3.3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0
++ for ac_prog in python python2 python3 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0
+ do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
+ set dummy $ac_prog; ac_word=$2