summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-04-29 13:10:15 +0000
committerwiz <wiz@pkgsrc.org>2016-04-29 13:10:15 +0000
commitf45d4fe8d7a73f9a8d4fa81dc1e3d505b1d26548 (patch)
treed2c8e7fb97547536c4fba8d5b9b2f669ef05b419
parent8f75bd68d8ba75e39a3480f857b5a582f5e03a66 (diff)
downloadpkgsrc-f45d4fe8d7a73f9a8d4fa81dc1e3d505b1d26548.tar.gz
Update gstreamer1 and its plugins to 1.8.1.
Switch gst-plugin1-libav from ffmpeg2 to ffmpeg3. 1.8.1 The first 1.8 bug-fix release (1.8.1) was released on 20 April 2016. This release only contains bugfixes and it should be safe to update from 1.8.0. Major bugfixes in 1.8.1 Fix app compilation with Android NDK r11 and newer Fix compilation of nvenc plugin against latest NVIDIA SDK 6.0 Fix regression in avdeinterlace Fix memory corruption in scaletempo element with S16 input Fix glitches at the start with all audio sinks except for pulsesink Fix regression with encrypted HLS streams Fix automatic multithreaded decoding of VP8/9 video Fix deadlock in HTTP adaptive streams when scrub-seeking Fix regression in RTSP source with SRTP Add support for SRTP rollover counters in the RTSP source Add support for HiDPI ("Retina") screens in caopengllayersink ... and many more!
-rw-r--r--multimedia/gst-plugins1-bad/Makefile.common4
-rw-r--r--multimedia/gst-plugins1-bad/distinfo10
-rw-r--r--multimedia/gst-plugins1-base/Makefile.common4
-rw-r--r--multimedia/gst-plugins1-base/distinfo10
-rw-r--r--multimedia/gst-plugins1-good/Makefile.common4
-rw-r--r--multimedia/gst-plugins1-good/distinfo10
-rw-r--r--multimedia/gst-plugins1-libav/Makefile6
-rw-r--r--multimedia/gst-plugins1-libav/distinfo12
-rw-r--r--multimedia/gst-plugins1-libav/patches/patch-configure10
-rw-r--r--multimedia/gst-plugins1-ugly/Makefile.common4
-rw-r--r--multimedia/gst-plugins1-ugly/distinfo10
-rw-r--r--multimedia/gstreamer1/Makefile4
-rw-r--r--multimedia/gstreamer1/distinfo10
13 files changed, 49 insertions, 49 deletions
diff --git a/multimedia/gst-plugins1-bad/Makefile.common b/multimedia/gst-plugins1-bad/Makefile.common
index d0b8b958449..ea2959abcf7 100644
--- a/multimedia/gst-plugins1-bad/Makefile.common
+++ b/multimedia/gst-plugins1-bad/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.18 2016/04/15 14:20:00 wiz Exp $
+# $NetBSD: Makefile.common,v 1.19 2016/04/29 13:10:15 wiz Exp $
#
# used by audio/gst-plugins1-dts/Makefile
# used by audio/gst-plugins1-faac/Makefile
@@ -13,7 +13,7 @@
#
GST_PLUGINS1_TYPE= bad
-GST_PLUGINS1_VER= 1.8.0
+GST_PLUGINS1_VER= 1.8.1
# Disable all drivers and features by default.
.for driver in \
diff --git a/multimedia/gst-plugins1-bad/distinfo b/multimedia/gst-plugins1-bad/distinfo
index 8fed999ff07..3533f3dd585 100644
--- a/multimedia/gst-plugins1-bad/distinfo
+++ b/multimedia/gst-plugins1-bad/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.18 2016/04/15 14:20:00 wiz Exp $
+$NetBSD: distinfo,v 1.19 2016/04/29 13:10:15 wiz Exp $
-SHA1 (gst-plugins-bad-1.8.0.tar.xz) = 62171ea1532a49aab9294e9427a935058450a170
-RMD160 (gst-plugins-bad-1.8.0.tar.xz) = 082b94a5895694535ea09c625ae7959e2ba6ffd9
-SHA512 (gst-plugins-bad-1.8.0.tar.xz) = 3975ba6669d6b93fb82ac851f12bc1378d5748c47632f08528d08c788fa514993187813ae91ba3fb31233fbc1cd450f9e77528b461e5f51eea49c70bce81d0fa
-Size (gst-plugins-bad-1.8.0.tar.xz) = 4460144 bytes
+SHA1 (gst-plugins-bad-1.8.1.tar.xz) = cb003e5737db53d2a965dad8c102e19a22fb760a
+RMD160 (gst-plugins-bad-1.8.1.tar.xz) = fd081dd35d1dc6373cd513c228f02367a70fed79
+SHA512 (gst-plugins-bad-1.8.1.tar.xz) = 76de48ed8a09a0e5fffa37aae96d86f90baff90f8d5a442586df98619e20f046968a8650b4383ac2f989388b460af005c4dd79b1eefcd08b6434aa0643a1bb4e
+Size (gst-plugins-bad-1.8.1.tar.xz) = 4451252 bytes
SHA1 (patch-configure) = a638679428871e9ff68281da211d4d897eca313d
diff --git a/multimedia/gst-plugins1-base/Makefile.common b/multimedia/gst-plugins1-base/Makefile.common
index 7a6b81a6fb0..9b2c3aaf3d6 100644
--- a/multimedia/gst-plugins1-base/Makefile.common
+++ b/multimedia/gst-plugins1-base/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.15 2016/04/15 14:20:00 wiz Exp $
+# $NetBSD: Makefile.common,v 1.16 2016/04/29 13:10:15 wiz Exp $
#
# used by audio/gst-plugins1-alsa/Makefile
# used by audio/gst-plugins1-cdparanoia/Makefile
@@ -12,7 +12,7 @@
#
GST_PLUGINS1_TYPE= base
-GST_PLUGINS1_VER= 1.8.0
+GST_PLUGINS1_VER= 1.8.1
BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.8.0
LICENSE= gnu-lgpl-v2
diff --git a/multimedia/gst-plugins1-base/distinfo b/multimedia/gst-plugins1-base/distinfo
index 6b019cd17f8..83615c3049b 100644
--- a/multimedia/gst-plugins1-base/distinfo
+++ b/multimedia/gst-plugins1-base/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.19 2016/04/15 14:20:00 wiz Exp $
+$NetBSD: distinfo,v 1.20 2016/04/29 13:10:15 wiz Exp $
-SHA1 (gst-plugins-base-1.8.0.tar.xz) = 914a8ebe3e60c854970f41e348a2ab9f9b95c5b3
-RMD160 (gst-plugins-base-1.8.0.tar.xz) = e37d59d8231f88a6413f0cc2902cf28887e97f5b
-SHA512 (gst-plugins-base-1.8.0.tar.xz) = 6af64ed5300089b1a9c9ebe3ca3b96e7c3d133db5f0b8ec50a21122df555728b31de12570f8a042f39bc461b48cf1061c83257c4e70d131b982e6ce66739c199
-Size (gst-plugins-base-1.8.0.tar.xz) = 2890152 bytes
+SHA1 (gst-plugins-base-1.8.1.tar.xz) = 44f0d1b415168a05fa6f35dcbf5f2b7016032eb5
+RMD160 (gst-plugins-base-1.8.1.tar.xz) = 06efdd451f5175018853b24a73d88072c1d00be3
+SHA512 (gst-plugins-base-1.8.1.tar.xz) = b7b0a827a8b07976d926996837fe900a8271ac21b8f5b052643f771e0dd38136a9f199006e6866a5884bdcaa5344e2e2fdb5c6b98e4a9cec5fede498024414fd
+Size (gst-plugins-base-1.8.1.tar.xz) = 2879248 bytes
SHA1 (patch-configure) = cf8fc7563029c5a872261fb9c318da0f5e021d38
diff --git a/multimedia/gst-plugins1-good/Makefile.common b/multimedia/gst-plugins1-good/Makefile.common
index aee7eec3700..10d960c1fd3 100644
--- a/multimedia/gst-plugins1-good/Makefile.common
+++ b/multimedia/gst-plugins1-good/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.18 2016/04/15 14:20:00 wiz Exp $
+# $NetBSD: Makefile.common,v 1.19 2016/04/29 13:10:15 wiz Exp $
#
# used by audio/gst-plugins1-flac/Makefile
# used by audio/gst-plugins1-jack/Makefile
@@ -15,7 +15,7 @@
# used by x11/gst-plugins1-x11/Makefile
GST_PLUGINS1_TYPE= good
-GST_PLUGINS1_VER= 1.8.0
+GST_PLUGINS1_VER= 1.8.1
# Disable all drivers and features by default.
.for driver in aalib \
diff --git a/multimedia/gst-plugins1-good/distinfo b/multimedia/gst-plugins1-good/distinfo
index b3e7a2f261e..9673ab5872e 100644
--- a/multimedia/gst-plugins1-good/distinfo
+++ b/multimedia/gst-plugins1-good/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.23 2016/04/15 14:20:00 wiz Exp $
+$NetBSD: distinfo,v 1.24 2016/04/29 13:10:15 wiz Exp $
-SHA1 (gst-plugins-good-1.8.0.tar.xz) = 4328e0698da1b14138e01ff82aedc2350847ea10
-RMD160 (gst-plugins-good-1.8.0.tar.xz) = 8b04ffeb6ca4d98deca5eaaa4a1ce24606daaca6
-SHA512 (gst-plugins-good-1.8.0.tar.xz) = 0d9db3d2b043d576e8b584cd3608e3482bfc1ca258b073e9a47ca323991d70dda03bf1d75954fc515f72be6eec81693c1faa796322011eacb2c6d84acca11472
-Size (gst-plugins-good-1.8.0.tar.xz) = 3220992 bytes
+SHA1 (gst-plugins-good-1.8.1.tar.xz) = 201db5fe223325feaf79a256588d526df0a7d57f
+RMD160 (gst-plugins-good-1.8.1.tar.xz) = 5e0a5fbbee71e27db702932c7a9c98d90560be34
+SHA512 (gst-plugins-good-1.8.1.tar.xz) = f3576180e55e38c6320ad44f2ed5a551088e566636b2b4d5f226d96b2a447a8c2addb2862759d7363eee7d05e01831bf093cdb6ac6c1689736a6673a76d5e75c
+Size (gst-plugins-good-1.8.1.tar.xz) = 3209748 bytes
SHA1 (patch-configure) = 90170fd885d26c9a91f5ba0aecfc2e2cda8e158c
diff --git a/multimedia/gst-plugins1-libav/Makefile b/multimedia/gst-plugins1-libav/Makefile
index 34ca43a152e..29b348bd2c2 100644
--- a/multimedia/gst-plugins1-libav/Makefile
+++ b/multimedia/gst-plugins1-libav/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2016/04/15 14:20:00 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2016/04/29 13:10:15 wiz Exp $
-DISTNAME= gst-libav-1.8.0
+DISTNAME= gst-libav-1.8.1
PKGNAME= ${DISTNAME:S/gst/gst-plugins1/}
CATEGORIES= multimedia
MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-libav/
@@ -24,7 +24,7 @@ BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.8.0
# the upstream developers only want to support building against
# the included ffmpeg version, since the ffmpeg API/ABI is unstable
# and there are no releases
-.include "../../multimedia/ffmpeg2/buildlink3.mk"
+.include "../../multimedia/ffmpeg3/buildlink3.mk"
CONFIGURE_ARGS+= --with-system-libav
.include "../../devel/orc/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/multimedia/gst-plugins1-libav/distinfo b/multimedia/gst-plugins1-libav/distinfo
index b80b09c52b3..f8037eb7100 100644
--- a/multimedia/gst-plugins1-libav/distinfo
+++ b/multimedia/gst-plugins1-libav/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.16 2016/04/15 14:20:00 wiz Exp $
+$NetBSD: distinfo,v 1.17 2016/04/29 13:10:15 wiz Exp $
-SHA1 (gst-libav-1.8.0.tar.xz) = b67949054cf1f5abb386c860156b1a1f973c45e9
-RMD160 (gst-libav-1.8.0.tar.xz) = 9c327d2dbd6600c0fa023834e996f2b802478adb
-SHA512 (gst-libav-1.8.0.tar.xz) = 5f480c4e6dba0ec4bdf790e8fdf4044cef069ab5b468d8fcff9ce688fd2f0460767120e017cd475df99661b609091ef65089fa54ad32926097181ce715b89697
-Size (gst-libav-1.8.0.tar.xz) = 7983656 bytes
-SHA1 (patch-configure) = 316822b5f7a5e532a87d65502c78fb2cb45ac789
+SHA1 (gst-libav-1.8.1.tar.xz) = fb5ea465412736804ccdc4e5b541a8addfd80e15
+RMD160 (gst-libav-1.8.1.tar.xz) = ffd570f8e919730b738a73c2bff46a60bf6d8af2
+SHA512 (gst-libav-1.8.1.tar.xz) = 4c3a65365f9310efa92a9eb73ce1184bacc38d71f06bdd5619c767ae6fb96dfe5913310c05dc8a47b0c9c42e602dc840c4c010a09cf9e260dcf94f5e36a8911c
+Size (gst-libav-1.8.1.tar.xz) = 7978376 bytes
+SHA1 (patch-configure) = 20d17a08608a002620e388dac9a10b5efe5aad9c
diff --git a/multimedia/gst-plugins1-libav/patches/patch-configure b/multimedia/gst-plugins1-libav/patches/patch-configure
index baab92e3027..7cc90380246 100644
--- a/multimedia/gst-plugins1-libav/patches/patch-configure
+++ b/multimedia/gst-plugins1-libav/patches/patch-configure
@@ -1,11 +1,11 @@
-$NetBSD: patch-configure,v 1.2 2016/04/11 15:03:05 wiz Exp $
+$NetBSD: patch-configure,v 1.3 2016/04/29 13:10:15 wiz Exp $
Allow building with python 3.4 and 3.5.
Fix unportable test(1) operator.
---- configure.orig 2016-01-20 09:31:23.000000000 +0000
+--- configure.orig 2016-04-20 12:31:50.000000000 +0000
+++ configure
-@@ -14955,7 +14955,7 @@ fi
+@@ -15505,7 +15505,7 @@ fi
# Find any Python interpreter.
if test -z "$PYTHON"; then
@@ -14,8 +14,8 @@ Fix unportable test(1) operator.
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
-@@ -16737,7 +16737,7 @@ fi
- --disable-filters --disable-doc --disable-vda --disable-d3d11va --disable-dxva2 \
+@@ -17620,7 +17620,7 @@ fi
+ --disable-filters --enable-filter=yadif --disable-doc --disable-vda --disable-d3d11va --disable-dxva2 \
--disable-iconv --enable-optimizations"
- if test "x$enable_gpl" == "xyes"; then
diff --git a/multimedia/gst-plugins1-ugly/Makefile.common b/multimedia/gst-plugins1-ugly/Makefile.common
index dd770222f3e..94000117b91 100644
--- a/multimedia/gst-plugins1-ugly/Makefile.common
+++ b/multimedia/gst-plugins1-ugly/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.15 2016/04/15 14:20:00 wiz Exp $
+# $NetBSD: Makefile.common,v 1.16 2016/04/29 13:10:15 wiz Exp $
#
# used by audio/gst-plugins1-a52/Makefile
# used by audio/gst-plugins1-lame/Makefile
@@ -10,7 +10,7 @@
# used by multimedia/gst-plugins1-x264/Makefile
GST_PLUGINS1_TYPE= ugly
-GST_PLUGINS1_VER= 1.8.0
+GST_PLUGINS1_VER= 1.8.1
# Disable all drivers and features by default.
.for driver in a52dec \
diff --git a/multimedia/gst-plugins1-ugly/distinfo b/multimedia/gst-plugins1-ugly/distinfo
index 31e79e4c236..4ba061bd0aa 100644
--- a/multimedia/gst-plugins1-ugly/distinfo
+++ b/multimedia/gst-plugins1-ugly/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.17 2016/04/15 14:20:00 wiz Exp $
+$NetBSD: distinfo,v 1.18 2016/04/29 13:10:15 wiz Exp $
-SHA1 (gst-plugins-ugly-1.8.0.tar.xz) = ef95d70a89ac0452454b2139167b7542f298e2b1
-RMD160 (gst-plugins-ugly-1.8.0.tar.xz) = 4b6f7d7fa61ac9975b55b5de375a23d3819af103
-SHA512 (gst-plugins-ugly-1.8.0.tar.xz) = b534bd6d528c6110d3f38c0be243b02b383ebabbebb5fae448126c066098263eebd6f4903c88a661432d9901f7aa06d6634aa9230626f86fb3ee43acccb3f397
-Size (gst-plugins-ugly-1.8.0.tar.xz) = 898408 bytes
+SHA1 (gst-plugins-ugly-1.8.1.tar.xz) = 244cebfe9a88eb461a321ffd1868c4b28af55d1c
+RMD160 (gst-plugins-ugly-1.8.1.tar.xz) = 9629b68c92b3a71c9655f1e23931a967bd924533
+SHA512 (gst-plugins-ugly-1.8.1.tar.xz) = 349767c0d688eb62097d47115e14303f80648d4387e414d73a8a18de0b566d4d35d57121d103cce74d0d33c00cbe9fc109e7342a205eb5f03e54b2552812f760
+Size (gst-plugins-ugly-1.8.1.tar.xz) = 884028 bytes
SHA1 (patch-configure) = dcc05134842334699ea46fb373fb562f5e63fd44
diff --git a/multimedia/gstreamer1/Makefile b/multimedia/gstreamer1/Makefile
index af56119db80..70a769c9525 100644
--- a/multimedia/gstreamer1/Makefile
+++ b/multimedia/gstreamer1/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2016/04/15 14:20:00 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2016/04/29 13:10:15 wiz Exp $
-DISTNAME= gstreamer-1.8.0
+DISTNAME= gstreamer-1.8.1
PKGNAME= ${DISTNAME:S/gstreamer/gstreamer1/}
CATEGORIES= multimedia
MASTER_SITES= http://gstreamer.freedesktop.org/src/gstreamer/
diff --git a/multimedia/gstreamer1/distinfo b/multimedia/gstreamer1/distinfo
index 27901b0f40b..aa4906f04c3 100644
--- a/multimedia/gstreamer1/distinfo
+++ b/multimedia/gstreamer1/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.20 2016/04/15 14:20:00 wiz Exp $
+$NetBSD: distinfo,v 1.21 2016/04/29 13:10:15 wiz Exp $
-SHA1 (gstreamer-1.8.0.tar.xz) = c644447bfce0d0fcaaf7def6262a9d96d2d2ad76
-RMD160 (gstreamer-1.8.0.tar.xz) = 089aa978ca68b140b4498ac0fd654396532648b8
-SHA512 (gstreamer-1.8.0.tar.xz) = 23447aec662a62a5f1c35dec107da5a5649282d5d8f5660b8eef8865fa02f194d2155ac32dce0933a8679016e53e3d5659654d32ee44232bf0b381026c1e90d2
-Size (gstreamer-1.8.0.tar.xz) = 3616276 bytes
+SHA1 (gstreamer-1.8.1.tar.xz) = 5f407278ffd38f3067aff030898f35a48fa2ebc5
+RMD160 (gstreamer-1.8.1.tar.xz) = f6e15336a31f8a563a3c083f8e3f05f537137984
+SHA512 (gstreamer-1.8.1.tar.xz) = 3c7af85c97bb193d78b37d6c0265ed6af0744ca812df2a30fce8b48a672b57e43f01e882e20fc143a5defc804b0fc78e572ffc93765dd4c2b021b9280070e635
+Size (gstreamer-1.8.1.tar.xz) = 3605172 bytes
SHA1 (patch-configure) = 7e2b54ecdf06def50e4529f0126cc56605b46f87
SHA1 (patch-plugins_tracers_gstrusage.c) = 36ab41bc208cd9146bed3208f56eb332f2535591