summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2017-01-03 17:10:12 +0000
committerwiz <wiz>2017-01-03 17:10:12 +0000
commit2ee85e47f609ecc496859bfb37699223325603a2 (patch)
treea9d5600572d0e57907ac1c94c4cbf7be21aa0b06
parent70805616088cd8da546dc6a598e634210403e6ae (diff)
downloadpkgsrc-2ee85e47f609ecc496859bfb37699223325603a2.tar.gz
Allow python-3.6.
-rw-r--r--multimedia/gst-plugins1-bad/distinfo4
-rw-r--r--multimedia/gst-plugins1-bad/patches/patch-configure7
-rw-r--r--multimedia/gst-plugins1-base/distinfo4
-rw-r--r--multimedia/gst-plugins1-base/patches/patch-configure6
-rw-r--r--multimedia/gst-plugins1-ugly/distinfo4
-rw-r--r--multimedia/gst-plugins1-ugly/patches/patch-configure6
-rw-r--r--multimedia/gstreamer1/distinfo4
-rw-r--r--multimedia/gstreamer1/patches/patch-configure10
8 files changed, 23 insertions, 22 deletions
diff --git a/multimedia/gst-plugins1-bad/distinfo b/multimedia/gst-plugins1-bad/distinfo
index b47aa41fcb3..1c31f26c3a7 100644
--- a/multimedia/gst-plugins1-bad/distinfo
+++ b/multimedia/gst-plugins1-bad/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.22 2016/11/16 12:08:25 wiz Exp $
+$NetBSD: distinfo,v 1.23 2017/01/03 17:10:12 wiz Exp $
SHA1 (gst-plugins-bad-1.10.0.tar.xz) = 3725a89c1e96b7c438015363c6b9b9b4d9efe493
RMD160 (gst-plugins-bad-1.10.0.tar.xz) = e34d9de6d6ad3b65dbf227d1e2bc66918bb98189
SHA512 (gst-plugins-bad-1.10.0.tar.xz) = a9946e17b01ee5939891020455fc0a909132062d2734772d4094c8f522ee828d556f975f4a15c5ebb34c38382c6238bcea6f658cb984f8916a8634a420d0b39a
Size (gst-plugins-bad-1.10.0.tar.xz) = 4732908 bytes
-SHA1 (patch-configure) = 6fc3728c98fd11e7cfb6ab1ebe0f351e9b966359
+SHA1 (patch-configure) = 8ea9403361fb745ab7bc30c334bfb707a68b5bef
diff --git a/multimedia/gst-plugins1-bad/patches/patch-configure b/multimedia/gst-plugins1-bad/patches/patch-configure
index 78695ad8ef5..3698bd4fcc2 100644
--- a/multimedia/gst-plugins1-bad/patches/patch-configure
+++ b/multimedia/gst-plugins1-bad/patches/patch-configure
@@ -1,6 +1,7 @@
-$NetBSD: patch-configure,v 1.5 2016/11/16 12:08:25 wiz Exp $
+$NetBSD: patch-configure,v 1.6 2017/01/03 17:10:12 wiz Exp $
-Allow building with python3.4 and python3.5.
+Allow building with python 3.4-3.6.
+Fix unportable test(1) operator.
--- configure.orig 2016-11-01 15:15:05.000000000 +0000
+++ configure
@@ -9,7 +10,7 @@ Allow building with python3.4 and python3.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
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
diff --git a/multimedia/gst-plugins1-ugly/distinfo b/multimedia/gst-plugins1-ugly/distinfo
index 71403b2cbde..40e6b75a40f 100644
--- a/multimedia/gst-plugins1-ugly/distinfo
+++ b/multimedia/gst-plugins1-ugly/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.21 2016/11/16 12:08:26 wiz Exp $
+$NetBSD: distinfo,v 1.22 2017/01/03 17:10:12 wiz Exp $
SHA1 (gst-plugins-ugly-1.10.0.tar.xz) = 680b62bb1d953f30f9d44b275a9747b6a42fe599
RMD160 (gst-plugins-ugly-1.10.0.tar.xz) = 873d05b33af48c9ac3f8c4b156864d51091b8b4f
SHA512 (gst-plugins-ugly-1.10.0.tar.xz) = eb198e7287170172c5c581005dd79f5e2014ede71341278a2426d87ce310d09ad6687ea6510db906e2cf52dcf235b52a37923bdc872bd2efd97d86f859040f7e
Size (gst-plugins-ugly-1.10.0.tar.xz) = 907200 bytes
-SHA1 (patch-configure) = dcc05134842334699ea46fb373fb562f5e63fd44
+SHA1 (patch-configure) = 4bba5af550b211d45533ee001fb1bc77bcfa6213
diff --git a/multimedia/gst-plugins1-ugly/patches/patch-configure b/multimedia/gst-plugins1-ugly/patches/patch-configure
index 86fd69b2788..b8cedaaf9ae 100644
--- a/multimedia/gst-plugins1-ugly/patches/patch-configure
+++ b/multimedia/gst-plugins1-ugly/patches/patch-configure
@@ -1,6 +1,6 @@
-$NetBSD: patch-configure,v 1.1 2016/04/11 14:59:17 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:30:59.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
diff --git a/multimedia/gstreamer1/distinfo b/multimedia/gstreamer1/distinfo
index 930295b630b..7aaac4c71fc 100644
--- a/multimedia/gstreamer1/distinfo
+++ b/multimedia/gstreamer1/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.24 2016/11/16 12:08:26 wiz Exp $
+$NetBSD: distinfo,v 1.25 2017/01/03 17:10:13 wiz Exp $
SHA1 (gstreamer-1.10.0.tar.xz) = c1fb1f998e5660c4873addd3ea0405277f2938db
RMD160 (gstreamer-1.10.0.tar.xz) = ef30c085f99023a4ad3ec3cf1cc7bbda57c93737
SHA512 (gstreamer-1.10.0.tar.xz) = 8fecf6fe79c3f34a44eacf3b56658d0b0af6430d5a0f4e3094265c82cdd6b31804b7eb29b3b55baa5285494998a1c51eedb61df09157da39e2fa07c89ea05b88
Size (gstreamer-1.10.0.tar.xz) = 3795404 bytes
-SHA1 (patch-configure) = 7e2b54ecdf06def50e4529f0126cc56605b46f87
+SHA1 (patch-configure) = d27574b11d6da0565304828e2fd7371e46b37e61
SHA1 (patch-plugins_tracers_gstrusage.c) = 36ab41bc208cd9146bed3208f56eb332f2535591
diff --git a/multimedia/gstreamer1/patches/patch-configure b/multimedia/gstreamer1/patches/patch-configure
index 968c5371500..5952c52b460 100644
--- a/multimedia/gstreamer1/patches/patch-configure
+++ b/multimedia/gstreamer1/patches/patch-configure
@@ -1,15 +1,15 @@
-$NetBSD: patch-configure,v 1.1 2016/04/11 08:01:09 wiz Exp $
+$NetBSD: patch-configure,v 1.2 2017/01/03 17:10:13 wiz Exp $
-Allow python-3.4 and python-3.5.
+Allow python 3.4-3.6.
---- configure.orig 2016-01-20 09:24:39.000000000 +0000
+--- configure.orig 2016-11-01 15:08:55.000000000 +0000
+++ configure
-@@ -23407,7 +23407,7 @@ fi
+@@ -23982,7 +23982,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
++ 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