pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia gstreamer1: updated to 1.14.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c801a5332ac5
branches:  trunk
changeset: 308462:c801a5332ac5
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed May 23 20:43:18 2018 +0000

description:
gstreamer1: updated to 1.14.1

1.14.1
Noteworthy bugfixes in 1.14.1
-   GstPad: Fix race condition causing the same probe to be called
    multiple times
-   Fix occasional deadlocks on windows when outputting debug logging
-   Fix debug levels being applied in the wrong order
-   GIR annotation fixes for bindings
-   audiomixer, audioaggregator: fix some negotiation issues
-   gst-play-1.0: fix leaving stdin in non-blocking mode after exit
-   flvmux: wait for caps on all input pads before writing header even
    if source is live
-   flvmux: don't wake up the muxer unless there is data, fixes busy
    looping if there's no input data
-   flvmux: fix major leak of input buffers
-   rtspsrc, rtsp-server: revert to RTSP RFC handling of
    sendonly/recvonly attributes
-   rtpvrawpay: fix payloading with very large mtu sizes where
    everything fits into a single RTP packet
-   v4l2: Fix hard-coded enabled v4l2 probe on Linux/ARM
-   v4l2: Disable DMABuf for emulated formats when using libv4l2
-   v4l2: Always set colorimetry in S_FMT
-   asfdemux: Set stream-format field for H264 streams and handle H.264
    in bytestream format
-   x265enc: Fix tagging of keyframes on output buffers
-   ladspa: Fix critical during plugin load on Windows
-   decklink: Fix COM initialisation on Windows
-   h264parse: fix re-use across pipeline stop/restart
-   mpegtsmux: fix force-keyframe event handling and PCR/PMT changes
    that would confuse some players with generated HLS streams
-   adaptivedemux: Support period change in live playlist
-   rfbsrc: Fix support for applevncserver and support NULL pool in
    decide_allocation
-   jpegparse: Fix APP1 marker segment parsing
-   h265parse: Make caps writable before modifying them, fixes criticals
-   fakevideosink: request an extra buffer if enable-last-sample is
    enabled
-   wasapisrc: Don't provide a clock based on WASAPI's clock
-   wasapi: Only use audioclient3 when low-latency, as it might
    otherwise glitch with slow CPUs or VMs
-   wasapi: Don't derive device period from latency time, should make it
    more robust against glitches
-   audiolatency: Fix wave detection in buffers and avoid bogus pts
    values while starting
-   msdk: fix plugin load on implementations with only HW support
-   msdk: dec: set framerate to the driver only if provided, not in 0/1
    case
-   msdk: Don't set extended coding options for JPEG encode
-   rtponviftimestamp: fix state change function init/reset causing
    races/crashes on shutdown
-   decklink: fix initialization failure in windows binary
-   ladspa: Fix critical warnings during plugin load on Windows and fix
    dependencies in meson build
-   gl: fix cross-compilation error with viv-fb
-   qmlglsink: make work with eglfs_kms
-   rtspclientsink: Don't deadlock in preroll on early close
-   rtspclientsink: Fix client ports for the RTCP backchannel
-   rtsp-server: Fix session timeout when streaming data to client over
    TCP
-   vaapiencode: h264: find best profile in those available, fixing
    negotiation errors
-   vaapi: remove custom GstGL context handling, use GstGL instead.
    Fixes GL Context sharing with WebkitGtk on wayland
-   gst-editing-services: various fixes
-   gst-python: bump pygobject req to 3.8; fix
    GstPad.set_query_function(); dist autogen.sh and configure.ac in
    tarball
-   g-i: pick up GstVideo-1.0.gir from local build directory in GstGL
    build
-   g-i: update constant values for bindings
-   avoid duplicate symbols in plugins across modules in static builds
-   ... and many, many more!

