pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia gstreamer: update to 1.16.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/10a495c4047b
branches:  trunk
changeset: 407815:10a495c4047b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jan 10 12:47:06 2020 +0000

description:
gstreamer: update to 1.16.2

The second 1.16 bug-fix release (1.16.2) was released on 3 December 2019.

This release only contains bugfixes and it should be safe to update from 1.16.1.

Highlighted bugfixes in 1.16.2

    Interlaced video scaling fixes
    CineForm video support in AVI
    audiorate: avoid glitches due to rounding errors after changing rate
    Command line tool output printing improvements on Windows
    various performance improvements, memory leak fixes and security fixes
    VP9 decoding fixes
    avfvideosrc: Explicitly request video permission on macOS 10.14+
    wasapi: bug fixes and stability improvements
    webrtc-audio-processing: fix segmentation fault on 32-bit windows
    tsdemux: improved handling of certain discontinuities
    vaapi h265 decoder: wait for I-frame before trying to decode

gstreamer

    gst-launch: Fix ugly stdout on Windows
    tee: Make sure to actually deactivate pads that are released
    bin: Drop need-context messages without source instead of crashing
    gst: Don't pass miniobjects to GST_DEBUG_OBJECT() and similar macros
    tracers: Don't leak temporary GstStructure

gst-plugins-base

    xvimagepool: Update size, stride, and offset with allocated XvImage
    video-converter: Fix RGB-XYZ-RGB conversion
    audiorate: Update next_offset on rate change
    audioringbuffer: Reset reorder flag before check
    audio-buffer: Don't fail to map buffers with zero samples
    videorate: Fix max-duplication-time handling
    gl/gbm: ensure we call the resize callback before attempting to draw
    video-converter: Various fixes for interlaced scaling
    gstrtspconnection: messages_bytes not decreased
    check: Don't use real audio devices for tests
    riff: add CineForm mapping
    glfilters: Don't use static variables for storing per-element state
    glupload: Add VideoMetas and GLSyncMeta to the raw uploaded buffers
    streamsynchronizer: avoid pad release race during logging.
    gst-play: Use gst_print* to avoid broken stdout string on Windows

gst-plugins-good

    vp9dec: Fix broken 4:4:4 8bits decoding
    rtpsession: add locking for clear-pt-map
    rtpL16depay: don't crash if data is not modulo channels*width
    wavparse: Fix push mode ignoring audio with a size smaller than segment buffer
    wavparse: Fix push mode ignoring last audio payload chunk
    aacparse: fix wrong offset of the channel number in adts header
    jpegdec: Fix incorrect logic in EOI tag detection
    videocrop: Also update the coordinate when in-place
    jpegdec: don't overwrite the last valid line
    vpx: Error out if enabled and no features found
    v4l2videodec: ensure pool exists before orphaning it
    v4l2videoenc: fix type conversion errors
    v4l2bufferpool: Queue number of allocated buffers to capture
    v4l2object: fix mpegversion number typo
    v4l2object: Work around bad TRY_FMT colorimetry implementations

gst-plugins-bad

    avfvideosrc: Explicitly request video permission on macOS 10.14+
    wasapi: Various fixes and a workaround for a specific driver bug
    wasapi: Move to CoInitializeEx for COM initialization
    wasapi: Fix runtime/build warnings
    waylandsink: Commit the parent after creating subsurface
    msdkdec: fix surface leak in msdkdec_handle_frame
    tsmux: Fix copying of buffer region
    tsdemux: Handle continuity mismatch in more cases
    tsdemux: Always issue a DTS even when it's equal to PTS
    openexr: Fix build with OpenEXR 2.4 (and also OpenEXR 2.2 on Ubuntu 18.04)
    ccextractor: Always forward all sticky events to the caption pad
    pnmdec: Return early on ::finish() if we have no actual data to parse
    ass: avoid infinite unref loop with bad data
    fluidsynth: add sf3 to soundfont search path
    webrtcdsp/webrtcechoprobe segmentation fault on windows (1.16.0 x86)

gst-libav

    avvidenc: Fix error propagation
    avdemux: Fix segmentation fault if long_name is NULL
    avviddec: Fix huge leak caused by circular reference
    avviddec: Enforce allocate new AVFrame per input frame
    avdec_mpeg2video (and probably more): Huge memory leak in git master

