diff options
author | wiz <wiz@pkgsrc.org> | 2016-04-11 08:01:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-04-11 08:01:09 +0000 |
commit | 906e5c0e865cdee97f970839f653fea8b67cc754 (patch) | |
tree | 488ae430c62ef727397700274a684fc8ad3c373b /multimedia | |
parent | 4546633c556d8d7c7278dad19ea1e9b0d22f44ba (diff) | |
download | pkgsrc-906e5c0e865cdee97f970839f653fea8b67cc754.tar.gz |
Allow building with python-3.4 and 3.5.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer1/distinfo | 3 | ||||
-rw-r--r-- | multimedia/gstreamer1/patches/patch-configure | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/multimedia/gstreamer1/distinfo b/multimedia/gstreamer1/distinfo index 3ed53c8f232..ddd1939e71e 100644 --- a/multimedia/gstreamer1/distinfo +++ b/multimedia/gstreamer1/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.18 2016/01/24 14:45:21 ryoon Exp $ +$NetBSD: distinfo,v 1.19 2016/04/11 08:01:09 wiz Exp $ SHA1 (gstreamer-1.6.3.tar.xz) = 03d678ced697871a71ae229ef5f9c3ef18640898 RMD160 (gstreamer-1.6.3.tar.xz) = 565176d598540f0464142e9758f22f3d0e1d0ff0 SHA512 (gstreamer-1.6.3.tar.xz) = f5ab2461469d489da956a0dd4e785e8f0a130b104a37289f7821be6e8f8e5049864888fdcf3a7d281406bf48b40737afa75347c22e6bec05ff2cf525734b51f7 Size (gstreamer-1.6.3.tar.xz) = 3553256 bytes +SHA1 (patch-configure) = 7e2b54ecdf06def50e4529f0126cc56605b46f87 diff --git a/multimedia/gstreamer1/patches/patch-configure b/multimedia/gstreamer1/patches/patch-configure new file mode 100644 index 00000000000..968c5371500 --- /dev/null +++ b/multimedia/gstreamer1/patches/patch-configure @@ -0,0 +1,15 @@ +$NetBSD: patch-configure,v 1.1 2016/04/11 08:01:09 wiz Exp $ + +Allow python-3.4 and python-3.5. + +--- configure.orig 2016-01-20 09:24:39.000000000 +0000 ++++ configure +@@ -23407,7 +23407,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 |