diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-12 14:03:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-12 14:03:09 +0000 |
commit | da797d669e872d0cb857c63388f32bd0be9f0f79 (patch) | |
tree | 617dd3f9a35a5f946ae0957de73cf13506b714c0 /multimedia | |
parent | 7b3a5c2d907e201b09a81888eae7b56e426c87d3 (diff) | |
download | pkgsrc-da797d669e872d0cb857c63388f32bd0be9f0f79.tar.gz |
gst-plugins1-libav: update to 1.12.2.
To match gstreamer1-1.12.2 update committed a short while ago. No
separate changes file found.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gst-plugins1-libav/Makefile | 4 | ||||
-rw-r--r-- | multimedia/gst-plugins1-libav/distinfo | 12 | ||||
-rw-r--r-- | multimedia/gst-plugins1-libav/patches/patch-configure | 10 |
3 files changed, 13 insertions, 13 deletions
diff --git a/multimedia/gst-plugins1-libav/Makefile b/multimedia/gst-plugins1-libav/Makefile index 0349cf38dbc..63916a1e99e 100644 --- a/multimedia/gst-plugins1-libav/Makefile +++ b/multimedia/gst-plugins1-libav/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.33 2017/08/16 20:21:11 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2017/09/12 14:03:09 wiz Exp $ -DISTNAME= gst-libav-1.10.4 +DISTNAME= gst-libav-1.12.2 PKGNAME= ${DISTNAME:S/gst/gst-plugins1/} CATEGORIES= multimedia MASTER_SITES= https://gstreamer.freedesktop.org/src/gst-libav/ diff --git a/multimedia/gst-plugins1-libav/distinfo b/multimedia/gst-plugins1-libav/distinfo index 19bfc638f97..0c69fe2ef7d 100644 --- a/multimedia/gst-plugins1-libav/distinfo +++ b/multimedia/gst-plugins1-libav/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.23 2017/03/16 14:35:23 wiz Exp $ +$NetBSD: distinfo,v 1.24 2017/09/12 14:03:09 wiz Exp $ -SHA1 (gst-libav-1.10.4.tar.xz) = 37665614f08325ff5b397c150af36329c54ff805 -RMD160 (gst-libav-1.10.4.tar.xz) = 0a8b164265a9f20c498dec3cbcad351a478d6fe6 -SHA512 (gst-libav-1.10.4.tar.xz) = 4037c4651c9f4c0e677f1f8136194c16319507dec3992270c1f98d461a69a55653d261ade45add833103872455e09c30695318181e81242ce78d1c2a2b95ca9c -Size (gst-libav-1.10.4.tar.xz) = 8535052 bytes -SHA1 (patch-configure) = 7267f03ca896117735ac6cef66d50886c05cd009 +SHA1 (gst-libav-1.12.2.tar.xz) = b4d24f0b943592528dff6823d259bcac5c66c4fd +RMD160 (gst-libav-1.12.2.tar.xz) = ed0012a96a5b0e25655562235f102b5f7f73eae0 +SHA512 (gst-libav-1.12.2.tar.xz) = 970c6c3ab71d1431196f3e95ef046cb28ba82e40b206f96fe8b70de2bf9c7ff1cf35e004f7f7dd92dac0ad5e94ed07d45a52dd1a90bdbe105cdd65235f0b6247 +Size (gst-libav-1.12.2.tar.xz) = 8784544 bytes +SHA1 (patch-configure) = 208c4d685538518698ae074c1e6b03e9a3c229bb diff --git a/multimedia/gst-plugins1-libav/patches/patch-configure b/multimedia/gst-plugins1-libav/patches/patch-configure index 3a9b453c8bb..747673d671a 100644 --- a/multimedia/gst-plugins1-libav/patches/patch-configure +++ b/multimedia/gst-plugins1-libav/patches/patch-configure @@ -1,20 +1,20 @@ -$NetBSD: patch-configure,v 1.6 2017/01/03 19:21:49 wiz Exp $ +$NetBSD: patch-configure,v 1.7 2017/09/12 14:03:09 wiz Exp $ Allow building with python 3.4-3.6. Fix unportable test(1) operator. ---- configure.orig 2016-11-01 15:17:51.000000000 +0000 +--- configure.orig 2017-07-14 08:23:57.000000000 +0000 +++ configure -@@ -15509,7 +15509,7 @@ fi +@@ -15510,7 +15510,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 -@@ -18255,7 +18255,7 @@ fi +@@ -18256,7 +18256,7 @@ fi --disable-omx-rpi --disable-cuda --disable-cuvid --disable-libmfx \ --disable-libnpp --disable-iconv --disable-jni --enable-optimizations" |