gst-rtsp-server

    rtsp-media: Use lock in gst_rtsp_media_is_receive_only
    rtsp-client: RTP Info when completed_sender
    rtsp-client: fix location uri-format by getting uri directly from context instead

gstreamer-vaapi

    meson build: halt configuration if no renderer API
    libs: decoder: h265: skip all pictures prior the first I-frame
    libs: window: x11: Avoid usage of deprecated API

gst-editing-services

    Initialize debug categories before usage

gst-build

    gst-env: Use locally built GStreamer utility programs

diffstat:

 multimedia/gst-plugins1-bad/Makefile.common       |   6 +++---
 multimedia/gst-plugins1-bad/distinfo              |  10 +++++-----
 multimedia/gst-plugins1-base/Makefile.common      |   6 +++---
 multimedia/gst-plugins1-base/distinfo             |  10 +++++-----
 multimedia/gst-plugins1-editing-services/Makefile |   6 +++---
 multimedia/gst-plugins1-editing-services/PLIST    |   4 ++--
 multimedia/gst-plugins1-editing-services/distinfo |  10 +++++-----
 multimedia/gst-plugins1-good/Makefile.common      |   8 ++++----
 multimedia/gst-plugins1-good/distinfo             |  10 +++++-----
 multimedia/gst-plugins1-libav/Makefile            |   6 +++---
 multimedia/gst-plugins1-libav/distinfo            |  10 +++++-----
 multimedia/gst-plugins1-ugly/Makefile.common      |   8 ++++----
 multimedia/gst-plugins1-ugly/distinfo             |  10 +++++-----
 multimedia/gstreamer1/Makefile                    |   4 ++--
 multimedia/gstreamer1/distinfo                    |  10 +++++-----
 multimedia/py-gstreamer1/Makefile                 |   6 +++---
 multimedia/py-gstreamer1/distinfo                 |  10 +++++-----
 17 files changed, 67 insertions(+), 67 deletions(-)

diffs (truncated from 324 to 300 lines):

diff -r 8d5b4baccaaf -r 10a495c4047b multimedia/gst-plugins1-bad/Makefile.common
--- a/multimedia/gst-plugins1-bad/Makefile.common       Fri Jan 10 12:45:44 2020 +0000
+++ b/multimedia/gst-plugins1-bad/Makefile.common       Fri Jan 10 12:47:06 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.35 2019/11/14 15:25:30 wiz Exp $
+# $NetBSD: Makefile.common,v 1.36 2020/01/10 12:47:06 wiz Exp $
 # used by audio/gst-plugins1-dts/Makefile
 # used by audio/gst-plugins1-faac/Makefile
 # used by audio/gst-plugins1-faad/Makefile
@@ -13,7 +13,7 @@
 ## used by audio/gst-plugins1-musepack/Makefile (probably newer libmusepack or libmpcdec is needed)
 
 GST_PLUGINS1_TYPE=     bad
-GST_PLUGINS1_VER=      1.16.1
+GST_PLUGINS1_VER=      1.16.2
 
 # Disable all drivers and features by default.
 .for driver in \
@@ -49,7 +49,7 @@
 PKGCONFIG_OVERRIDE+=   pkgconfig/gstreamer-webrtc.pc.in
 
 .include "../../devel/orc/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gstreamer1+=     gstreamer1>=1.16.1
+BUILDLINK_API_DEPENDS.gstreamer1+=     gstreamer1>=1.16.2
 .include "../../multimedia/gstreamer1/buildlink3.mk"
 BUILDLINK_API_DEPENDS.gst-plugins1-base+=      gst-plugins1-base>=1.16.1
 .include "../../multimedia/gst-plugins1-base/plugins.mk"
diff -r 8d5b4baccaaf -r 10a495c4047b multimedia/gst-plugins1-bad/distinfo
--- a/multimedia/gst-plugins1-bad/distinfo      Fri Jan 10 12:45:44 2020 +0000
+++ b/multimedia/gst-plugins1-bad/distinfo      Fri Jan 10 12:47:06 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.35 2019/11/14 15:25:30 wiz Exp $
+$NetBSD: distinfo,v 1.36 2020/01/10 12:47:06 wiz Exp $
 
