summaryrefslogtreecommitdiff
path: root/multimedia/gstreamer1
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-01-03 17:10:12 +0000
committerwiz <wiz@pkgsrc.org>2017-01-03 17:10:12 +0000
commit09ccef54ad9bd1366cf8185376ac66de5f9f98b1 (patch)
tree94c13b0fe4f39d210ed21dd02282790a9ec333ae /multimedia/gstreamer1
parentad440517e742c990ee5aafbef3303d739e80eafb (diff)
downloadpkgsrc-09ccef54ad9bd1366cf8185376ac66de5f9f98b1.tar.gz
Allow python-3.6.
Diffstat (limited to 'multimedia/gstreamer1')
-rw-r--r--multimedia/gstreamer1/distinfo4
-rw-r--r--multimedia/gstreamer1/patches/patch-configure10
2 files changed, 7 insertions, 7 deletions
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