summaryrefslogtreecommitdiff
path: root/multimedia/gst-plugins1-good
diff options
context:
space:
mode:
authorwiz <wiz>2016-04-11 14:57:40 +0000
committerwiz <wiz>2016-04-11 14:57:40 +0000
commit79b72fc8b31db2a6a18743e7fb896e64e75e855d (patch)
treef710736995f9ddad59f352314878d9d95b8e7542 /multimedia/gst-plugins1-good
parentf8eff48d28efbdf0f6b321c3f143eed8569b982b (diff)
downloadpkgsrc-79b72fc8b31db2a6a18743e7fb896e64e75e855d.tar.gz
Allow building with python 3.4 and 3.5.
Diffstat (limited to 'multimedia/gst-plugins1-good')
-rw-r--r--multimedia/gst-plugins1-good/distinfo3
-rw-r--r--multimedia/gst-plugins1-good/patches/patch-configure15
2 files changed, 17 insertions, 1 deletions
diff --git a/multimedia/gst-plugins1-good/distinfo b/multimedia/gst-plugins1-good/distinfo
index c09f8ef0ad6..2174b5da483 100644
--- a/multimedia/gst-plugins1-good/distinfo
+++ b/multimedia/gst-plugins1-good/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.21 2016/01/24 14:43:51 ryoon Exp $
+$NetBSD: distinfo,v 1.22 2016/04/11 15:00:31 wiz Exp $
SHA1 (gst-plugins-good-1.6.3.tar.xz) = d41ee8671f1bce6958a195c7bfb3a4dfa2bffe90
RMD160 (gst-plugins-good-1.6.3.tar.xz) = 9d2c1966ae22b56c5e9252db2aa5b28d7e0a47eb
SHA512 (gst-plugins-good-1.6.3.tar.xz) = 33d4e85cd07ea8d6723c7a5f58cefeec15ddc5392693d131f1b88d8fc844cc24e37dc59d4a3cfbda090ebd15a90e1e9a28a0427b1f00e66a69b9ea40447d70b4
Size (gst-plugins-good-1.6.3.tar.xz) = 3193272 bytes
+SHA1 (patch-configure) = 90170fd885d26c9a91f5ba0aecfc2e2cda8e158c
diff --git a/multimedia/gst-plugins1-good/patches/patch-configure b/multimedia/gst-plugins1-good/patches/patch-configure
new file mode 100644
index 00000000000..ee0719e11cc
--- /dev/null
+++ b/multimedia/gst-plugins1-good/patches/patch-configure
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.1 2016/04/11 15:00:31 wiz Exp $
+
+Allow building with python 3.4 and 3.5.
+
+--- configure.orig 2016-01-20 09:28:06.000000000 +0000
++++ configure
+@@ -22621,7 +22621,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