-SHA1 (gst-plugins-bad-1.16.1.tar.xz) = 2bb03cb81e4f160b98dd832be011bdf728839ac7
-RMD160 (gst-plugins-bad-1.16.1.tar.xz) = 1e8d5dc86fe9ef0b633e9567318a692fe9245fd5
-SHA512 (gst-plugins-bad-1.16.1.tar.xz) = e036eabf90d9d5f683709eceedc45ea8af322265869c58e49ed5b65496f2ca9e6276e911936dad2b1544715de6898c51e8ad6250238a872fb8daf58b4cec274d
-Size (gst-plugins-bad-1.16.1.tar.xz) = 4882044 bytes
+SHA1 (gst-plugins-bad-1.16.2.tar.xz) = e5a1b317c1e6f77aebe74fd6a823c4668ba6c1f7
+RMD160 (gst-plugins-bad-1.16.2.tar.xz) = e42b51eee105a2c6181725ca801887ea64f3f4ce
+SHA512 (gst-plugins-bad-1.16.2.tar.xz) = aeaf3388156fe7317e193a3f940d391a6d8a1187f93e6925cee4cb02c4e78d9b456c22c27c318f0f9b2212ca68887c5cdcc256adaf068bfab8ec5c091a1e8805
+Size (gst-plugins-bad-1.16.2.tar.xz) = 4887812 bytes
diff -r 8d5b4baccaaf -r 10a495c4047b multimedia/gst-plugins1-base/Makefile.common
--- a/multimedia/gst-plugins1-base/Makefile.common      Fri Jan 10 12:45:44 2020 +0000
+++ b/multimedia/gst-plugins1-base/Makefile.common      Fri Jan 10 12:47:06 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.35 2019/11/14 15:25:31 wiz Exp $
+# $NetBSD: Makefile.common,v 1.36 2020/01/10 12:47:06 wiz Exp $
 #
 # used by audio/gst-plugins1-alsa/Makefile
 # used by audio/gst-plugins1-cdparanoia/Makefile
@@ -12,8 +12,8 @@
 # used by x11/gst-plugins1-x11/Makefile
 
 GST_PLUGINS1_TYPE=     base
-GST_PLUGINS1_VER=      1.16.1
-BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.16.1
+GST_PLUGINS1_VER=      1.16.2
+BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.16.2
 LICENSE=               gnu-lgpl-v2
 
 # Disable all drivers and features by default.
diff -r 8d5b4baccaaf -r 10a495c4047b multimedia/gst-plugins1-base/distinfo
--- a/multimedia/gst-plugins1-base/distinfo     Fri Jan 10 12:45:44 2020 +0000
+++ b/multimedia/gst-plugins1-base/distinfo     Fri Jan 10 12:47:06 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.36 2019/11/14 15:25:31 wiz Exp $
+$NetBSD: distinfo,v 1.37 2020/01/10 12:47:06 wiz Exp $
 
-SHA1 (gst-plugins-base-1.16.1.tar.xz) = e906442fd99376ce2384a634637ede9fd8515fc3
-RMD160 (gst-plugins-base-1.16.1.tar.xz) = c199e0f94832fa91347c1532372bba94d0269420
-SHA512 (gst-plugins-base-1.16.1.tar.xz) = ce65b5d63d3ac6c20b051d477d09515bfb1c2e4b10c58346180265bdc4ae44dd9833727b5eea5fe9c409a3cd8874429be23654c7a5c23e881c0e8f9e89fb32c9
-Size (gst-plugins-base-1.16.1.tar.xz) = 3934908 bytes
+SHA1 (gst-plugins-base-1.16.2.tar.xz) = 7c650c99cd02f8ebc66d7b980a6b33663c71a89d
+RMD160 (gst-plugins-base-1.16.2.tar.xz) = 7013e114ed94abe195ae4669a029ea5493015152
+SHA512 (gst-plugins-base-1.16.2.tar.xz) = f28e71bba8ba25d4f18ba3a196f057721151f1ebf1309d808bd6771a3f9a68facfa1970dc4353b6f2fd1e8945edf5272854d328ea11ef399544f8b330f754a42
+Size (gst-plugins-base-1.16.2.tar.xz) = 3939868 bytes
 SHA1 (patch-configure) = ccc8c761bf9bae23c97c6085e221d1a387acd651
diff -r 8d5b4baccaaf -r 10a495c4047b multimedia/gst-plugins1-editing-services/Makefile
--- a/multimedia/gst-plugins1-editing-services/Makefile Fri Jan 10 12:45:44 2020 +0000
+++ b/multimedia/gst-plugins1-editing-services/Makefile Fri Jan 10 12:47:06 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2019/11/14 15:25:31 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2020/01/10 12:47:06 wiz Exp $
 