diffstat:

 multimedia/gst-plugins1-bad/Makefile.common                         |  10 +-
 multimedia/gst-plugins1-bad/PLIST                                   |   4 +-
 multimedia/gst-plugins1-bad/PLIST.Darwin                            |  55 ----------
 multimedia/gst-plugins1-bad/distinfo                                |  10 +-
 multimedia/gst-plugins1-base/Makefile.common                        |   4 +-
 multimedia/gst-plugins1-base/distinfo                               |  10 +-
 multimedia/gst-plugins1-good/Makefile.common                        |   4 +-
 multimedia/gst-plugins1-good/PLIST.Darwin                           |   4 +-
 multimedia/gst-plugins1-good/distinfo                               |  11 +-
 multimedia/gst-plugins1-good/patches/patch-sys_osxvideo_Makefile.in |  32 +++++
 multimedia/gst-plugins1-ugly/Makefile.common                        |   4 +-
 multimedia/gst-plugins1-ugly/distinfo                               |  10 +-
 multimedia/gstreamer1/Makefile                                      |   4 +-
 multimedia/gstreamer1/distinfo                                      |  10 +-
 14 files changed, 73 insertions(+), 99 deletions(-)

diffs (truncated from 310 to 300 lines):

diff -r 8d48ece78f37 -r c801a5332ac5 multimedia/gst-plugins1-bad/Makefile.common
--- a/multimedia/gst-plugins1-bad/Makefile.common       Wed May 23 18:55:13 2018 +0000
+++ b/multimedia/gst-plugins1-bad/Makefile.common       Wed May 23 20:43:18 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.29 2018/04/17 22:10:04 wiz Exp $
+# $NetBSD: Makefile.common,v 1.30 2018/05/23 20:43:18 adam Exp $
 #
 # used by audio/gst-plugins1-dts/Makefile
 # used by audio/gst-plugins1-faac/Makefile
@@ -12,10 +12,11 @@
 ## used by audio/gst-plugins1-musepack/Makefile (probably newer libmusepack or libmpcdec is needed)
 
 GST_PLUGINS1_TYPE=     bad
-GST_PLUGINS1_VER=      1.14.0
+GST_PLUGINS1_VER=      1.14.1
 
 # Disable all drivers and features by default.
 .for driver in \
+               apple_media \
                directfb \
                dts \
                dvb \
@@ -27,13 +28,10 @@
                libmms \
                musepack \
                neon \
-               real \
-               sdl \
                shm \
                soundtouch \
                vcd \
-               vdpau \
-               xvid
+               vdpau
 CONFIGURE_ARGS+=       --disable-${driver}
 .endfor
 
diff -r 8d48ece78f37 -r c801a5332ac5 multimedia/gst-plugins1-bad/PLIST
--- a/multimedia/gst-plugins1-bad/PLIST Wed May 23 18:55:13 2018 +0000
+++ b/multimedia/gst-plugins1-bad/PLIST Wed May 23 20:43:18 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2018/04/17 22:10:04 wiz Exp $
+@comment $NetBSD: PLIST,v 1.13 2018/05/23 20:43:18 adam Exp $
 include/gstreamer-1.0/gst/audio/audio-bad-prelude.h
 include/gstreamer-1.0/gst/audio/gstnonstreamaudiodecoder.h
 include/gstreamer-1.0/gst/basecamerabinsrc/basecamerabinsrc-prelude.h
@@ -420,7 +420,6 @@
 share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-gme.html
 share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-gmedec.html
 share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-gsm.html
-share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-gstsiren.html
 share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-hls.html
 share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-id3tag.html
 share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-inter.html
@@ -459,7 +458,6 @@
 share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-pcapparse.html
 share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-pnm.html
 share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-proxy.html
-share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-rawparse.html
 share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-removesilence.html
 share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-resindvd.html
 share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-rfbsrc.html
