diff options
author | wiz <wiz@pkgsrc.org> | 2017-01-03 17:10:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-01-03 17:10:12 +0000 |
commit | 09ccef54ad9bd1366cf8185376ac66de5f9f98b1 (patch) | |
tree | 94c13b0fe4f39d210ed21dd02282790a9ec333ae /multimedia/gst-plugins1-base | |
parent | ad440517e742c990ee5aafbef3303d739e80eafb (diff) | |
download | pkgsrc-09ccef54ad9bd1366cf8185376ac66de5f9f98b1.tar.gz |
Allow python-3.6.
Diffstat (limited to 'multimedia/gst-plugins1-base')
-rw-r--r-- | multimedia/gst-plugins1-base/distinfo | 4 | ||||
-rw-r--r-- | multimedia/gst-plugins1-base/patches/patch-configure | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/multimedia/gst-plugins1-base/distinfo b/multimedia/gst-plugins1-base/distinfo index f57aeeb1a44..23e4f98f96d 100644 --- a/multimedia/gst-plugins1-base/distinfo +++ b/multimedia/gst-plugins1-base/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.23 2016/11/16 12:08:25 wiz Exp $ +$NetBSD: distinfo,v 1.24 2017/01/03 17:10:12 wiz Exp $ SHA1 (gst-plugins-base-1.10.0.tar.xz) = 287b1c7e3dba7134071ebeaf44f1e7d7cdf6752e RMD160 (gst-plugins-base-1.10.0.tar.xz) = f517580ca43bed901b9344e704b1aa2d0834532f SHA512 (gst-plugins-base-1.10.0.tar.xz) = 8c024ff6a803e5a72e61b3ff2759efd62a9303e48ca60a470f9dbaa49b508c0b651c90a930254bae6e82b38dedfc54d3e16233492ca4a640f2f647e279de4477 Size (gst-plugins-base-1.10.0.tar.xz) = 3053120 bytes -SHA1 (patch-configure) = cf8fc7563029c5a872261fb9c318da0f5e021d38 +SHA1 (patch-configure) = 28773601dba2c4897db32557ce8e1424f3b0a5a8 diff --git a/multimedia/gst-plugins1-base/patches/patch-configure b/multimedia/gst-plugins1-base/patches/patch-configure index eef21ed488a..ce7abb6a8fd 100644 --- a/multimedia/gst-plugins1-base/patches/patch-configure +++ b/multimedia/gst-plugins1-base/patches/patch-configure @@ -1,6 +1,6 @@ -$NetBSD: patch-configure,v 1.1 2016/04/11 08:34:24 wiz Exp $ +$NetBSD: patch-configure,v 1.2 2017/01/03 17:10:12 wiz Exp $ -Allow building with python-3.4 and 3.5. +Allow building with python 3.4-3.6. --- configure.orig 2016-01-20 09:26:54.000000000 +0000 +++ configure @@ -9,7 +9,7 @@ Allow building with python-3.4 and 3.5. # 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 ++ for ac_prog in python python2 python3 python3.6 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 |