summaryrefslogtreecommitdiff
path: root/multimedia/gstreamer1
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2018-01-28 19:33:09 +0000
committerwiz <wiz@pkgsrc.org>2018-01-28 19:33:09 +0000
commitc26bd8c37490b27387f8856706df1fbb4c3311ea (patch)
treef8e5dff028b7ac0e8eae4b1313d4fcd0e636c2c7 /multimedia/gstreamer1
parentea9794e36dfb74b1a1b0e36030ff0fb4baeb9395 (diff)
downloadpkgsrc-c26bd8c37490b27387f8856706df1fbb4c3311ea.tar.gz
gstreamer1 + plugins: update to 1.12.4
### 1.12.4 The fourth 1.12 bug-fix release (1.12.4) was released on 7 December 2017. This release only contains bugfixes and it should be safe to update from 1.12.x. #### Major bugfixes in 1.12.4 - Dozens of fixes for various issues detected with the help of Google's OSS-Fuzz project: https://github.com/google/oss-fuzz Details to be found there in the bug tracker - Performance regressions with registering debug categories after gst_init() were fixed - Regression with seeking back to 0 in souphttpsrc was fixed - Regression with header rewriting in flacparse was fixed - Regression with playbin/playsink leaking sinks was fixed - Inconsistencies with DROPPED/HANDLED handling in pad probe handlers are fixed - gst_bin_iterate_sorted() always returns sources last now, as documented - gst_query_writable_structure() will never return NULL, for consistency with events - Removal of metas from gst_buffer_meta_foreach() works correctly now - OpenJPEG plugin builds with OpenJPEG >= 2.3 - CDIO plugin builds with CDIO >= 1.0 - gstreamer-vaapi works correctly with libva 1.0 - gst-libav was updated to ffmpeg 3.3.5 - Various fixes for memory leaks, deadlocks and crashes in all modules - ... and many, many more!
Diffstat (limited to 'multimedia/gstreamer1')
-rw-r--r--multimedia/gstreamer1/Makefile4
-rw-r--r--multimedia/gstreamer1/distinfo11
-rw-r--r--multimedia/gstreamer1/patches/patch-configure15
3 files changed, 7 insertions, 23 deletions
diff --git a/multimedia/gstreamer1/Makefile b/multimedia/gstreamer1/Makefile
index 7d9ce2c66ea..619f3298666 100644
--- a/multimedia/gstreamer1/Makefile
+++ b/multimedia/gstreamer1/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2017/11/10 09:26:48 prlw1 Exp $
+# $NetBSD: Makefile,v 1.36 2018/01/28 19:33:09 wiz Exp $
-DISTNAME= gstreamer-1.12.3
+DISTNAME= gstreamer-1.12.4
PKGNAME= ${DISTNAME:S/gstreamer/gstreamer1/}
CATEGORIES= multimedia
MASTER_SITES= https://gstreamer.freedesktop.org/src/gstreamer/
diff --git a/multimedia/gstreamer1/distinfo b/multimedia/gstreamer1/distinfo
index 5a96bc1d635..3758a486ea6 100644
--- a/multimedia/gstreamer1/distinfo
+++ b/multimedia/gstreamer1/distinfo
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.29 2017/11/10 09:26:48 prlw1 Exp $
+$NetBSD: distinfo,v 1.30 2018/01/28 19:33:09 wiz Exp $
-SHA1 (gstreamer-1.12.3.tar.xz) = 4fc63f2770e54a6d2d8c561b947e2b580c8c56b6
-RMD160 (gstreamer-1.12.3.tar.xz) = d72c584f0b936e1ea96bc490796b7afd2a13669b
-SHA512 (gstreamer-1.12.3.tar.xz) = fceeeca4314aead7ff358db3474bd6fe1eef70f745a6ba20505da6c0caaea6ea6317246dc66c23edab396ca811a610c52fa930f8f99c701241ae7f15857aa2b0
-Size (gstreamer-1.12.3.tar.xz) = 3175480 bytes
-SHA1 (patch-configure) = b8cfec36db1eca0047f457bff68bab322386721a
+SHA1 (gstreamer-1.12.4.tar.xz) = 71ed76a339252d551c5da6bdcb641c31bea77612
+RMD160 (gstreamer-1.12.4.tar.xz) = 55c1a266742610f69dcf27e26eff933e2b9f298f
+SHA512 (gstreamer-1.12.4.tar.xz) = 849aa4ddf8ef465f2915e05d36fc0c31c2e31ae28be2fa38f8069a64a91b7347020fac5b881b7f3ee54c2198c3596138d49f27b09f258303834164a5d68b38a2
+Size (gstreamer-1.12.4.tar.xz) = 3177208 bytes
SHA1 (patch-plugins_tracers_gstrusage.c) = 36ab41bc208cd9146bed3208f56eb332f2535591
diff --git a/multimedia/gstreamer1/patches/patch-configure b/multimedia/gstreamer1/patches/patch-configure
deleted file mode 100644
index cdd2b875b9f..00000000000
--- a/multimedia/gstreamer1/patches/patch-configure
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-configure,v 1.3 2017/09/12 09:32:44 wiz Exp $
-
-Allow python 3.4-3.6.
-
---- configure.orig 2017-07-14 08:15:22.000000000 +0000
-+++ configure
-@@ -23345,7 +23345,7 @@ fi
-
- # Find any Python interpreter.
- if test -z "$PYTHON"; then
-- 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