diff -r 8d48ece78f37 -r c801a5332ac5 multimedia/gst-plugins1-bad/PLIST.Darwin
--- a/multimedia/gst-plugins1-bad/PLIST.Darwin  Wed May 23 18:55:13 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,55 +0,0 @@
-@comment $NetBSD: PLIST.Darwin,v 1.5 2018/04/15 09:40:04 adam Exp $
-include/gstreamer-1.0/gst/gl/cocoa/gstglcaopengllayer.h
-include/gstreamer-1.0/gst/gl/cocoa/gstgldisplay_cocoa.h
-include/gstreamer-1.0/gst/gl/gl.h
-include/gstreamer-1.0/gst/gl/glprototypes/all_functions.h
-include/gstreamer-1.0/gst/gl/glprototypes/base.h
-include/gstreamer-1.0/gst/gl/glprototypes/blending.h
-include/gstreamer-1.0/gst/gl/glprototypes/buffers.h
-include/gstreamer-1.0/gst/gl/glprototypes/debug.h
-include/gstreamer-1.0/gst/gl/glprototypes/eglimage.h
-include/gstreamer-1.0/gst/gl/glprototypes/fbo.h
-include/gstreamer-1.0/gst/gl/glprototypes/fixedfunction.h
-include/gstreamer-1.0/gst/gl/glprototypes/gles.h
-include/gstreamer-1.0/gst/gl/glprototypes/gstgl_compat.h
-include/gstreamer-1.0/gst/gl/glprototypes/gstgl_gles2compat.h
-include/gstreamer-1.0/gst/gl/glprototypes/opengl.h
-include/gstreamer-1.0/gst/gl/glprototypes/query.h
-include/gstreamer-1.0/gst/gl/glprototypes/shaders.h
-include/gstreamer-1.0/gst/gl/glprototypes/sync.h
-include/gstreamer-1.0/gst/gl/glprototypes/vao.h
-include/gstreamer-1.0/gst/gl/gstgl_enums.h
-include/gstreamer-1.0/gst/gl/gstgl_fwd.h
-include/gstreamer-1.0/gst/gl/gstglapi.h
-include/gstreamer-1.0/gst/gl/gstglbasefilter.h
-include/gstreamer-1.0/gst/gl/gstglbasememory.h
-include/gstreamer-1.0/gst/gl/gstglbuffer.h
-include/gstreamer-1.0/gst/gl/gstglbufferpool.h
-include/gstreamer-1.0/gst/gl/gstglcolorconvert.h
-include/gstreamer-1.0/gst/gl/gstglcontext.h
-include/gstreamer-1.0/gst/gl/gstgldebug.h
-include/gstreamer-1.0/gst/gl/gstgldisplay.h
-include/gstreamer-1.0/gst/gl/gstglfeature.h
-include/gstreamer-1.0/gst/gl/gstglfilter.h
-include/gstreamer-1.0/gst/gl/gstglformat.h
-include/gstreamer-1.0/gst/gl/gstglframebuffer.h
-include/gstreamer-1.0/gst/gl/gstglmemory.h
-include/gstreamer-1.0/gst/gl/gstglmemorypbo.h
-include/gstreamer-1.0/gst/gl/gstgloverlaycompositor.h
-include/gstreamer-1.0/gst/gl/gstglquery.h
-include/gstreamer-1.0/gst/gl/gstglrenderbuffer.h
-include/gstreamer-1.0/gst/gl/gstglshader.h
-include/gstreamer-1.0/gst/gl/gstglshaderstrings.h
-include/gstreamer-1.0/gst/gl/gstglsl.h
-include/gstreamer-1.0/gst/gl/gstglslstage.h
-include/gstreamer-1.0/gst/gl/gstglsyncmeta.h
-include/gstreamer-1.0/gst/gl/gstglupload.h
-include/gstreamer-1.0/gst/gl/gstglutils.h
-include/gstreamer-1.0/gst/gl/gstglviewconvert.h
-include/gstreamer-1.0/gst/gl/gstglwindow.h
-lib/gstreamer-1.0/include/gst/gl/gstglconfig.h
-lib/gstreamer-1.0/libgstapplemedia.la
-lib/gstreamer-1.0/libgstdecklink.la
-lib/gstreamer-1.0/libgstopengl.la
-lib/libgstgl-1.0.la
-lib/pkgconfig/gstreamer-gl-1.0.pc
diff -r 8d48ece78f37 -r c801a5332ac5 multimedia/gst-plugins1-bad/distinfo
--- a/multimedia/gst-plugins1-bad/distinfo      Wed May 23 18:55:13 2018 +0000
+++ b/multimedia/gst-plugins1-bad/distinfo      Wed May 23 20:43:18 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.30 2018/04/17 22:10:04 wiz Exp $
+$NetBSD: distinfo,v 1.31 2018/05/23 20:43:18 adam Exp $
 
