Tue Jan 3 19:21:50 2017 UTC ()
Support python-3.6.


(wiz)
diff -r1.20 -r1.21 pkgsrc/multimedia/gst-plugins1-libav/distinfo
diff -r1.5 -r1.6 pkgsrc/multimedia/gst-plugins1-libav/patches/patch-configure

cvs diff -r1.20 -r1.21 pkgsrc/multimedia/gst-plugins1-libav/distinfo (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins1-libav/distinfo 2016/11/16 12:08:26 1.20
+++ pkgsrc/multimedia/gst-plugins1-libav/distinfo 2017/01/03 19:21:49 1.21
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.20 2016/11/16 12:08:26 wiz Exp $ 1$NetBSD: distinfo,v 1.21 2017/01/03 19:21:49 wiz Exp $
2 2
3SHA1 (gst-libav-1.10.0.tar.xz) = 88f22890fbb3d8cc7e54ff9166d0bdf53728a8e8 3SHA1 (gst-libav-1.10.0.tar.xz) = 88f22890fbb3d8cc7e54ff9166d0bdf53728a8e8
4RMD160 (gst-libav-1.10.0.tar.xz) = 135e6b9ec7796552bde9bdb85891ed0c52cf9bab 4RMD160 (gst-libav-1.10.0.tar.xz) = 135e6b9ec7796552bde9bdb85891ed0c52cf9bab
5SHA512 (gst-libav-1.10.0.tar.xz) = d004f1e15a8bb511f0c88ded43498b6b6022a36bc401b3043212132923444762d27bc74a5f14b30a5d4dccd4c4eb5f39209fa9661cc8fcfe33b77f2a0e54fab0 5SHA512 (gst-libav-1.10.0.tar.xz) = d004f1e15a8bb511f0c88ded43498b6b6022a36bc401b3043212132923444762d27bc74a5f14b30a5d4dccd4c4eb5f39209fa9661cc8fcfe33b77f2a0e54fab0
6Size (gst-libav-1.10.0.tar.xz) = 8533152 bytes 6Size (gst-libav-1.10.0.tar.xz) = 8533152 bytes
7SHA1 (patch-configure) = 97f33d5e5cb06952c7114cee1d40db1c9a7a0868 7SHA1 (patch-configure) = 7267f03ca896117735ac6cef66d50886c05cd009

cvs diff -r1.5 -r1.6 pkgsrc/multimedia/gst-plugins1-libav/patches/Attic/patch-configure (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins1-libav/patches/Attic/patch-configure 2016/11/16 12:08:26 1.5
+++ pkgsrc/multimedia/gst-plugins1-libav/patches/Attic/patch-configure 2017/01/03 19:21:49 1.6
@@ -1,25 +1,25 @@ @@ -1,25 +1,25 @@
1$NetBSD: patch-configure,v 1.5 2016/11/16 12:08:26 wiz Exp $ 1$NetBSD: patch-configure,v 1.6 2017/01/03 19:21:49 wiz Exp $
2 2
3Allow building with python 3.4 and 3.5. 3Allow building with python 3.4-3.6.
4Fix unportable test(1) operator. 4Fix unportable test(1) operator.
5 5
6--- configure.orig 2016-11-01 15:17:51.000000000 +0000 6--- configure.orig 2016-11-01 15:17:51.000000000 +0000
7+++ configure 7+++ configure
8@@ -15509,7 +15509,7 @@ fi 8@@ -15509,7 +15509,7 @@ fi
9  9
10 # Find any Python interpreter. 10 # Find any Python interpreter.
11 if test -z "$PYTHON"; then 11 if test -z "$PYTHON"; then
12- 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 12- 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
13+ 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 13+ 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
14 do 14 do
15 # Extract the first word of "$ac_prog", so it can be a program name with args. 15 # Extract the first word of "$ac_prog", so it can be a program name with args.
16 set dummy $ac_prog; ac_word=$2 16 set dummy $ac_prog; ac_word=$2
17@@ -18255,7 +18255,7 @@ fi 17@@ -18255,7 +18255,7 @@ fi
18 --disable-omx-rpi --disable-cuda --disable-cuvid --disable-libmfx \ 18 --disable-omx-rpi --disable-cuda --disable-cuvid --disable-libmfx \
19 --disable-libnpp --disable-iconv --disable-jni --enable-optimizations" 19 --disable-libnpp --disable-iconv --disable-jni --enable-optimizations"
20  20
21- if test "x$enable_gpl" == "xyes"; then 21- if test "x$enable_gpl" == "xyes"; then
22+ if test "x$enable_gpl" = "xyes"; then 22+ if test "x$enable_gpl" = "xyes"; then
23 emblibav_configure_args="$emblibav_configure_args --enable-gpl" 23 emblibav_configure_args="$emblibav_configure_args --enable-gpl"
24 fi 24 fi
25  25