pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/multimedia
Module Name: pkgsrc
Committed By: adam
Date: Wed May 23 20:43:19 UTC 2018
Modified Files:
pkgsrc/multimedia/gst-plugins1-bad: Makefile.common PLIST distinfo
pkgsrc/multimedia/gst-plugins1-base: Makefile.common distinfo
pkgsrc/multimedia/gst-plugins1-good: Makefile.common PLIST.Darwin
distinfo
pkgsrc/multimedia/gst-plugins1-ugly: Makefile.common distinfo
pkgsrc/multimedia/gstreamer1: Makefile distinfo
Added Files:
pkgsrc/multimedia/gst-plugins1-good/patches:
patch-sys_osxvideo_Makefile.in
Removed Files:
pkgsrc/multimedia/gst-plugins1-bad: PLIST.Darwin
Log Message:
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!
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/multimedia/gst-plugins1-bad/Makefile.common
cvs rdiff -u -r1.12 -r1.13 pkgsrc/multimedia/gst-plugins1-bad/PLIST
cvs rdiff -u -r1.5 -r0 pkgsrc/multimedia/gst-plugins1-bad/PLIST.Darwin
cvs rdiff -u -r1.30 -r1.31 pkgsrc/multimedia/gst-plugins1-bad/distinfo
cvs rdiff -u -r1.30 -r1.31 \
pkgsrc/multimedia/gst-plugins1-base/Makefile.common
cvs rdiff -u -r1.31 -r1.32 pkgsrc/multimedia/gst-plugins1-base/distinfo
cvs rdiff -u -r1.29 -r1.30 \
pkgsrc/multimedia/gst-plugins1-good/Makefile.common
cvs rdiff -u -r1.1 -r1.2 pkgsrc/multimedia/gst-plugins1-good/PLIST.Darwin
cvs rdiff -u -r1.36 -r1.37 pkgsrc/multimedia/gst-plugins1-good/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/multimedia/gst-plugins1-good/patches/patch-sys_osxvideo_Makefile.in
cvs rdiff -u -r1.26 -r1.27 \
pkgsrc/multimedia/gst-plugins1-ugly/Makefile.common
cvs rdiff -u -r1.31 -r1.32 pkgsrc/multimedia/gst-plugins1-ugly/distinfo
cvs rdiff -u -r1.38 -r1.39 pkgsrc/multimedia/gstreamer1/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/multimedia/gstreamer1/distinfo
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-bad/Makefile.common
diff -u pkgsrc/multimedia/gst-plugins1-bad/Makefile.common:1.29 pkgsrc/multimedia/gst-plugins1-bad/Makefile.common:1.30
--- pkgsrc/multimedia/gst-plugins1-bad/Makefile.common:1.29 Tue Apr 17 22:10:04 2018
+++ pkgsrc/multimedia/gst-plugins1-bad/Makefile.common Wed May 23 20:43:18 2018
@@ -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 @@ GST_PLUGINS1_VER= 1.14.0
libmms \
musepack \
neon \
- real \
- sdl \
shm \
soundtouch \
vcd \
- vdpau \
- xvid
+ vdpau
CONFIGURE_ARGS+= --disable-${driver}
.endfor
Index: pkgsrc/multimedia/gst-plugins1-bad/PLIST
diff -u pkgsrc/multimedia/gst-plugins1-bad/PLIST:1.12 pkgsrc/multimedia/gst-plugins1-bad/PLIST:1.13
--- pkgsrc/multimedia/gst-plugins1-bad/PLIST:1.12 Tue Apr 17 22:10:04 2018
+++ pkgsrc/multimedia/gst-plugins1-bad/PLIST Wed May 23 20:43:18 2018
@@ -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-b
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-b
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
Index: pkgsrc/multimedia/gst-plugins1-bad/distinfo
diff -u pkgsrc/multimedia/gst-plugins1-bad/distinfo:1.30 pkgsrc/multimedia/gst-plugins1-bad/distinfo:1.31
--- pkgsrc/multimedia/gst-plugins1-bad/distinfo:1.30 Tue Apr 17 22:10:04 2018
+++ pkgsrc/multimedia/gst-plugins1-bad/distinfo Wed May 23 20:43:18 2018
@@ -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
Index: pkgsrc/multimedia/gst-plugins1-base/Makefile.common
diff -u pkgsrc/multimedia/gst-plugins1-base/Makefile.common:1.30 pkgsrc/multimedia/gst-plugins1-base/Makefile.common:1.31
--- pkgsrc/multimedia/gst-plugins1-base/Makefile.common:1.30 Tue May 1 21:20:45 2018
+++ pkgsrc/multimedia/gst-plugins1-base/Makefile.common Wed May 23 20:43:18 2018
@@ -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
Index: pkgsrc/multimedia/gst-plugins1-base/distinfo
diff -u pkgsrc/multimedia/gst-plugins1-base/distinfo:1.31 pkgsrc/multimedia/gst-plugins1-base/distinfo:1.32
--- pkgsrc/multimedia/gst-plugins1-base/distinfo:1.31 Tue Apr 17 22:10:04 2018
+++ pkgsrc/multimedia/gst-plugins1-base/distinfo Wed May 23 20:43:18 2018
@@ -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
Index: pkgsrc/multimedia/gst-plugins1-good/Makefile.common
diff -u pkgsrc/multimedia/gst-plugins1-good/Makefile.common:1.29 pkgsrc/multimedia/gst-plugins1-good/Makefile.common:1.30
--- pkgsrc/multimedia/gst-plugins1-good/Makefile.common:1.29 Tue Apr 17 22:10:04 2018
+++ pkgsrc/multimedia/gst-plugins1-good/Makefile.common Wed May 23 20:43:19 2018
@@ -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 \
Index: pkgsrc/multimedia/gst-plugins1-good/PLIST.Darwin
diff -u pkgsrc/multimedia/gst-plugins1-good/PLIST.Darwin:1.1 pkgsrc/multimedia/gst-plugins1-good/PLIST.Darwin:1.2
--- pkgsrc/multimedia/gst-plugins1-good/PLIST.Darwin:1.1 Mon Feb 29 19:45:52 2016
+++ pkgsrc/multimedia/gst-plugins1-good/PLIST.Darwin Wed May 23 20:43:19 2018
@@ -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
Index: pkgsrc/multimedia/gst-plugins1-good/distinfo
diff -u pkgsrc/multimedia/gst-plugins1-good/distinfo:1.36 pkgsrc/multimedia/gst-plugins1-good/distinfo:1.37
--- pkgsrc/multimedia/gst-plugins1-good/distinfo:1.36 Tue Apr 17 22:10:04 2018
+++ pkgsrc/multimedia/gst-plugins1-good/distinfo Wed May 23 20:43:19 2018
@@ -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
Index: pkgsrc/multimedia/gst-plugins1-ugly/Makefile.common
diff -u pkgsrc/multimedia/gst-plugins1-ugly/Makefile.common:1.26 pkgsrc/multimedia/gst-plugins1-ugly/Makefile.common:1.27
--- pkgsrc/multimedia/gst-plugins1-ugly/Makefile.common:1.26 Tue Apr 17 22:10:05 2018
+++ pkgsrc/multimedia/gst-plugins1-ugly/Makefile.common Wed May 23 20:43:19 2018
@@ -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 \
Index: pkgsrc/multimedia/gst-plugins1-ugly/distinfo
diff -u pkgsrc/multimedia/gst-plugins1-ugly/distinfo:1.31 pkgsrc/multimedia/gst-plugins1-ugly/distinfo:1.32
--- pkgsrc/multimedia/gst-plugins1-ugly/distinfo:1.31 Tue Apr 17 22:10:05 2018
+++ pkgsrc/multimedia/gst-plugins1-ugly/distinfo Wed May 23 20:43:19 2018
@@ -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
Index: pkgsrc/multimedia/gstreamer1/Makefile
diff -u pkgsrc/multimedia/gstreamer1/Makefile:1.38 pkgsrc/multimedia/gstreamer1/Makefile:1.39
--- pkgsrc/multimedia/gstreamer1/Makefile:1.38 Tue Apr 17 22:10:05 2018
+++ pkgsrc/multimedia/gstreamer1/Makefile Wed May 23 20:43:19 2018
@@ -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/
Index: pkgsrc/multimedia/gstreamer1/distinfo
diff -u pkgsrc/multimedia/gstreamer1/distinfo:1.32 pkgsrc/multimedia/gstreamer1/distinfo:1.33
--- pkgsrc/multimedia/gstreamer1/distinfo:1.32 Tue Apr 17 22:10:05 2018
+++ pkgsrc/multimedia/gstreamer1/distinfo Wed May 23 20:43:19 2018
@@ -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 $
-SHA1 (gstreamer-1.14.0.tar.xz) = 6ed978dff1d04c2b65e55c9e1c7c815ecd5c0e1f
-RMD160 (gstreamer-1.14.0.tar.xz) = 380a0173fd2926eb6bcc36173cbef68a8c6b8b87
-SHA512 (gstreamer-1.14.0.tar.xz) = 03a76bd5404a381172a30630dab1a5b3cd39c58a0960af2216f2df8f82465facb2a5561b16841291ce50a0e530bafd182dda0efed79ce4b4006cfee07e481ea1
-Size (gstreamer-1.14.0.tar.xz) = 3249836 bytes
+SHA1 (gstreamer-1.14.1.tar.xz) = 0d9c6dde28c6248d69a3bdf5ffd3aec5f5cdc6a6
+RMD160 (gstreamer-1.14.1.tar.xz) = f68defcd57f8514cde98e26c13dc039b14368b1c
+SHA512 (gstreamer-1.14.1.tar.xz) = 9cf16d79774293dd7fa10c08f6628b83f4e77f0386bebbfd47ded0498e4abd48eee1aee164af53d59fbea2d395e42eb5a12ef4b8f631bc4fd5d4f69545191f9b
+Size (gstreamer-1.14.1.tar.xz) = 3252440 bytes
SHA1 (patch-plugins_tracers_gstrusage.c) = 36ab41bc208cd9146bed3208f56eb332f2535591
Added files:
Index: pkgsrc/multimedia/gst-plugins1-good/patches/patch-sys_osxvideo_Makefile.in
diff -u /dev/null pkgsrc/multimedia/gst-plugins1-good/patches/patch-sys_osxvideo_Makefile.in:1.1
--- /dev/null Wed May 23 20:43:19 2018
+++ pkgsrc/multimedia/gst-plugins1-good/patches/patch-sys_osxvideo_Makefile.in Wed May 23 20:43:19 2018
@@ -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@
Home |
Main Index |
Thread Index |
Old Index