-SHA1 (gst-plugins-bad-1.14.0.tar.xz) = 02aba52e1ff2e041ed76a9a54e9bfe26e4e864aa
-RMD160 (gst-plugins-bad-1.14.0.tar.xz) = 79038b5f324be30a9817edfaeb2f1a7b5ef422e2
-SHA512 (gst-plugins-bad-1.14.0.tar.xz) = 3f64dc428e2c1890f05d2c718215ff4b78a8262255ea61e746b436dc9ce1d3e0671db9cf3640f9a7453434297cac3a134272de7785818dfc5a6011ce8584842f
-Size (gst-plugins-bad-1.14.0.tar.xz) = 4650112 bytes
+SHA1 (gst-plugins-bad-1.14.1.tar.xz) = dd39715f50c3f3b75f5327d82a918655db03193a
+RMD160 (gst-plugins-bad-1.14.1.tar.xz) = 787680b36ad18af3f4e642d6e4c921b5494f459c
+SHA512 (gst-plugins-bad-1.14.1.tar.xz) = 6969b6c91279fb96bc28acde0284ce980b3982ae0c77820284a903beee61dffa863554dcfadb55de1987404b59c3c7c421372e65dc7b4014fe64a0c91d4ce729
+Size (gst-plugins-bad-1.14.1.tar.xz) = 4651852 bytes
diff -r 8d48ece78f37 -r c801a5332ac5 multimedia/gst-plugins1-base/Makefile.common
--- a/multimedia/gst-plugins1-base/Makefile.common      Wed May 23 18:55:13 2018 +0000
+++ b/multimedia/gst-plugins1-base/Makefile.common      Wed May 23 20:43:18 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.30 2018/05/01 21:20:45 adam Exp $
+# $NetBSD: Makefile.common,v 1.31 2018/05/23 20:43:18 adam Exp $
 #
 # used by audio/gst-plugins1-alsa/Makefile
 # used by audio/gst-plugins1-cdparanoia/Makefile
@@ -12,7 +12,7 @@
 # used by x11/gst-plugins1-x11/Makefile
 
 GST_PLUGINS1_TYPE=     base
-GST_PLUGINS1_VER=      1.14.0
+GST_PLUGINS1_VER=      1.14.1
 BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.14.0
 LICENSE=               gnu-lgpl-v2
 
diff -r 8d48ece78f37 -r c801a5332ac5 multimedia/gst-plugins1-base/distinfo
--- a/multimedia/gst-plugins1-base/distinfo     Wed May 23 18:55:13 2018 +0000
+++ b/multimedia/gst-plugins1-base/distinfo     Wed May 23 20:43:18 2018 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.31 2018/04/17 22:10:04 wiz Exp $
+$NetBSD: distinfo,v 1.32 2018/05/23 20:43:18 adam Exp $
 
-SHA1 (gst-plugins-base-1.14.0.tar.xz) = 9fcba24242252b41018f506bdd890538e6b589d4
-RMD160 (gst-plugins-base-1.14.0.tar.xz) = fb8a184a3c95eee35ccda58362efe3388fd3731d
-SHA512 (gst-plugins-base-1.14.0.tar.xz) = fea4a4c0be3141d6f08bd1c13ecf428961de988cc5d881b42a8eb050039350d7e2b7bc832450bff4e4e32eeb14f8a21e0223ce3113f75d55da0c14590989cd31
-Size (gst-plugins-base-1.14.0.tar.xz) = 3687296 bytes
+SHA1 (gst-plugins-base-1.14.1.tar.xz) = ca404fb17bd4fa553e8a6f026a0ec5d6d3506aa7
+RMD160 (gst-plugins-base-1.14.1.tar.xz) = 459cd94a0bae76ed1ac216ae3f8069896903e69e
+SHA512 (gst-plugins-base-1.14.1.tar.xz) = bca9db8780fe24c19a2c4eae9a16dc0856cb38077580e4344bd4f7fa9a7a03079b92556ff35475a574f624a5a721d80ef925790670e4cc809361ed01108a141e
+Size (gst-plugins-base-1.14.1.tar.xz) = 3689184 bytes
 SHA1 (patch-configure) = ab56e431c81126996973eecacad7dae654dc95a2