-DISTNAME=      gstreamer-editing-services-1.16.1
+DISTNAME=      gstreamer-editing-services-1.16.2
 PKGNAME=       ${DISTNAME:S/gstreamer-/gst-plugins1-/1}
 CATEGORIES=    multimedia
 MASTER_SITES=  https://gstreamer.freedesktop.org/src/gst-editing-services/
@@ -26,7 +26,7 @@
 .include "../../devel/meson/build.mk"
 .include "../../lang/python/extension.mk"
 .include "../../devel/gobject-introspection/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gstreamer1+=     gstreamer1>=1.16.1
+BUILDLINK_API_DEPENDS.gstreamer1+=     gstreamer1>=1.16.2
 .include "../../multimedia/gstreamer1/buildlink3.mk"
 .include "../../multimedia/gst-plugins1-base/buildlink3.mk"
 .include "../../multimedia/gst-plugins1-good/buildlink3.mk"
diff -r 8d5b4baccaaf -r 10a495c4047b multimedia/gst-plugins1-editing-services/PLIST
--- a/multimedia/gst-plugins1-editing-services/PLIST    Fri Jan 10 12:45:44 2020 +0000
+++ b/multimedia/gst-plugins1-editing-services/PLIST    Fri Jan 10 12:47:06 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2019/11/14 15:25:31 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2020/01/10 12:47:06 wiz Exp $
 bin/ges-launch-1.0
 include/gstreamer-1.0/ges/ges-asset.h
 include/gstreamer-1.0/ges/ges-audio-source.h
@@ -66,7 +66,7 @@
 lib/gstreamer-1.0/libgstnle.so
 lib/libges-1.0.so
 lib/libges-1.0.so.0
-lib/libges-1.0.so.0.1601.0
+lib/libges-1.0.so.0.1602.0
 lib/pkgconfig/gst-editing-services-1.0.pc
 ${PYSITELIB}/gi/overrides/GES.py
 man/man1/ges-launch-1.0.1
diff -r 8d5b4baccaaf -r 10a495c4047b multimedia/gst-plugins1-editing-services/distinfo
--- a/multimedia/gst-plugins1-editing-services/distinfo Fri Jan 10 12:45:44 2020 +0000
+++ b/multimedia/gst-plugins1-editing-services/distinfo Fri Jan 10 12:47:06 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2019/11/14 15:25:31 wiz Exp $
+$NetBSD: distinfo,v 1.3 2020/01/10 12:47:06 wiz Exp $
 
-SHA1 (gstreamer-editing-services-1.16.1.tar.xz) = cded50e61a94ce2d7ad3462702f5d74b711fe476
-RMD160 (gstreamer-editing-services-1.16.1.tar.xz) = d5775f7face86008c89230fcb23243ad14b439c1
-SHA512 (gstreamer-editing-services-1.16.1.tar.xz) = 673fa78389cb0766d5511fb808c733ff9a381eeb011615ce4f04ce1d32e51700677cb7924a6cb9a01ec126b424fe87bd234c5e929785c7002127c916322e9d02
-Size (gstreamer-editing-services-1.16.1.tar.xz) = 1084128 bytes
+SHA1 (gstreamer-editing-services-1.16.2.tar.xz) = 14c40aecd786a66e7167a9d381a0cc5f8895ea96
+RMD160 (gstreamer-editing-services-1.16.2.tar.xz) = 29b38cac84b2d4c644ee374ed77ee418921d023c
+SHA512 (gstreamer-editing-services-1.16.2.tar.xz) = 5c0d4499f02fcc11a2f99e1629971e2df3e23717bf53896b437a5e1fdd451661e8aef61b6270ebd5a5e0173e53c947e62554764de0cd4f692e444238ca64fb66
+Size (gstreamer-editing-services-1.16.2.tar.xz) = 1086324 bytes
diff -r 8d5b4baccaaf -r 10a495c4047b multimedia/gst-plugins1-good/Makefile.common
--- a/multimedia/gst-plugins1-good/Makefile.common      Fri Jan 10 12:45:44 2020 +0000
+++ b/multimedia/gst-plugins1-good/Makefile.common      Fri Jan 10 12:47:06 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.35 2019/11/14 15:25:31 wiz Exp $
+# $NetBSD: Makefile.common,v 1.36 2020/01/10 12:47:06 wiz Exp $
 #
 # used by audio/gst-plugins1-flac/Makefile
 # used by audio/gst-plugins1-jack/Makefile
