summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorwiz <wiz>2016-04-11 14:57:40 +0000
committerwiz <wiz>2016-04-11 14:57:40 +0000
commit40c554f9a60f887509ca2171ec85350ad515b51e (patch)
treef710736995f9ddad59f352314878d9d95b8e7542 /multimedia
parent134f51230316915068b599ecf8282af1ad2ab61a (diff)
downloadpkgsrc-40c554f9a60f887509ca2171ec85350ad515b51e.tar.gz
Allow building with python 3.4 and 3.5.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gst-plugins1-bad/distinfo3
-rw-r--r--multimedia/gst-plugins1-bad/patches/patch-configure15
-rw-r--r--multimedia/gst-plugins1-good/distinfo3
-rw-r--r--multimedia/gst-plugins1-good/patches/patch-configure15
-rw-r--r--multimedia/gst-plugins1-libav/distinfo4
-rw-r--r--multimedia/gst-plugins1-libav/patches/patch-configure16
-rw-r--r--multimedia/gst-plugins1-ugly/distinfo3
-rw-r--r--multimedia/gst-plugins1-ugly/patches/patch-configure15
8 files changed, 67 insertions, 7 deletions
diff --git a/multimedia/gst-plugins1-bad/distinfo b/multimedia/gst-plugins1-bad/distinfo
index 110205ba657..213433c6f14 100644
--- a/multimedia/gst-plugins1-bad/distinfo
+++ b/multimedia/gst-plugins1-bad/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.16 2016/01/24 14:44:39 ryoon Exp $
+$NetBSD: distinfo,v 1.17 2016/04/11 14:57:40 wiz Exp $
SHA1 (gst-plugins-bad-1.6.3.tar.xz) = afcdc3e7fd2d5c5fcd6372315376e0f9e8d45e6b
RMD160 (gst-plugins-bad-1.6.3.tar.xz) = 6c8b66b6717cc55671b373494c1b889130087ec0
SHA512 (gst-plugins-bad-1.6.3.tar.xz) = 0a3a1d3617f167e69c20db3fccf7af0c4983b8012136093dcc3d08c059d0d8687cf921309c91f94afb250e0c3b9f9ff397a98ff548ca83dc12ae762119ffc915
Size (gst-plugins-bad-1.6.3.tar.xz) = 4216940 bytes
+SHA1 (patch-configure) = a638679428871e9ff68281da211d4d897eca313d
diff --git a/multimedia/gst-plugins1-bad/patches/patch-configure b/multimedia/gst-plugins1-bad/patches/patch-configure
new file mode 100644
index 00000000000..5ba238c53bc
--- /dev/null
+++ b/multimedia/gst-plugins1-bad/patches/patch-configure
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.4 2016/04/11 14:57:40 wiz Exp $
+
+Allow building with python3.4 and python3.5.
+
+--- configure.orig 2016-01-20 09:29:26.000000000 +0000
++++ configure
+@@ -23660,7 +23660,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
diff --git a/multimedia/gst-plugins1-good/distinfo b/multimedia/gst-plugins1-good/distinfo
index c09f8ef0ad6..2174b5da483 100644
--- a/multimedia/gst-plugins1-good/distinfo
+++ b/multimedia/gst-plugins1-good/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.21 2016/01/24 14:43:51 ryoon Exp $
+$NetBSD: distinfo,v 1.22 2016/04/11 15:00:31 wiz Exp $
SHA1 (gst-plugins-good-1.6.3.tar.xz) = d41ee8671f1bce6958a195c7bfb3a4dfa2bffe90
RMD160 (gst-plugins-good-1.6.3.tar.xz) = 9d2c1966ae22b56c5e9252db2aa5b28d7e0a47eb
SHA512 (gst-plugins-good-1.6.3.tar.xz) = 33d4e85cd07ea8d6723c7a5f58cefeec15ddc5392693d131f1b88d8fc844cc24e37dc59d4a3cfbda090ebd15a90e1e9a28a0427b1f00e66a69b9ea40447d70b4
Size (gst-plugins-good-1.6.3.tar.xz) = 3193272 bytes
+SHA1 (patch-configure) = 90170fd885d26c9a91f5ba0aecfc2e2cda8e158c
diff --git a/multimedia/gst-plugins1-good/patches/patch-configure b/multimedia/gst-plugins1-good/patches/patch-configure
new file mode 100644
index 00000000000..ee0719e11cc
--- /dev/null
+++ b/multimedia/gst-plugins1-good/patches/patch-configure
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.1 2016/04/11 15:00:31 wiz Exp $
+
+Allow building with python 3.4 and 3.5.
+
+--- configure.orig 2016-01-20 09:28:06.000000000 +0000
++++ configure
+@@ -22621,7 +22621,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
diff --git a/multimedia/gst-plugins1-libav/distinfo b/multimedia/gst-plugins1-libav/distinfo
index e612adb296a..b1aeb19323f 100644
--- a/multimedia/gst-plugins1-libav/distinfo
+++ b/multimedia/gst-plugins1-libav/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.14 2016/01/24 14:46:41 ryoon Exp $
+$NetBSD: distinfo,v 1.15 2016/04/11 15:03:05 wiz Exp $
SHA1 (gst-libav-1.6.3.tar.xz) = d15a67f1adb4f69a0e66412d6f77706b188794ab
RMD160 (gst-libav-1.6.3.tar.xz) = f23528c5f555f6fba646ee7c5fafb1f6fbd3756a
SHA512 (gst-libav-1.6.3.tar.xz) = 8e5fde08921937f96814b7953e142fb9affa48b22f90ed5a5895ec2f7bdfe320c28f83a93c17c93ba933266a5163ce689c3ee803e78256b3d664516dffff7d08
Size (gst-libav-1.6.3.tar.xz) = 7700700 bytes
-SHA1 (patch-configure) = 3e0327b7d4d7587fc91fe522425689f2201cd1ba
+SHA1 (patch-configure) = 316822b5f7a5e532a87d65502c78fb2cb45ac789
diff --git a/multimedia/gst-plugins1-libav/patches/patch-configure b/multimedia/gst-plugins1-libav/patches/patch-configure
index 1f714937621..baab92e3027 100644
--- a/multimedia/gst-plugins1-libav/patches/patch-configure
+++ b/multimedia/gst-plugins1-libav/patches/patch-configure
@@ -1,7 +1,19 @@
-$NetBSD: patch-configure,v 1.1 2015/11/20 18:38:36 ryoon Exp $
+$NetBSD: patch-configure,v 1.2 2016/04/11 15:03:05 wiz Exp $
---- configure.orig 2015-10-30 12:12:55.000000000 +0000
+Allow building with python 3.4 and 3.5.
+Fix unportable test(1) operator.
+
+--- configure.orig 2016-01-20 09:31:23.000000000 +0000
+++ configure
+@@ -14955,7 +14955,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
@@ -16737,7 +16737,7 @@ fi
--disable-filters --disable-doc --disable-vda --disable-d3d11va --disable-dxva2 \
--disable-iconv --enable-optimizations"
diff --git a/multimedia/gst-plugins1-ugly/distinfo b/multimedia/gst-plugins1-ugly/distinfo
index 8b69086b68b..eba91b4463d 100644
--- a/multimedia/gst-plugins1-ugly/distinfo
+++ b/multimedia/gst-plugins1-ugly/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.15 2016/01/24 14:44:16 ryoon Exp $
+$NetBSD: distinfo,v 1.16 2016/04/11 14:59:17 wiz Exp $
SHA1 (gst-plugins-ugly-1.6.3.tar.xz) = 18fb7cf5da80021abaa3147625b7649bf5904919
RMD160 (gst-plugins-ugly-1.6.3.tar.xz) = 704d828ce4a4b2f259913fb498fe68b0df300627
SHA512 (gst-plugins-ugly-1.6.3.tar.xz) = 655b69c9ee5f6f0eba6a902f7c9dfdee8ec0260bcf8849a8917a6eb5f14cfb9fe074dbfb9b7dc4e6600446610edd06819c19da2662391b73977ea3d950218c9e
Size (gst-plugins-ugly-1.6.3.tar.xz) = 859408 bytes
+SHA1 (patch-configure) = dcc05134842334699ea46fb373fb562f5e63fd44
diff --git a/multimedia/gst-plugins1-ugly/patches/patch-configure b/multimedia/gst-plugins1-ugly/patches/patch-configure
new file mode 100644
index 00000000000..86fd69b2788
--- /dev/null
+++ b/multimedia/gst-plugins1-ugly/patches/patch-configure
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.1 2016/04/11 14:59:17 wiz Exp $
+
+Allow building with python 3.4 and 3.5.
+
+--- configure.orig 2016-01-20 09:30:59.000000000 +0000
++++ configure
+@@ -21633,7 +21633,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