pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/multimedia/gst-plugins1-libav
Module Name: pkgsrc
Committed By: wiz
Date: Tue Jan 3 19:21:50 UTC 2017
Modified Files:
pkgsrc/multimedia/gst-plugins1-libav: distinfo
pkgsrc/multimedia/gst-plugins1-libav/patches: patch-configure
Log Message:
Support python-3.6.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/multimedia/gst-plugins1-libav/distinfo
cvs rdiff -u -r1.5 -r1.6 \
pkgsrc/multimedia/gst-plugins1-libav/patches/patch-configure
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/multimedia/gst-plugins1-libav/distinfo
diff -u pkgsrc/multimedia/gst-plugins1-libav/distinfo:1.20 pkgsrc/multimedia/gst-plugins1-libav/distinfo:1.21
--- pkgsrc/multimedia/gst-plugins1-libav/distinfo:1.20 Wed Nov 16 12:08:26 2016
+++ pkgsrc/multimedia/gst-plugins1-libav/distinfo Tue Jan 3 19:21:49 2017
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.20 2016/11/16 12:08:26 wiz Exp $
+$NetBSD: distinfo,v 1.21 2017/01/03 19:21:49 wiz Exp $
SHA1 (gst-libav-1.10.0.tar.xz) = 88f22890fbb3d8cc7e54ff9166d0bdf53728a8e8
RMD160 (gst-libav-1.10.0.tar.xz) = 135e6b9ec7796552bde9bdb85891ed0c52cf9bab
SHA512 (gst-libav-1.10.0.tar.xz) = d004f1e15a8bb511f0c88ded43498b6b6022a36bc401b3043212132923444762d27bc74a5f14b30a5d4dccd4c4eb5f39209fa9661cc8fcfe33b77f2a0e54fab0
Size (gst-libav-1.10.0.tar.xz) = 8533152 bytes
-SHA1 (patch-configure) = 97f33d5e5cb06952c7114cee1d40db1c9a7a0868
+SHA1 (patch-configure) = 7267f03ca896117735ac6cef66d50886c05cd009
Index: pkgsrc/multimedia/gst-plugins1-libav/patches/patch-configure
diff -u pkgsrc/multimedia/gst-plugins1-libav/patches/patch-configure:1.5 pkgsrc/multimedia/gst-plugins1-libav/patches/patch-configure:1.6
--- pkgsrc/multimedia/gst-plugins1-libav/patches/patch-configure:1.5 Wed Nov 16 12:08:26 2016
+++ pkgsrc/multimedia/gst-plugins1-libav/patches/patch-configure Tue Jan 3 19:21:49 2017
@@ -1,6 +1,6 @@
-$NetBSD: patch-configure,v 1.5 2016/11/16 12:08:26 wiz Exp $
+$NetBSD: patch-configure,v 1.6 2017/01/03 19:21:49 wiz Exp $
-Allow building with python 3.4 and 3.5.
+Allow building with python 3.4-3.6.
Fix unportable test(1) operator.
--- configure.orig 2016-11-01 15:17:51.000000000 +0000
@@ -10,7 +10,7 @@ Fix unportable test(1) operator.
# 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
Home |
Main Index |
Thread Index |
Old Index