diff -r 8d48ece78f37 -r c801a5332ac5 multimedia/gst-plugins1-good/Makefile.common
--- a/multimedia/gst-plugins1-good/Makefile.common      Wed May 23 18:55:13 2018 +0000
+++ b/multimedia/gst-plugins1-good/Makefile.common      Wed May 23 20:43:18 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.29 2018/04/17 22:10:04 wiz Exp $
+# $NetBSD: Makefile.common,v 1.30 2018/05/23 20:43:19 adam 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.14.0
+GST_PLUGINS1_VER=      1.14.1
 
 # Disable all drivers and features by default.
 .for driver in aalib \
diff -r 8d48ece78f37 -r c801a5332ac5 multimedia/gst-plugins1-good/PLIST.Darwin
--- a/multimedia/gst-plugins1-good/PLIST.Darwin Wed May 23 18:55:13 2018 +0000
+++ b/multimedia/gst-plugins1-good/PLIST.Darwin Wed May 23 20:43:18 2018 +0000
@@ -1,3 +1,3 @@
-@comment $NetBSD: PLIST.Darwin,v 1.1 2016/02/29 19:45:52 jperkin Exp $
+@comment $NetBSD: PLIST.Darwin,v 1.2 2018/05/23 20:43:19 adam Exp $
 lib/gstreamer-1.0/libgstosxaudio.la
-lib/gstreamer-1.0/libgstosxvideosink.la
+lib/gstreamer-1.0/libgstosxvideo.la
diff -r 8d48ece78f37 -r c801a5332ac5 multimedia/gst-plugins1-good/distinfo
--- a/multimedia/gst-plugins1-good/distinfo     Wed May 23 18:55:13 2018 +0000
+++ b/multimedia/gst-plugins1-good/distinfo     Wed May 23 20:43:18 2018 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.36 2018/04/17 22:10:04 wiz Exp $
+$NetBSD: distinfo,v 1.37 2018/05/23 20:43:19 adam Exp $
 