@@ -20,7 +20,7 @@
 # used by x11/gst-plugins1-x11/Makefile
 
 GST_PLUGINS1_TYPE=     good
-GST_PLUGINS1_VER=      1.16.1
+GST_PLUGINS1_VER=      1.16.2
 
 # Disable all drivers and features by default.
 .for driver in aalib \
@@ -51,7 +51,7 @@
 .include "../../multimedia/gst-plugins1-base/plugins.mk"
 .include "../../devel/orc/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gst-plugins1-base+=      gst-plugins1-base>=1.16.1
+BUILDLINK_API_DEPENDS.gst-plugins1-base+=      gst-plugins1-base>=1.16.2
 .include "../../multimedia/gst-plugins1-base/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gstreamer1+=             gstreamer1>=1.16.1
+BUILDLINK_API_DEPENDS.gstreamer1+=             gstreamer1>=1.16.2
 .include "../../multimedia/gstreamer1/buildlink3.mk"
diff -r 8d5b4baccaaf -r 10a495c4047b multimedia/gst-plugins1-good/distinfo
--- a/multimedia/gst-plugins1-good/distinfo     Fri Jan 10 12:45:44 2020 +0000
+++ b/multimedia/gst-plugins1-good/distinfo     Fri Jan 10 12:47:06 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.41 2019/11/14 15:25:31 wiz Exp $
+$NetBSD: distinfo,v 1.42 2020/01/10 12:47:06 wiz Exp $
 
-SHA1 (gst-plugins-good-1.16.1.tar.xz) = 2b88a2d36bc53bed1b06c359ed676ec8b8675d5c
-RMD160 (gst-plugins-good-1.16.1.tar.xz) = 09895e573fd37d93625ce9a478c6d01e2218dcfb
-SHA512 (gst-plugins-good-1.16.1.tar.xz) = 06dc1887626864c30248df53d48e85ffdf0d1660d74f70f23c325c0844e9ca390556846cbae77fe9a4a90cb992e9a55117c15a9031b44a48d45dc07a61b18da4
-Size (gst-plugins-good-1.16.1.tar.xz) = 3892840 bytes
+SHA1 (gst-plugins-good-1.16.2.tar.xz) = 071f195359ff0b3b3329ad3ad2b89803a1e7d063
+RMD160 (gst-plugins-good-1.16.2.tar.xz) = a666f33406af18f9a6aafc70948c9ac24699e50f
+SHA512 (gst-plugins-good-1.16.2.tar.xz) = ab0dfd51af3ea345db466618547c35c78b5f08e725096b66074a5a7e0a83ca25ac51d2d915b7a8c07b70f8e4c9fc65d51c1851f147a5a5a71fbca58e1eb5ffd4
+Size (gst-plugins-good-1.16.2.tar.xz) = 3897172 bytes
 SHA1 (patch-sys_osxvideo_Makefile.in) = 1c598bd99f46c4b4acc27008b2c863ef4ae418a0
diff -r 8d5b4baccaaf -r 10a495c4047b multimedia/gst-plugins1-libav/Makefile
--- a/multimedia/gst-plugins1-libav/Makefile    Fri Jan 10 12:45:44 2020 +0000
+++ b/multimedia/gst-plugins1-libav/Makefile    Fri Jan 10 12:47:06 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.49 2019/11/14 15:25:31 wiz Exp $
+# $NetBSD: Makefile,v 1.50 2020/01/10 12:47:06 wiz Exp $
 
-DISTNAME=      gst-libav-1.16.1
+DISTNAME=      gst-libav-1.16.2
 PKGNAME=       ${DISTNAME:S/gst/gst-plugins1/}
 CATEGORIES=    multimedia
 MASTER_SITES=  https://gstreamer.freedesktop.org/src/gst-libav/
@@ -20,7 +20,7 @@
 
 CHECK_PORTABILITY_SKIP=        gst-libs/ext/libav/configure
 
-BUILDLINK_API_DEPENDS.gstreamer1+=     gstreamer1>=1.16.1
+BUILDLINK_API_DEPENDS.gstreamer1+=     gstreamer1>=1.16.2
 .include "../../multimedia/gstreamer1/buildlink3.mk"
 .include "../../multimedia/gst-plugins1-base/buildlink3.mk"
 .include "../../multimedia/ffmpeg4/buildlink3.mk"
