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 Sep 12 14:03:09 UTC 2017

Modified Files:
        pkgsrc/multimedia/gst-plugins1-libav: Makefile distinfo
        pkgsrc/multimedia/gst-plugins1-libav/patches: patch-configure

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/multimedia/gst-plugins1-libav/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/multimedia/gst-plugins1-libav/distinfo
cvs rdiff -u -r1.6 -r1.7 \
    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/Makefile
diff -u pkgsrc/multimedia/gst-plugins1-libav/Makefile:1.33 pkgsrc/multimedia/gst-plugins1-libav/Makefile:1.34
--- pkgsrc/multimedia/gst-plugins1-libav/Makefile:1.33  Wed Aug 16 20:21:11 2017
+++ pkgsrc/multimedia/gst-plugins1-libav/Makefile       Tue Sep 12 14:03:09 2017
@@ -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/

Index: pkgsrc/multimedia/gst-plugins1-libav/distinfo
diff -u pkgsrc/multimedia/gst-plugins1-libav/distinfo:1.23 pkgsrc/multimedia/gst-plugins1-libav/distinfo:1.24
--- pkgsrc/multimedia/gst-plugins1-libav/distinfo:1.23  Thu Mar 16 14:35:23 2017
+++ pkgsrc/multimedia/gst-plugins1-libav/distinfo       Tue Sep 12 14:03:09 2017
@@ -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

Index: pkgsrc/multimedia/gst-plugins1-libav/patches/patch-configure
diff -u pkgsrc/multimedia/gst-plugins1-libav/patches/patch-configure:1.6 pkgsrc/multimedia/gst-plugins1-libav/patches/patch-configure:1.7
--- pkgsrc/multimedia/gst-plugins1-libav/patches/patch-configure:1.6    Tue Jan  3 19:21:49 2017
+++ pkgsrc/multimedia/gst-plugins1-libav/patches/patch-configure        Tue Sep 12 14:03:09 2017
@@ -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"
  



Home | Main Index | Thread Index | Old Index