-SHA1 (gst-plugins-good-1.14.0.tar.xz) = d295c35c46bc6c800ecf34e7a054a7b764b94a3d
-RMD160 (gst-plugins-good-1.14.0.tar.xz) = 71b866bbc5d86abf03901ee4e8b1406b30e08575
-SHA512 (gst-plugins-good-1.14.0.tar.xz) = f8d64978234bcc32fadb203c96b4013943d2cde345eaddcfd28e115e758f6c6ae15ae5ca1f94c4e59e447a7fe0171f10ed2a2c9ca4b6bb6eca2cbf69f8477811
-Size (gst-plugins-good-1.14.0.tar.xz) = 3769304 bytes
+SHA1 (gst-plugins-good-1.14.1.tar.xz) = 5279165842178ada171242fff76dc2489b77eb66
+RMD160 (gst-plugins-good-1.14.1.tar.xz) = c48451bcb816113945dcd0ab0f0b022017a91275
+SHA512 (gst-plugins-good-1.14.1.tar.xz) = b52d3214f2d32f263637cb9f0838284483e15b8d20bf36d64c349e99b481095734a4dd2c2421176540dfe5129ecc1acc101b89cc898b4773f0f736e8e962b070
+Size (gst-plugins-good-1.14.1.tar.xz) = 3776168 bytes
+SHA1 (patch-sys_osxvideo_Makefile.in) = 1c598bd99f46c4b4acc27008b2c863ef4ae418a0
diff -r 8d48ece78f37 -r c801a5332ac5 multimedia/gst-plugins1-good/patches/patch-sys_osxvideo_Makefile.in
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst-plugins1-good/patches/patch-sys_osxvideo_Makefile.in       Wed May 23 20:43:18 2018 +0000
@@ -0,0 +1,32 @@
+$NetBSD: patch-sys_osxvideo_Makefile.in,v 1.1 2018/05/23 20:43:19 adam Exp $
+
+libtool needs --tag for Obj-C code.
+
+--- sys/osxvideo/Makefile.in.orig      2018-05-17 12:22:41.000000000 +0000
++++ sys/osxvideo/Makefile.in
+@@ -173,7 +173,7 @@ am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
+ am__v_lt_0 = --silent
+ am__v_lt_1 = 
+ libgstosxvideo_la_LINK = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
+-      $(LIBTOOLFLAGS) --mode=link $(OBJCLD) \
++      $(LIBTOOLFLAGS) --mode=link --tag=CC $(OBJCLD) \
+       $(libgstosxvideo_la_OBJCFLAGS) $(OBJCFLAGS) \
+       $(libgstosxvideo_la_LDFLAGS) $(LDFLAGS) -o $@
+ AM_V_P = $(am__v_P_@AM_V@)
+@@ -729,14 +729,14 @@ distclean-compile:
+ @am__fastdepOBJC_FALSE@       $(AM_V_OBJC@am__nodep@)$(LTOBJCCOMPILE) -c -o $@ $<
+ 
+ libgstosxvideo_la-osxvideosink.lo: osxvideosink.m
+-@am__fastdepOBJC_TRUE@        $(AM_V_OBJC)$(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(OBJC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) 
$(libgstosxvideo_la_OBJCFLAGS) $(OBJCFLAGS) -MT libgstosxvideo_la-osxvideosink.lo -MD -MP -MF $(DEPDIR)/libgstosxvideo_la-osxvideosink.Tpo -c -o libgstosxvideo_la-osxvideosink.lo `test -f 
'osxvideosink.m' || echo '$(srcdir)/'`osxvideosink.m
++@am__fastdepOBJC_TRUE@        $(AM_V_OBJC)$(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile --tag=CC $(OBJC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) 
$(libgstosxvideo_la_OBJCFLAGS) $(OBJCFLAGS) -MT libgstosxvideo_la-osxvideosink.lo -MD -MP -MF $(DEPDIR)/libgstosxvideo_la-osxvideosink.Tpo -c -o libgstosxvideo_la-osxvideosink.lo `test -f 
'osxvideosink.m' || echo '$(srcdir)/'`osxvideosink.m
+ @am__fastdepOBJC_TRUE@        $(AM_V_at)$(am__mv) $(DEPDIR)/libgstosxvideo_la-osxvideosink.Tpo $(DEPDIR)/libgstosxvideo_la-osxvideosink.Plo
+ @AMDEP_TRUE@@am__fastdepOBJC_FALSE@   $(AM_V_OBJC)source='osxvideosink.m' object='libgstosxvideo_la-osxvideosink.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepOBJC_FALSE@   DEPDIR=$(DEPDIR) $(OBJCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ @am__fastdepOBJC_FALSE@       $(AM_V_OBJC@am__nodep@)$(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(OBJC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
$(CPPFLAGS) $(libgstosxvideo_la_OBJCFLAGS) $(OBJCFLAGS) -c -o libgstosxvideo_la-osxvideosink.lo `test -f 'osxvideosink.m' || echo '$(srcdir)/'`osxvideosink.m
+ 
+ libgstosxvideo_la-cocoawindow.lo: cocoawindow.m
+-@am__fastdepOBJC_TRUE@        $(AM_V_OBJC)$(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(OBJC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) 
$(libgstosxvideo_la_OBJCFLAGS) $(OBJCFLAGS) -MT libgstosxvideo_la-cocoawindow.lo -MD -MP -MF $(DEPDIR)/libgstosxvideo_la-cocoawindow.Tpo -c -o libgstosxvideo_la-cocoawindow.lo `test -f 
'cocoawindow.m' || echo '$(srcdir)/'`cocoawindow.m
++@am__fastdepOBJC_TRUE@        $(AM_V_OBJC)$(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile --tag=CC $(OBJC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) 
$(libgstosxvideo_la_OBJCFLAGS) $(OBJCFLAGS) -MT libgstosxvideo_la-cocoawindow.lo -MD -MP -MF $(DEPDIR)/libgstosxvideo_la-cocoawindow.Tpo -c -o libgstosxvideo_la-cocoawindow.lo `test -f 
'cocoawindow.m' || echo '$(srcdir)/'`cocoawindow.m
+ @am__fastdepOBJC_TRUE@        $(AM_V_at)$(am__mv) $(DEPDIR)/libgstosxvideo_la-cocoawindow.Tpo $(DEPDIR)/libgstosxvideo_la-cocoawindow.Plo
+ @AMDEP_TRUE@@am__fastdepOBJC_FALSE@   $(AM_V_OBJC)source='cocoawindow.m' object='libgstosxvideo_la-cocoawindow.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepOBJC_FALSE@   DEPDIR=$(DEPDIR) $(OBJCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
diff -r 8d48ece78f37 -r c801a5332ac5 multimedia/gst-plugins1-ugly/Makefile.common
--- a/multimedia/gst-plugins1-ugly/Makefile.common      Wed May 23 18:55:13 2018 +0000
+++ b/multimedia/gst-plugins1-ugly/Makefile.common      Wed May 23 20:43:18 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.26 2018/04/17 22:10:05 wiz Exp $
+# $NetBSD: Makefile.common,v 1.27 2018/05/23 20:43:19 adam 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.14.0
+GST_PLUGINS1_VER=      1.14.1
 
 # Disable all drivers and features by default.
 .for driver in a52dec \
diff -r 8d48ece78f37 -r c801a5332ac5 multimedia/gst-plugins1-ugly/distinfo
--- a/multimedia/gst-plugins1-ugly/distinfo     Wed May 23 18:55:13 2018 +0000
+++ b/multimedia/gst-plugins1-ugly/distinfo     Wed May 23 20:43:18 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.31 2018/04/17 22:10:05 wiz Exp $
+$NetBSD: distinfo,v 1.32 2018/05/23 20:43:19 adam Exp $
 
-SHA1 (gst-plugins-ugly-1.14.0.tar.xz) = 48c2016dd1f0a7e312934be24025c2c791cfec0f
-RMD160 (gst-plugins-ugly-1.14.0.tar.xz) = f8ada31357172c61110c3014c5ba9eff201ea158
-SHA512 (gst-plugins-ugly-1.14.0.tar.xz) = f3a12318536c41fe77efb63ab3d2feba9e586ea3f0da9d4f48b1710236a5932b191fb1e14734be82f7c3855574036baafd3e48fa7ac37091f05a47c37103eefb
-Size (gst-plugins-ugly-1.14.0.tar.xz) = 883228 bytes
+SHA1 (gst-plugins-ugly-1.14.1.tar.xz) = 426a2910874d3add75ad0f6c56e4973a972667c7
+RMD160 (gst-plugins-ugly-1.14.1.tar.xz) = e67739033f845ac139f51195c4be820b930fc63b
+SHA512 (gst-plugins-ugly-1.14.1.tar.xz) = 0eaa9435e93596cb2c2ed1d3540dd3c4f4de1dd18da8359ca5918b0fbdccda9d5b8f33e5aeb54186ed9d70518712aca92e8ffe7884fc13a3ca3174552c10a688
+Size (gst-plugins-ugly-1.14.1.tar.xz) = 884668 bytes
diff -r 8d48ece78f37 -r c801a5332ac5 multimedia/gstreamer1/Makefile
--- a/multimedia/gstreamer1/Makefile    Wed May 23 18:55:13 2018 +0000
+++ b/multimedia/gstreamer1/Makefile    Wed May 23 20:43:18 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2018/04/17 22:10:05 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2018/05/23 20:43:19 adam Exp $
 
-DISTNAME=      gstreamer-1.14.0
+DISTNAME=      gstreamer-1.14.1
 PKGNAME=       ${DISTNAME:S/gstreamer/gstreamer1/}
 CATEGORIES=    multimedia
 MASTER_SITES=  https://gstreamer.freedesktop.org/src/gstreamer/
diff -r 8d48ece78f37 -r c801a5332ac5 multimedia/gstreamer1/distinfo
--- a/multimedia/gstreamer1/distinfo    Wed May 23 18:55:13 2018 +0000
+++ b/multimedia/gstreamer1/distinfo    Wed May 23 20:43:18 2018 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.32 2018/04/17 22:10:05 wiz Exp $
+$NetBSD: distinfo,v 1.33 2018/05/23 20:43:19 adam Exp $



Home | Main Index | Thread Index | Old Index