diff -r 8d5b4baccaaf -r 10a495c4047b multimedia/gst-plugins1-libav/distinfo
--- a/multimedia/gst-plugins1-libav/distinfo    Fri Jan 10 12:45:44 2020 +0000
+++ b/multimedia/gst-plugins1-libav/distinfo    Fri Jan 10 12:47:06 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.33 2019/11/14 15:25:31 wiz Exp $
+$NetBSD: distinfo,v 1.34 2020/01/10 12:47:06 wiz Exp $
 
-SHA1 (gst-libav-1.16.1.tar.xz) = 8bda277b709edb4b74ce04616f4f2d81865b89b0
-RMD160 (gst-libav-1.16.1.tar.xz) = facbabae3b79d3bc1cc50d5d1abf657aa8fcc9bf
-SHA512 (gst-libav-1.16.1.tar.xz) = 4b5a56ffc8f1ed6fcc59e69504ee45e2738b80cbcbd9e3f8dc4ff0c14a822ab5b6baa048dd408016fddba7f1da410790e854f7b8d6a58d2ae10a755e141a6d70
-Size (gst-libav-1.16.1.tar.xz) = 9461756 bytes
+SHA1 (gst-libav-1.16.2.tar.xz) = 87e6214cbea594f67854c41d844c2930e97a7e9d
+RMD160 (gst-libav-1.16.2.tar.xz) = fb8bdd29adba833ea8f2c9e618828ffdf19b82c8
+SHA512 (gst-libav-1.16.2.tar.xz) = 10817dec823b8ca84372d16e36c4ee11ab7a96a9168418f4c0bd0909fbda0ff45426bd3f754d7d491d4b07a51ec7eaa8e065e7e5c1daa120828c35a68adb312d
+Size (gst-libav-1.16.2.tar.xz) = 9466288 bytes
 SHA1 (patch-configure) = 211ddaed27be142095c5cea1a3a7d540d4a442eb
diff -r 8d5b4baccaaf -r 10a495c4047b multimedia/gst-plugins1-ugly/Makefile.common
--- a/multimedia/gst-plugins1-ugly/Makefile.common      Fri Jan 10 12:45:44 2020 +0000
+++ b/multimedia/gst-plugins1-ugly/Makefile.common      Fri Jan 10 12:47:06 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.31 2019/11/14 15:25:31 wiz Exp $
+# $NetBSD: Makefile.common,v 1.32 2020/01/10 12:47:06 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.16.1
+GST_PLUGINS1_VER=      1.16.2
 
 # Disable all drivers and features by default.
 .for driver in a52dec \
@@ -23,9 +23,9 @@
 CONFIGURE_ARGS+=       --disable-${driver}
 .endfor
 
-BUILDLINK_API_DEPENDS.gstreamer1+=     gstreamer1>=1.16.1
+BUILDLINK_API_DEPENDS.gstreamer1+=     gstreamer1>=1.16.2
 .include "../../multimedia/gstreamer1/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gst-plugins1-base+=      gst-plugins1-base>=1.16.1
+BUILDLINK_API_DEPENDS.gst-plugins1-base+=      gst-plugins1-base>=1.16.2
 .include "../../multimedia/gst-plugins1-base/plugins.mk"
 .include "../../devel/orc/buildlink3.mk"
 .include "../../multimedia/gst-plugins1-base/buildlink3.mk"
diff -r 8d5b4baccaaf -r 10a495c4047b multimedia/gst-plugins1-ugly/distinfo
--- a/multimedia/gst-plugins1-ugly/distinfo     Fri Jan 10 12:45:44 2020 +0000
+++ b/multimedia/gst-plugins1-ugly/distinfo     Fri Jan 10 12:47:06 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.36 2019/11/14 15:25:31 wiz Exp $
+$NetBSD: distinfo,v 1.37 2020/01/10 12:47:06 wiz Exp $
 
