summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-01-04 07:14:36 +0000
committerwiz <wiz@pkgsrc.org>2017-01-04 07:14:36 +0000
commitd477b8f35d9b7b32cd776ed6d768cecaea8e180d (patch)
treea19dfca07dbbffa8964c8c51756927fbf3bbf55e /multimedia
parent6724a0f4b7f7e843229ed513b8463bd8b8fab662 (diff)
downloadpkgsrc-d477b8f35d9b7b32cd776ed6d768cecaea8e180d.tar.gz
Support python-3.6.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gst-plugins1-good/distinfo4
-rw-r--r--multimedia/gst-plugins1-good/patches/patch-configure6
2 files changed, 5 insertions, 5 deletions
diff --git a/multimedia/gst-plugins1-good/distinfo b/multimedia/gst-plugins1-good/distinfo
index d1c1b4cd031..8b6a08139b0 100644
--- a/multimedia/gst-plugins1-good/distinfo
+++ b/multimedia/gst-plugins1-good/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.28 2016/11/16 12:08:25 wiz Exp $
+$NetBSD: distinfo,v 1.29 2017/01/04 07:14:36 wiz Exp $
SHA1 (gst-plugins-good-1.10.0.tar.xz) = d09f10a134b5cfb2cfcf5bacbee7030a675d5ede
RMD160 (gst-plugins-good-1.10.0.tar.xz) = 42b850755e5a7f170e2a56f7e43d4ab304b50df6
SHA512 (gst-plugins-good-1.10.0.tar.xz) = 8bb1c67fdb6a2e7fde6e77e4a48b3574450011dfb767e0ca5fcd505aceb33a5833f33b1709760ca72abd2546d0621d76c1a611f52797f80c539d314192908d99
Size (gst-plugins-good-1.10.0.tar.xz) = 3410092 bytes
-SHA1 (patch-configure) = 90170fd885d26c9a91f5ba0aecfc2e2cda8e158c
+SHA1 (patch-configure) = 3f51a3e795fca4a27954c4684d90cb66edc8dec9
diff --git a/multimedia/gst-plugins1-good/patches/patch-configure b/multimedia/gst-plugins1-good/patches/patch-configure
index ee0719e11cc..4b72a32c5e5 100644
--- a/multimedia/gst-plugins1-good/patches/patch-configure
+++ b/multimedia/gst-plugins1-good/patches/patch-configure
@@ -1,6 +1,6 @@
-$NetBSD: patch-configure,v 1.1 2016/04/11 15:00:31 wiz Exp $
+$NetBSD: patch-configure,v 1.2 2017/01/04 07:14:36 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:28:06.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