-SHA1 (gst-plugins-ugly-1.16.1.tar.xz) = 8dc73c25bb25d7edcc754fc455577ec44916ddca
-RMD160 (gst-plugins-ugly-1.16.1.tar.xz) = 3f2f84f7ea764afdf472a1acd6e82f86c83ce953
-SHA512 (gst-plugins-ugly-1.16.1.tar.xz) = 43a5c5b29dcd0968ccf7049c0d866510ca42f72bc0882c5e2b36ee6feb7074fdb32d858c284f8a650e28c47ef20f03fb376e0da1a0c01650ee4453068502700f
-Size (gst-plugins-ugly-1.16.1.tar.xz) = 891956 bytes
+SHA1 (gst-plugins-ugly-1.16.2.tar.xz) = be62f7d8744e0b9c0dd223ef7662e983be9fa5f7
+RMD160 (gst-plugins-ugly-1.16.2.tar.xz) = b6605f4bdf9ba768307c1806c7a75b530c832cff
+SHA512 (gst-plugins-ugly-1.16.2.tar.xz) = 9f393043f51b12b376607e68b3b86437af86e321e3a3566e59c7f3507ed26622211df87e30a23bcc927f37bc11f53ca3b29f1b12bf58e623ce18edc88a9cdee3
+Size (gst-plugins-ugly-1.16.2.tar.xz) = 893964 bytes
diff -r 8d5b4baccaaf -r 10a495c4047b multimedia/gstreamer1/Makefile
--- a/multimedia/gstreamer1/Makefile    Fri Jan 10 12:45:44 2020 +0000
+++ b/multimedia/gstreamer1/Makefile    Fri Jan 10 12:47:06 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2019/11/14 15:25:31 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2020/01/10 12:47:07 wiz Exp $
 
-DISTNAME=      gstreamer-1.16.1
+DISTNAME=      gstreamer-1.16.2
 PKGNAME=       ${DISTNAME:S/gstreamer/gstreamer1/}
 CATEGORIES=    multimedia
 MASTER_SITES=  https://gstreamer.freedesktop.org/src/gstreamer/
diff -r 8d5b4baccaaf -r 10a495c4047b multimedia/gstreamer1/distinfo
--- a/multimedia/gstreamer1/distinfo    Fri Jan 10 12:45:44 2020 +0000
+++ b/multimedia/gstreamer1/distinfo    Fri Jan 10 12:47:06 2020 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.37 2019/11/14 15:25:31 wiz Exp $
+$NetBSD: distinfo,v 1.38 2020/01/10 12:47:07 wiz Exp $
 
-SHA1 (gstreamer-1.16.1.tar.xz) = 7a1f4c3758d2e5f4dc7029604f92e00be99120dd
-RMD160 (gstreamer-1.16.1.tar.xz) = dbb5cbcf2f0a9dfbfaa3481dfcc6ae00a330eaf6
-SHA512 (gstreamer-1.16.1.tar.xz) = 30abcf20fa16cdedbacbecabef66367e614c9c5865311238397afbbe30fe6588909ddd7e917c4ec0749c4095c6f73b4de2e57a93ff2c1b97629206b05fc06173
-Size (gstreamer-1.16.1.tar.xz) = 3325992 bytes
+SHA1 (gstreamer-1.16.2.tar.xz) = 4841671beffc64521ba48f79a852ff0149047199
+RMD160 (gstreamer-1.16.2.tar.xz) = 9964bdddc98008a967b165e84011267bfce0252d
+SHA512 (gstreamer-1.16.2.tar.xz) = a8dcdb452a88f411676e54016fcf83149068b2f0b60422bebdbc81220078c61c415512006010ba0299df81ffb59853695c3ce00580f8fc46a079f6aaaa42609f
+Size (gstreamer-1.16.2.tar.xz) = 3328600 bytes
 SHA1 (patch-libs_gst_helpers_Makefile.in) = abd2d08c3350ec714c2b986a76e1dc7000b1ea01
 SHA1 (patch-plugins_tracers_gstrusage.c) = 36ab41bc208cd9146bed3208f56eb332f2535591
diff -r 8d5b4baccaaf -r 10a495c4047b multimedia/py-gstreamer1/Makefile
--- a/multimedia/py-gstreamer1/Makefile Fri Jan 10 12:45:44 2020 +0000
+++ b/multimedia/py-gstreamer1/Makefile Fri Jan 10 12:47:06 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2019/11/26 13:07:46 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2020/01/10 12:47:07 wiz Exp $
 
-DISTNAME=      gst-python-1.16.1
+DISTNAME=      gst-python-1.16.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/gst-python/gstreamer1/}
 CATEGORIES=    multimedia
 MASTER_SITES=  https://gstreamer.freedesktop.org/src/gst-python/
@@ -22,7 +22,7 @@



Home | Main Index | Thread Index | Old Index