pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: wiz
Date: Tue Sep 12 09:32:44 UTC 2017
Modified Files:
pkgsrc/audio/gst-plugins1-pulse: Makefile PLIST
pkgsrc/multimedia/gst-plugins1-bad: Makefile.common PLIST distinfo
pkgsrc/multimedia/gst-plugins1-bad/patches: patch-configure
pkgsrc/multimedia/gst-plugins1-base: Makefile.common PLIST distinfo
pkgsrc/multimedia/gst-plugins1-base/patches: patch-configure
pkgsrc/multimedia/gst-plugins1-good: Makefile.common PLIST distinfo
pkgsrc/multimedia/gst-plugins1-good/patches: patch-configure
pkgsrc/multimedia/gst-plugins1-ugly: Makefile.common PLIST distinfo
pkgsrc/multimedia/gst-plugins1-ugly/patches: patch-configure
pkgsrc/multimedia/gstreamer1: Makefile PLIST distinfo
pkgsrc/multimedia/gstreamer1/patches: patch-configure
pkgsrc/net/gst-plugins1-libnice: Makefile
pkgsrc/net/gst-plugins1-soup: Makefile PLIST
Removed Files:
pkgsrc/audio/gst-plugins1-mad: DESCR Makefile PLIST
Log Message:
Update gstreamer1 and its plugins to 1.12.2.
Highlights
new msdk plugin for Intel's Media SDK for hardware-accelerated
video encoding and decoding on Intel graphics hardware on Windows
or Linux.
x264enc can now use multiple x264 library versions compiled for
different bit depths at runtime, to transparently provide support
for multiple bit depths.
videoscale and videoconvert now support multi-threaded scaling
and conversion, which is particularly useful with higher
resolution video.
h264parse will now automatically insert AU delimiters if needed
when outputting byte-stream format, which improves standard
compliance and is needed in particular for HLS playback on
iOS/macOS.
rtpbin has acquired bundle support for incoming streams
Major new features and changes Noteworthy new API
The video library gained support for a number of new video
formats:
GBR_12LE, GBR_12BE, GBRA_12LE, GBRA_12BE (planar 4:4:4
RGB/RGBA, 12 bits per channel) GBRA_10LE, GBRA_10BE (planar
4:4:4:4 RGBA, 10 bits per channel) GBRA (planar 4:4:4:4
ARGB, 8 bits per channel) I420_12BE, I420_12LE (planar 4:2:0
YUV, 12 bits per channel) I422_12BE,I422_12LE (planar 4:2:2
YUV, 12 bits per channel) Y444_12BE, Y444_12LE (planar 4:4:4
YUV, 12 bits per channel) VYUY (another packed 4:2:2 YUV
format)
The high-level GstPlayer API was extended with functions for
taking video snapshots and enabling accurate seeking. It can
optionally also use the still-experimental playbin3 element
now.
New Elements
msdk: new plugin for Intel's Media SDK for hardware-accelerated
video encoding and decoding on Intel graphics hardware on Windows
or Linux. This includes an H.264 encoder/decoder (msdkh264dec,
msdkh264enc), an H.265 encoder/decoder (msdkh265dec, msdkh265enc),
an MJPEG encoder/encoder (msdkmjpegdec, msdkmjpegenc), an MPEG-2
video encoder (msdkmpeg2enc) and a VP8 encoder (msdkvp8enc).
iqa is a new Image Quality Assessment plugin based on DSSIM,
similar to the old (unported) videomeasure element.
The faceoverlay element, which allows you to overlay SVG graphics
over a detected face in a video stream, has been ported from
0.10.
our ffmpeg wrapper plugin now exposes/maps the ffmpeg Opus audio
decoder (avdec_opus) as well as the GoPro CineForm HD / CFHD
decoder (avdec_cfhd), and also a parser/writer for the IVF
format (avdemux_ivf and avmux_ivf).
audiobuffersplit is a new element that splits raw audio buffers
into equal-sized buffers
audiomixmatrix is a new element that mixes N:M audio channels
according to a configured mix matrix.
The timecodewait element got renamed to avwait and can operate
in different modes now.
The opencv video processing plugin has gained a new dewarp
element that dewarps fisheye images.
ttml is a new plugin for parsing and rendering subtitles in
Timed Text Markup Language (TTML) format. For the time being
these elements will not be autoplugged during media playback
however, unless the GST_TTML_AUTOPLUG=1 environment variable
is set. Only the EBU-TT-D profile is supported at this point.
New element features and additions
x264enc can now use multiple x264 library versions compiled for
different bit depths at runtime, to transparently provide support
for multiple bit depths. A new configure parameter
--with-x264-libraries has been added to specify additional paths
to look for additional x264 libraries to load. Background is
that the libx264 library is always compile for one specific bit
depth and the x264enc element would simply support the depth
supported by the underlying library. Now we can support multiple
depths.
x264enc also picks up the interlacing mode automatically from
the input caps now and passed interlacing/TFF information
correctly to the library.
videoscale and videoconvert now support multi-threaded scaling
and conversion, which is particularly useful with higher
resolution video. This has to be enabled explicitly via the
"n-threads" property.
videorate's new "rate" property lets you set a speed factor on
the output stream
splitmuxsink's buffer collection and scheduling was rewritten
to make processing and splitting deterministic; before it was
possible for a buffer to end up in a different file chunk in
different runs. splitmuxsink also gained a new "format-location-full"
signal that works just like the existing "format-location"
signal only that it is also passed the primary stream's first
buffer as argument, so that it is possible to construct the
file name based on metadata such as the buffer timestamp or any
GstMeta attached to the buffer. The new "max-size-timecode"
property allows for timecode-based splitting. splitmuxsink will
now also automatically start a new file if the input caps change
in an incompatible way.
fakesink has a new "drop-out-of-segment" property to not drop
out-of-segment buffers, which is useful for debugging purposes.
identity gained a "ts-offset" property.
both fakesink and identity now also print what kind of metas
are attached to buffers when printing buffer details via the
"last-message" property used by gst-launch-1.0 -v.
multiqueue: made "min-interleave-time" a configurable property.
video nerds will be thrilled to know that videotestsrc's snow
is now deterministic. videotestsrc also gained some new properties
to make the ball pattern based on system time, and invert colours
each second ("animation-mode", "motion", and "flip" properties).
oggdemux reverse playback should work again now. You're welcome.
playbin3 and urisourcebin now have buffering enabled by default,
and buffering message aggregation was fixed.
tcpclientsrc now has a "timeout" property
appsink has gained support for buffer lists. For backwards
compatibility reasons users need to enable this explicitly with
gst_app_sink_set_buffer_list_support(), however. Once activated,
a pulled GstSample can contain either a buffer list or a single
buffer.
splitmuxsrc reverse playback was fixed and handling of sparse
streams, such as subtitle tracks or metadata tracks, was improved.
matroskamux has acquired support for muxing G722 audio; it also
marks all buffers as keyframes now when streaming only audio,
so that tcpserversink will behave properly with audio-only
streams.
qtmux gained support for ProRes 4444 XQ, HEVC/H.265 and CineForm
(GoPro) formats, and generally writes more video stream-related
metadata into the track headers. It is also allows configuration
of the maximum interleave size in bytes and time now. For
fragmented mp4 we always write the tfdt atom now as required
by the DASH spec.
qtdemux supports FLAC, xvid, mp2, S16L and CineForm (GoPro)
tracks now, and generally tries harder to extract more video-related
information from track headers, such as colorimetry or interlacing
details. It also received a couple of fixes for the scenario
where upstream operates in TIME format and feeds chunks to
qtdemux (e.g. DASH or MSE).
audioecho has two new properties to apply a delay only to certain
channels to create a surround effect, rather than an echo on
all channels. This is useful when upmixing from stereo, for
example. The "surround-delay" property enables this, and the
"surround-mask" property controls which channels are considered
surround sound channels in this case.
webrtcdsp gained various new properties for gain control and
also exposes voice activity detection now, in which case it
will post "voice-activity" messages on the bus whenever the
voice detection status changes.
The decklink capture elements for Blackmagic Decklink cards
have seen a number of improvements:
decklinkvideosrc will post a warning message on "no signal"
and an info message when the signal lock has been (re)acquired.
There is also a new read-only "signal" property that can
be used to query the signal lock status. The GAP flag will
be set on buffers that are captured without a signal lock.
The new drop-no-signal-frames will make decklinkvideosrc
drop all buffers that have been captured without an input
signal. The "skip-first-time" property will make the source
drop the first few buffers, which is handy since some devices
will at first output buffers with the wrong resolution
before they manage to figure out the right input format and
decide on the actual output caps.
decklinkaudiosrc supports more than just 2 audio channels
now.
The capture sources no longer use the "hardware" timestamps
which turn out to be useless and instead just use the
pipeline clock directly.
srtpdec now also has a readonly "stats" property, just like
srtpenc.
rtpbin gained RTP bundle support, as used by e.g. WebRTC. The
first rtpsession will have a rtpssrcdemux element inside splitting
the streams based on their SSRC and potentially dispatch to a
different rtpsession. Because retransmission SSRCs need to be
merged with the corresponding media stream the ::on-bundled-ssrc
signal is emitted on rtpbin so that the application can find
out to which session the SSRC belongs.
rtprtxqueue gained two new properties exposing retransmission
statistics ("requests" and "fulfilled-requests")
kmssink will now use the preferred mode for the monitor and
render to the base plane if nothing else has set a mode yet.
This can also be done forcibly in any case via the new
"force-modesetting" property. Furthermore, kmssink now allows
only the supported connector resolutions as input caps in order
to avoid scaling or positioning of the input stream, as kmssink
can't know whether scaling or positioning would be more appropriate
for the use case at hand.
waylandsink can now take DMAbuf buffers as input in the presence
of a compatible Wayland compositor. This enables zero-copy
transfer from a decoder or source that outputs DMAbuf. It will
also set surface opacity hint to allow better rendering
optimization in the compositor.
udpsrc can be bound to more than one interface when joining a
multicast group, this is done by giving a comma separate list
of interfaces such as multicast-iface="eth0,eth1".
Plugin moves
dataurisrc moved from gst-plugins-bad to core
The rawparse plugin containing the rawaudioparse and rawvideoparse
elements moved from gst-plugins-bad to gst-plugins-base. These
elements supersede the old videoparse and audioparse elements.
They work the same, with just some minor API changes. The old
legacy elements still exist in gst-plugins-bad, but may be
removed at some point in the future.
timecodestamper is an element that attaches time codes to video
buffers in form of GstVideoTimeCodeMetas. It had a "clock-source"
property which has now been removed because it was fairly useless
in practice. It gained some new properties however: the
"first-timecode" property can be used to set the inital timecode;
alternatively "first-timecode-to-now" can be set, and then the
current system time at the time the first buffer arrives is
used as base time for the time codes.
Plugin removals
The mad mp1/mp2/mp3 decoder plugin was removed from gst-plugins-ugly,
as libmad is GPL licensed, has been unmaintained for a very
long time, and there are better alternatives available. Use the
mpg123audiodec element from the mpg123 plugin in gst-plugins-ugly
instead, or avdec_mp3 from the gst-libav module which wraps the
ffmpeg library. We expect that we will be able to move mp3
decoding to gst-plugins-good in the next cycle seeing that most
patents around mp3 have expired recently or are about to expire.
The mimic plugin was removed from gst-plugins-bad. It contained
a decoder and encoder for a video codec used by MSN messenger
many many years ago (in a galaxy far far away). The underlying
library is unmaintained and no one really needs to use this
codec any more. Recorded videos can still be played back with
the MIMIC decoder in gst-libav.
Miscellaneous API additions
Request pad name templates passed to gst_element_request_pad()
may now contain multiple specifiers, such as e.g. src_%u_%u.
gst_buffer_iterate_meta_filtered() is a variant of
gst_buffer_iterate_meta() that only returns metas of the requested
type and skips all other metas.
gst_pad_task_get_state() gets the current state of a task in a
thread-safe way.
gst_uri_get_media_fragment_table() provides the media fragments
of an URI as a table of key=value pairs.
gst_print(), gst_println(), gst_printerr(), and gst_printerrln()
can be used to print to stdout or stderr. These functions are
similar to g_print() and g_printerr() but they also support all
the additional format specifiers provided by the GStreamer
logging system, such as e.g. GST_PTR_FORMAT.
a GstParamSpecArray has been added, for elements who want to
have array type properties, such as the audiomixmatrix element
for example. There are also two new functions to set and get
properties of this type from bindings:
gst_util_set_object_array() gst_util_get_object_array()
various helper functions have been added to make it easier to
set or get GstStructure fields containing caps-style array or
list fields from language bindings (which usually support
GValueArray but don't know about the GStreamer specific fundamental
types):
gst_structure_get_array() gst_structure_set_array()
gst_structure_get_list() gst_structure_set_list()
a new 'dynamic type' registry factory type was added to register
dynamically loadable GType types. This is useful for automatically
loading enum/flags types that are used in caps, such as for
example the GstVideoMultiviewFlagsSet type used in multiview
video caps.
there is a new GstProxyControlBinding for use with GstController.
This allows proxying the control interface from one property
on one GstObject to another property (of the same type) in
another GstObject. So e.g. in parent-child relationship, one
may need to call gst_object_sync_values() on the child and have
a binding (set elsewhere) on the parent update the value. This
is used in glvideomixer and glsinkbin for example, where
sync_values() on the child pad or element will call sync_values()
on the exposed bin pad or element.
Note that this doesn't solve GObject property forwarding, that
must be taken care of by the implementation manually or using
GBinding.
gst_base_parse_drain() has been made public for subclasses to
use.
`gst_base_sink_set_drop_out_of_segment()' can be used by
subclasses to prevent GstBaseSink from dropping buffers that
fall outside of the segment.
gst_calculate_linear_regression() is a new utility function to
calculate a linear regression.
gst_debug_get_stack_trace is an easy way to retrieve a stack
trace, which can be useful in tracer plugins.
allocators: the dmabuf allocator is now sub-classable, and there
is a new GST_CAPS_FEATURE_MEMORY_DMABUF define.
video decoder subclasses can use the newly-added function
gst_video_decoder_allocate_output_frame_with_params() to pass
a GstBufferPoolAcquireParams to the buffer pool for each buffer
allocation.
the video time code API has gained a dedicated GstVideoTimeCodeInterval
type plus related API, including functions to add intervals to
timecodes.
There is a new libgstbadallocators-1.0 library in gst-plugins-bad,
which may go away again in future releases once the
GstPhysMemoryAllocator interface API has been validated by more
users and was moved to libgstallocators-1.0 from gst-plugins-base.
GstPlayer
New API has been added to:
get the number of audio/video/subtitle streams:
gst_player_media_info_get_number_of_streams()
gst_player_media_info_get_number_of_video_streams()
gst_player_media_info_get_number_of_audio_streams()
gst_player_media_info_get_number_of_subtitle_streams()
enable accurate seeking: gst_player_config_set_seek_accurate()
and gst_player_config_get_seek_accurate()
get a snapshot image of the video in RGBx, BGRx, JPEG, PNG or
native format: gst_player_get_video_snapshot()
selecting use of a specific video sink element
(gst_player_video_overlay_video_renderer_new_with_sink())
If the environment variable GST_PLAYER_USE_PLAYBIN3 is set,
GstPlayer will use the still-experimental playbin3 element and
the GstStreams API for playback.
Miscellaneous changes
video caps for interlaced video may contain an optional
"field-order" field now in the case of interlaced-mode=interleaved
to signal that the field order is always the same throughout
the stream. This is useful to signal to muxers such as mp4mux.
The new field is parsed from/to GstVideoInfo of course.
video decoder and video encoder base classes try harder to proxy
interlacing, colorimetry and chroma-site related fields in caps
properly.
The buffer stored in the PROTECTION events is now left unchanged.
This is a change of behaviour since 1.8, especially for the
mssdemux element which used to decode the base64 parsed data
wrapped in the protection events emitted by the demuxer.
PROTECTION events can now be injected into the pipeline from
the application; source elements deriving from GstBaseSrc will
forward those downstream now.
The DASH demuxer is now correctly parsing the MSPR-2.0
ContentProtection nodes and emits Protection events accordingly.
Applications relying on those events might need to decode the
base64 data stored in the event buffer before using it.
The registry can now also be disabled by setting the environment
variable GST_REGISTRY_DISABLE=yes, with similar effect as the
GST_DISABLE_REGISTRY compile time switch.
Seeking performance with gstreamer-vaapi based decoders was
improved. It would recreate the decoder and surfaces on every
seek which can be quite slow.
more robust handling of input caps changes in videoaggregator-based
elements such as compositor.
Lots of adaptive streaming-related fixes across the board (DASH,
MSS, HLS). Also:
mssdemux, the Microsoft Smooth Streaming demuxer, has seen
various fixes for live streams, duration reporting and
seeking.
The DASH manifest parser now extracts MS PlayReady
ContentProtection objects from manifests and sends them
downstream as PROTECTION events. It also supports multiple
Period elements in external xml now.
gst-libav was updated to ffmpeg 3.3 but should still work with
any 3.x version.
GstEncodingProfile has been generally enhanced so it can, for
example, be used to get possible profiles for a given file
extension. It is now possible to define profiles based on element
factory names or using a path to a .gep file containing a
serialized profile.
audioconvert can now do endianness conversion in-place. All
other conversions still require a copy, but e.g. sign conversion
and a few others could also be implemented in-place now.
The new, experimental playbin3 and urisourcebin elements got
many bugfixes and improvements and should generally be closer
to a full replacement of the old elements.
interleave now supports > 64 channels.
OpenCV elements, grabcut and retinex has been ported to use
GstOpencvVideoFilter base class, increasing code reuse and
fixing buffer map/unmap issues. Redundant copie of images has
been removed in edgedetect, cvlaplace and cvsobel. This comes
with various cleanup and Meson support.
OpenGL integration
As usual the GStreamer OpenGL integration library has seen
numerous fixes and performance improvements all over the place,
and is hopefully ready now to become API stable and be moved
to gst-plugins-base during the 1.14 release cycle.
The GStreamer OpenGL integration layer has also gained support
for the Vivante EGL FB windowing system, which improves performance
on platforms such as Freescale iMX.6 for those who are stuck
with the proprietary driver. The qmlglsink element also supports
this now if Qt is used with eglfs or wayland backend, and it
works in conjunction with gstreamer-imx of course.
various qmlglsrc improvements
Tracing framework and debugging improvements
New tracing hooks have been added to track GstMiniObject and
GstObject ref/unref operations.
The memory leaks tracer can optionally use this to retrieve
stack traces if enabled with e.g.
GST_TRACERS=leaks(filters="GstEvent,GstMessage",stack-traces-flags=full)
The GST_DEBUG_FILE environment variable, which can be used to
write the debug log output to a file instead of printing it to
stderr, can now contain a name pattern, which is useful for
automated testing and continuous integration systems. The
following format specifiers are supported:
%p: will be replaced with the PID %r: will be replaced with
a random number, which is useful for instance when running
two processes with the same PID but in different containers.
Tools
gst-inspect-1.0 can now list elements by type with the new
--types command-line option, e.g. gst-inspect-1.0 --types=Audio/Encoder
will show a list of audio encoders.
gst-launch-1.0 and gst_parse_launch() have gained a new operator
(:) that allows linking all pads between two elements. This is
useful in cases where the exact number of pads or type of pads
is not known beforehand, such as in the uridecodebin : encodebin
scenario, for example. In this case, multiple links will be
created if the encodebin has multiple profiles compatible with
the output of uridecodebin.
gst-device-monitor-1.0 now shows a gst-launch-1.0 snippet for
each device that shows how to make use of it in a gst-launch-1.0
pipeline string.
GStreamer RTSP server
The RTSP server now also supports Digest authentication in
addition to Basic authentication.
The GstRTSPClient class has gained a pre-*-request signal and
virtual method for each client request type, emitted in the
beginning of each rtsp request. These signals or virtual methods
let the application validate the requests, configure the
media/stream in a certain way and also generate error status
codes in case of an error or a bad request.
GStreamer VAAPI
GstVaapiDisplay now inherits from GstObject, thus the VA display
logging messages are better and tracing the context sharing is
more readable.
When uploading raw images into a VA surfaces now VADeriveImages
are tried fist, improving the upload performance, if it is
possible.
The decoders and the post-processor now can push dmabuf-based
buffers to downstream under certain conditions. For example:
GST_GL_PLATFORM=egl gst-play-1.0 video-sample.mkv
--videosink=glimagesink
Refactored the wrapping of VA surface into gstreamer memory,
adding lock when mapping and unmapping, and many other fixes.
Now vaapidecodebin loads vaapipostproc dynamically. It is
possible to avoid it usage with the environment variable
GST_VAAPI_DISABLE_VPP=1.
Regarding encoders: they have primary rank again, since they
can discover, in run-time, the color formats they can use for
upstream raw buffers and caps renegotiation is now possible.
Also the encoders push encoding info downstream via tags.
About specific encoders: added constant bit-rate encoding mode
for VP8 and H265 encoder handles P010_10LE color format.
Regarding decoders, flush operation has been improved, now the
internal VA encoder is not recreated at each flush. Also there
are several improvements in the handling of H264 and H265
streams.
VAAPI plugins try to create their on GstGL context (when
available) if they cannot find it in the pipeline, to figure
out what type of VA Display they should create.
Regarding vaapisink for X11, if the backend reports that it is
unable to render correctly the current color format, an internal
VA post-processor, is instantiated (if available) and converts
the color format.
GStreamer Editing Services and NLE
Enhanced auto transition behaviour
Fix some races in nlecomposition
Allow building with msvc
Added a UNIX manpage for ges-launch
API changes:
Added ges_deinit (allowing the leak tracer to work properly)
Added ges_layer_get_clips_in_interval Finally hide internal
symbols that should never have been exposed
GStreamer validate
Port gst-validate-launcher to python 3
gst-validate-launcher now checks if blacklisted bugs have been
fixed on bugzilla and errors out if it is the case
Allow building with msvc
Add ability for the launcher to run GStreamer unit tests
Added a way to activate the leaks tracer on our tests and fix
leaks
Make the http server multithreaded
New testsuite for running various test scenarios on the DASH-IF
test vectors
GStreamer Python Bindings
Overrides has been added for IntRange, Int64Range, DoubleRange,
FractionRange, Array and List. This finally enables Python
programmers to fully read and write GstCaps objects.
Build and Dependencies
Meson build files are now disted in tarballs, for jhbuild and
so distro packagers can start using it. Note that the Meson-based
build system is not 100% feature-equivalent with the autotools-based
one yet.
Some plugin filenames have been changed to match the plugin
names: for example the file name of the encoding plugin in
gst-plugins-base containing the encodebin element was
libgstencodebin.so and has been changed to libgstencoding.so.
This affects only a handful of plugins across modules.
Developers who install GStreamer from source and just do make
install after updating the source code, without doing make
uninstall first, will have to manually remove the old installed
plugin files from the installation prefix, or they will get
'Cannot register existing type' critical warnings.
Most of the docbook-based documentation (FAQ, Application
Development Manual, Plugin Writer's Guide, design documents)
has been converted to markdown and moved into a new gst-docs
module. The gtk-doc library API references and the plugins
documentation are still built as part of the source modules
though.
GStreamer core now optionally uses libunwind and libdw to
generate backtraces. This is useful for tracer plugins used
during debugging and development.
There is a new libgstbadallocators-1.0 library in gst-plugins-bad
(which may go away again in future releases once the
GstPhysMemoryAllocator interface API has been validated by more
users).
gst-omx and gstreamer-vaapi modules can now also be built using
the Meson build system.
The qtkitvideosrc element for macOS was removed. The API is
deprecated since 10.9 and it wasn't shipped in the binaries
since a few releases.
Platform-specific improvements Android
androidmedia: add support for VP9 video decoding/encoding and
Opus audio decoding (where supported)
OS/X and iOS
avfvideosrc, which represents an iPhone camera or, on a Mac, a
screencapture session, so far allowed you to select an input
device by device index only. New API adds the ability to select
the position (front or back facing) and device-type (wide angle,
telephoto, etc.). Furthermore, you can now also specify the
orientation (portrait, landscape, etc.) of the videostream.
Bugs fixed in 1.12
More than 635 bugs have been fixed during the development of 1.12.
This list does not include issues that have been cherry-picked into
the stable 1.10 branch and fixed there as well, all fixes that ended
up in the 1.10 branch are also included in 1.12.
This list also does not include issues that have been fixed without
a bug report in bugzilla, so the actual number of fixes is much
higher. Stable 1.12 branch
After the 1.12.0 release there will be several 1.12.x bug-fix
releases which will contain bug fixes which have been deemed suitable
for a stable branch, but no new features or intrusive changes will
be added to a bug-fix release usually. The 1.12.x bug-fix releases
will be made from the git 1.12 branch, which is a stable branch.
1.12.0
1.12.0 was released on 4th May 2017.
1.12.1
The first 1.12 bug-fix release (1.12.1) was released on 20 June
2017. This release only contains bugfixes and it should be safe to
update from 1.12.x. Major bugfixes in 1.12.1
Various fixes for crashes, assertions, deadlocks and memory
leaks Fix for regression when seeking to the end of ASF files
Fix for regression in (raw)videoparse that caused it to omit
video metadata Fix for regression in discoverer that made it
show more streams than actually available Numerous bugfixes to
the adaptive demuxer base class and the DASH demuxer Various
playbin3/urisourcebin related bugfixes Vivante DirectVIV (imx6)
texture uploader works with single-plane (e.g. RGB) video formats
now Intel Media SDK encoder now outputs valid PTS and keyframe
flags OpenJPEG2000 plugin can be loaded again on MacOS and
correctly displays 8 bit RGB images now Fixes to DirectSound
source/sink for high CPU usage and wrong latency/buffer size
calculations gst-libav was updated to ffmpeg n3.3.2 ... and
many, many more!
1.12.2
The second 1.12 bug-fix release (1.12.2) was released on 14 July
2017. This release only contains bugfixes and it should be safe to
update from 1.12.x. Major bugfixes in 1.12.2
Various fixes for crashes, assertions, deadlocks and memory
leaks Regression fix for playback of live HLS streams Regression
fix for crash when playing back a tunneled RTSP stream Regression
fix for playback of RLE animations in MOV containers Regression
fix for RTP GSM payloading producing corrupted output Major
bugfixes to the MXF demuxer, mostly related to seeking and fixes
to the frame reordering handling in the MXF muxer and demuxer
Fix for playback of mono streams on MacOS More fixes for index
handling of ASF containers Various fixes to adaptivedemux, DASH
and HLS demuxers Fix deadlock in gstreamer-editing-services
during class initialization ... and many, many more!
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r0 pkgsrc/audio/gst-plugins1-mad/DESCR \
pkgsrc/audio/gst-plugins1-mad/PLIST
cvs rdiff -u -r1.2 -r0 pkgsrc/audio/gst-plugins1-mad/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/audio/gst-plugins1-pulse/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/gst-plugins1-pulse/PLIST
cvs rdiff -u -r1.24 -r1.25 pkgsrc/multimedia/gst-plugins1-bad/Makefile.common
cvs rdiff -u -r1.9 -r1.10 pkgsrc/multimedia/gst-plugins1-bad/PLIST
cvs rdiff -u -r1.25 -r1.26 pkgsrc/multimedia/gst-plugins1-bad/distinfo
cvs rdiff -u -r1.6 -r1.7 \
pkgsrc/multimedia/gst-plugins1-bad/patches/patch-configure
cvs rdiff -u -r1.22 -r1.23 \
pkgsrc/multimedia/gst-plugins1-base/Makefile.common
cvs rdiff -u -r1.8 -r1.9 pkgsrc/multimedia/gst-plugins1-base/PLIST
cvs rdiff -u -r1.26 -r1.27 pkgsrc/multimedia/gst-plugins1-base/distinfo
cvs rdiff -u -r1.2 -r1.3 \
pkgsrc/multimedia/gst-plugins1-base/patches/patch-configure
cvs rdiff -u -r1.24 -r1.25 \
pkgsrc/multimedia/gst-plugins1-good/Makefile.common
cvs rdiff -u -r1.6 -r1.7 pkgsrc/multimedia/gst-plugins1-good/PLIST
cvs rdiff -u -r1.31 -r1.32 pkgsrc/multimedia/gst-plugins1-good/distinfo
cvs rdiff -u -r1.2 -r1.3 \
pkgsrc/multimedia/gst-plugins1-good/patches/patch-configure
cvs rdiff -u -r1.21 -r1.22 \
pkgsrc/multimedia/gst-plugins1-ugly/Makefile.common
cvs rdiff -u -r1.4 -r1.5 pkgsrc/multimedia/gst-plugins1-ugly/PLIST
cvs rdiff -u -r1.26 -r1.27 pkgsrc/multimedia/gst-plugins1-ugly/distinfo
cvs rdiff -u -r1.2 -r1.3 \
pkgsrc/multimedia/gst-plugins1-ugly/patches/patch-configure
cvs rdiff -u -r1.31 -r1.32 pkgsrc/multimedia/gstreamer1/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/multimedia/gstreamer1/PLIST
cvs rdiff -u -r1.27 -r1.28 pkgsrc/multimedia/gstreamer1/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/multimedia/gstreamer1/patches/patch-configure
cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/gst-plugins1-libnice/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/gst-plugins1-soup/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/gst-plugins1-soup/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/gst-plugins1-pulse/Makefile
diff -u pkgsrc/audio/gst-plugins1-pulse/Makefile:1.14 pkgsrc/audio/gst-plugins1-pulse/Makefile:1.15
--- pkgsrc/audio/gst-plugins1-pulse/Makefile:1.14 Fri Sep 8 02:38:36 2017
+++ pkgsrc/audio/gst-plugins1-pulse/Makefile Tue Sep 12 09:32:43 2017
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.14 2017/09/08 02:38:36 ryoon Exp $
+# $NetBSD: Makefile,v 1.15 2017/09/12 09:32:43 wiz Exp $
GST_PLUGINS1_NAME= pulse
GST_PLUGINS1_DIRS= ext/pulse
GST_PLUGINS1_FLAGS= pulse
-PKGREVISION= 1
.include "../../multimedia/gst-plugins1-good/Makefile.common"
.include "../../audio/pulseaudio/buildlink3.mk"
Index: pkgsrc/audio/gst-plugins1-pulse/PLIST
diff -u pkgsrc/audio/gst-plugins1-pulse/PLIST:1.1 pkgsrc/audio/gst-plugins1-pulse/PLIST:1.2
--- pkgsrc/audio/gst-plugins1-pulse/PLIST:1.1 Thu Nov 29 08:43:27 2012
+++ pkgsrc/audio/gst-plugins1-pulse/PLIST Tue Sep 12 09:32:43 2017
@@ -1,2 +1,2 @@
-@comment $NetBSD: PLIST,v 1.1 2012/11/29 08:43:27 ryoon Exp $
-lib/gstreamer-1.0/libgstpulse.la
+@comment $NetBSD: PLIST,v 1.2 2017/09/12 09:32:43 wiz Exp $
+lib/gstreamer-1.0/libgstpulseaudio.la
Index: pkgsrc/multimedia/gst-plugins1-bad/Makefile.common
diff -u pkgsrc/multimedia/gst-plugins1-bad/Makefile.common:1.24 pkgsrc/multimedia/gst-plugins1-bad/Makefile.common:1.25
--- pkgsrc/multimedia/gst-plugins1-bad/Makefile.common:1.24 Thu Mar 16 14:51:19 2017
+++ pkgsrc/multimedia/gst-plugins1-bad/Makefile.common Tue Sep 12 09:32:43 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.24 2017/03/16 14:51:19 wiz Exp $
+# $NetBSD: Makefile.common,v 1.25 2017/09/12 09:32:43 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.10.4
+GST_PLUGINS1_VER= 1.12.2
# Disable all drivers and features by default.
.for driver in \
@@ -38,9 +38,6 @@ GST_PLUGINS1_VER= 1.10.4
CONFIGURE_ARGS+= --disable-${driver}
.endfor
-BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.10.0
-BUILDLINK_API_DEPENDS.gst-plugins1-base+= gst-plugins1-base>=1.10.0
-
PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-insertbin.pc.in
PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-bad-audio.pc.in
PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-player.pc.in
@@ -53,5 +50,8 @@ PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer
PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-wayland.pc.in
.include "../../devel/orc/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.12.0
+.include "../../multimedia/gstreamer1/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gst-plugins1-base+= gst-plugins1-base>=1.12.0
.include "../../multimedia/gst-plugins1-base/plugins.mk"
.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
Index: pkgsrc/multimedia/gst-plugins1-bad/PLIST
diff -u pkgsrc/multimedia/gst-plugins1-bad/PLIST:1.9 pkgsrc/multimedia/gst-plugins1-bad/PLIST:1.10
--- pkgsrc/multimedia/gst-plugins1-bad/PLIST:1.9 Fri Feb 3 15:27:10 2017
+++ pkgsrc/multimedia/gst-plugins1-bad/PLIST Tue Sep 12 09:32:43 2017
@@ -1,4 +1,6 @@
-@comment $NetBSD: PLIST,v 1.9 2017/02/03 15:27:10 maya Exp $
+@comment $NetBSD: PLIST,v 1.10 2017/09/12 09:32:43 wiz Exp $
+include/gstreamer-1.0/gst/allocators/badallocators.h
+include/gstreamer-1.0/gst/allocators/gstphysmemory.h
include/gstreamer-1.0/gst/audio/gstaudioaggregator.h
include/gstreamer-1.0/gst/base/gstaggregator.h
include/gstreamer-1.0/gst/basecamerabinsrc/gstbasecamerasrc.h
@@ -45,20 +47,22 @@ lib/gstreamer-1.0/libgstadpcmdec.la
lib/gstreamer-1.0/libgstadpcmenc.la
lib/gstreamer-1.0/libgstaiff.la
lib/gstreamer-1.0/libgstasfmux.la
+lib/gstreamer-1.0/libgstaudiobuffersplit.la
lib/gstreamer-1.0/libgstaudiofxbad.la
lib/gstreamer-1.0/libgstaudiomixer.la
+lib/gstreamer-1.0/libgstaudiomixmatrix.la
lib/gstreamer-1.0/libgstaudiovisualizers.la
lib/gstreamer-1.0/libgstautoconvert.la
lib/gstreamer-1.0/libgstbayer.la
lib/gstreamer-1.0/libgstbz2.la
-lib/gstreamer-1.0/libgstcamerabin2.la
+lib/gstreamer-1.0/libgstcamerabin.la
lib/gstreamer-1.0/libgstcoloreffects.la
lib/gstreamer-1.0/libgstcompositor.la
-lib/gstreamer-1.0/libgstdataurisrc.la
lib/gstreamer-1.0/libgstdebugutilsbad.la
lib/gstreamer-1.0/libgstdtls.la
lib/gstreamer-1.0/libgstdvbsuboverlay.la
lib/gstreamer-1.0/libgstdvdspu.la
+lib/gstreamer-1.0/libgstfaceoverlay.la
lib/gstreamer-1.0/libgstfestival.la
lib/gstreamer-1.0/libgstfieldanalysis.la
lib/gstreamer-1.0/libgstfreeverb.la
@@ -73,6 +77,7 @@ lib/gstreamer-1.0/libgstivfparse.la
lib/gstreamer-1.0/libgstivtc.la
lib/gstreamer-1.0/libgstjp2kdecimator.la
lib/gstreamer-1.0/libgstjpegformat.la
+lib/gstreamer-1.0/libgstlegacyrawparse.la
lib/gstreamer-1.0/libgstmidi.la
lib/gstreamer-1.0/libgstmpegpsdemux.la
lib/gstreamer-1.0/libgstmpegpsmux.la
@@ -82,7 +87,6 @@ lib/gstreamer-1.0/libgstmxf.la
lib/gstreamer-1.0/libgstnetsim.la
lib/gstreamer-1.0/libgstpcapparse.la
lib/gstreamer-1.0/libgstpnm.la
-lib/gstreamer-1.0/libgstrawparse.la
lib/gstreamer-1.0/libgstremovesilence.la
lib/gstreamer-1.0/libgstrfbsrc.la
lib/gstreamer-1.0/libgstrtponvif.la
@@ -102,6 +106,7 @@ lib/gstreamer-1.0/libgstvmnc.la
lib/gstreamer-1.0/libgsty4mdec.la
lib/gstreamer-1.0/libgstyadif.la
lib/libgstadaptivedemux-1.0.la
+lib/libgstbadallocators-1.0.la
lib/libgstbadaudio-1.0.la
lib/libgstbadbase-1.0.la
lib/libgstbadvideo-1.0.la
@@ -112,6 +117,7 @@ lib/libgstmpegts-1.0.la
lib/libgstphotography-1.0.la
lib/libgstplayer-1.0.la
lib/libgsturidownloader-1.0.la
+lib/pkgconfig/gstreamer-bad-allocators-1.0.pc
lib/pkgconfig/gstreamer-bad-audio-1.0.pc
lib/pkgconfig/gstreamer-bad-base-1.0.pc
lib/pkgconfig/gstreamer-bad-video-1.0.pc
@@ -120,6 +126,8 @@ lib/pkgconfig/gstreamer-insertbin-1.0.pc
lib/pkgconfig/gstreamer-mpegts-1.0.pc
lib/pkgconfig/gstreamer-player-1.0.pc
lib/pkgconfig/gstreamer-plugins-bad-1.0.pc
+share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/GstAggregator.html
+share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/GstAggregatorPad.html
share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/GstGLBaseFilter.html
share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/GstGLBufferPool.html
share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/GstGLColorConvert.html
@@ -132,6 +140,12 @@ share/doc/gst-plugins-0.10/gst-plugins-b
share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/GstGLUpload.html
share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/GstGLViewConvert.html
share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/GstGLWindow.html
+share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/GstPlayer.html
+share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/GstPlayerMediaInfo.html
+share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/GstPlayerVideoOverlayVideoRenderer.html
+share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/GstPlayerVisualization.html
+share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/GstVideoAggregator.html
+share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/GstVideoAggregatorPad.html
share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/annotation-glossary.html
share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/api-index-deprecated.html
share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/api-index-full.html
@@ -147,37 +161,29 @@ share/doc/gst-plugins-0.10/gst-plugins-b
share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html
share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html
share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html
-share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstAggregator.html
-share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstAggregatorPad.html
share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstEGLImage.html
share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLAPI.html
share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLBuffer.html
share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLDisplayWayland.html
share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLDisplayX11.html
share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLMemory.html
+share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLMemoryPBO.html
share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLOverlayCompositor.html
share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLQuery.html
share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLRenderbuffer.html
share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLSL.html
share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLSyncMeta.html
+share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGlBaseMemory.html
share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstInsertbin.html
share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstPhotography.html
-share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstVideoAggregator.html
-share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstVideoAggregatorPad.html
+share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstPlayerGMainContextSignalDispatcher.html
share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html
share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Mpeg-ts-helper-library.html
share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-OpenGL-Formats.html
share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-OpenGL-Miscellaneous-Utilities.html
share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-OpenGL-debugging.html
-share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstglbasememory.html
share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstglmemoryegl.html
-share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstglmemorypbo.html
share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstmpegvideometa.html
-share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstplayer-gmaincontextsignaldispatcher.html
-share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstplayer-mediainfo.html
-share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstplayer-videooverlayvideorenderer.html
-share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstplayer-visualization.html
-share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstplayer.html
share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-h264parser.html
share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-jpegparser.html
share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html
@@ -202,6 +208,7 @@ share/doc/gst-plugins-0.10/gst-plugins-b
share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/ch01.html
share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/ch02.html
share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-1.0.devhelp2
+share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-IQA.html
share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-accurip.html
share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-aiffmux.html
share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-aiffparse.html
@@ -224,7 +231,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-cvlaplace.html
share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvsmooth.html
share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvsobel.html
-share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dataurisrc.html
share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-diffuse.html
share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dilate.html
share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dodge.html
@@ -318,7 +324,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-camerabin.html
share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-coloreffects.html
share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-curl.html
-share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dataurisrc.html
share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-debugutilsbad.html
share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dtsdec.html
share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dvb.html
@@ -330,7 +335,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-geometrictransform.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-jpegformat.html
-share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mimic.html
share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mms.html
share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-modplug.html
share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mpeg2enc.html
@@ -346,10 +350,11 @@ 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-rawparse.html
share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-rfbsrc.html
share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-rtmp.html
-share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-sdp.html
+share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-sdpelem.html
share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-shm.html
share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-soundtouch.html
share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-speed.html
+share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-ttmlsubs.html
share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-voaacenc.html
share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-voamrwbenc.html
share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-webrtcdsp.html
@@ -371,6 +376,8 @@ 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-stretch.html
share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-synaescope.html
share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-templatematch.html
+share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-ttmlparse.html
+share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-ttmlrender.html
share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-tunnel.html
share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-twirl.html
share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-unalignedaudioparse.html
@@ -407,6 +414,7 @@ share/locale/es/LC_MESSAGES/gst-plugins-
share/locale/eu/LC_MESSAGES/gst-plugins-bad-1.0.mo
share/locale/fi/LC_MESSAGES/gst-plugins-bad-1.0.mo
share/locale/fr/LC_MESSAGES/gst-plugins-bad-1.0.mo
+share/locale/fur/LC_MESSAGES/gst-plugins-bad-1.0.mo
share/locale/gl/LC_MESSAGES/gst-plugins-bad-1.0.mo
share/locale/hr/LC_MESSAGES/gst-plugins-bad-1.0.mo
share/locale/hu/LC_MESSAGES/gst-plugins-bad-1.0.mo
Index: pkgsrc/multimedia/gst-plugins1-bad/distinfo
diff -u pkgsrc/multimedia/gst-plugins1-bad/distinfo:1.25 pkgsrc/multimedia/gst-plugins1-bad/distinfo:1.26
--- pkgsrc/multimedia/gst-plugins1-bad/distinfo:1.25 Fri Mar 17 08:40:42 2017
+++ pkgsrc/multimedia/gst-plugins1-bad/distinfo Tue Sep 12 09:32:43 2017
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.25 2017/03/17 08:40:42 wiz Exp $
+$NetBSD: distinfo,v 1.26 2017/09/12 09:32:43 wiz Exp $
-SHA1 (gst-plugins-bad-1.10.4.tar.xz) = 97ac75ee92e37cdff75298cd98ce29b8b0c2b5c7
-RMD160 (gst-plugins-bad-1.10.4.tar.xz) = 6fac3eb972f81181f3b92ddf66a4aee32ab9ead0
-SHA512 (gst-plugins-bad-1.10.4.tar.xz) = 7760f989692f65b81227fdb6b752821876c3efa8370f9c809077af90178624028ba8ddbad695ab4923ddca686d83803722f86a71713a1fdcca9ce5b7e5d37461
-Size (gst-plugins-bad-1.10.4.tar.xz) = 4738824 bytes
-SHA1 (patch-configure) = 8ea9403361fb745ab7bc30c334bfb707a68b5bef
+SHA1 (gst-plugins-bad-1.12.2.tar.xz) = 30122eb814ef104b1242366e1fa3747dfc1ce389
+RMD160 (gst-plugins-bad-1.12.2.tar.xz) = 67349cf49ec97fdc812af5a55a73b2ecddf84175
+SHA512 (gst-plugins-bad-1.12.2.tar.xz) = 48c6acb7e1f58404c92371309ba7628c0f3e8ab4507ce0b3ceb56fea297a206ce8a0036cbbefdd54139996178eaa282ce463cb0fe05a5e1a457cce362b40b828
+Size (gst-plugins-bad-1.12.2.tar.xz) = 4702120 bytes
+SHA1 (patch-configure) = 4778c3e69ae101478201eeacdfdef73e3248752a
Index: pkgsrc/multimedia/gst-plugins1-bad/patches/patch-configure
diff -u pkgsrc/multimedia/gst-plugins1-bad/patches/patch-configure:1.6 pkgsrc/multimedia/gst-plugins1-bad/patches/patch-configure:1.7
--- pkgsrc/multimedia/gst-plugins1-bad/patches/patch-configure:1.6 Tue Jan 3 17:10:12 2017
+++ pkgsrc/multimedia/gst-plugins1-bad/patches/patch-configure Tue Sep 12 09:32:43 2017
@@ -1,20 +1,20 @@
-$NetBSD: patch-configure,v 1.6 2017/01/03 17:10:12 wiz Exp $
+$NetBSD: patch-configure,v 1.7 2017/09/12 09:32:43 wiz Exp $
Allow building with python 3.4-3.6.
Fix unportable test(1) operator.
---- configure.orig 2016-11-01 15:15:05.000000000 +0000
+--- configure.orig 2017-07-14 08:21:19.000000000 +0000
+++ configure
-@@ -24457,7 +24457,7 @@ fi
+@@ -24392,7 +24392,7 @@ fi
# Find any Python interpreter.
if test -z "$PYTHON"; then
-- for ac_prog in python python2 python3 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.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
-@@ -35284,7 +35284,7 @@ fi
+@@ -35001,7 +35001,7 @@ fi
if test "x$HAVE_GL" = "xyes" -a "x$HAVE_GLES2" = "xyes"; then
GLES3_H_DEFINE=0
Index: pkgsrc/multimedia/gst-plugins1-base/Makefile.common
diff -u pkgsrc/multimedia/gst-plugins1-base/Makefile.common:1.22 pkgsrc/multimedia/gst-plugins1-base/Makefile.common:1.23
--- pkgsrc/multimedia/gst-plugins1-base/Makefile.common:1.22 Thu Mar 16 14:35:22 2017
+++ pkgsrc/multimedia/gst-plugins1-base/Makefile.common Tue Sep 12 09:32:43 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.22 2017/03/16 14:35:22 wiz Exp $
+# $NetBSD: Makefile.common,v 1.23 2017/09/12 09:32:43 wiz Exp $
#
# used by audio/gst-plugins1-alsa/Makefile
# used by audio/gst-plugins1-cdparanoia/Makefile
@@ -13,8 +13,8 @@
#
GST_PLUGINS1_TYPE= base
-GST_PLUGINS1_VER= 1.10.4
-BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.10.0
+GST_PLUGINS1_VER= 1.12.2
+BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.12.0
LICENSE= gnu-lgpl-v2
# Disable all drivers and features by default.
Index: pkgsrc/multimedia/gst-plugins1-base/PLIST
diff -u pkgsrc/multimedia/gst-plugins1-base/PLIST:1.8 pkgsrc/multimedia/gst-plugins1-base/PLIST:1.9
--- pkgsrc/multimedia/gst-plugins1-base/PLIST:1.8 Thu Dec 1 12:33:55 2016
+++ pkgsrc/multimedia/gst-plugins1-base/PLIST Tue Sep 12 09:32:43 2017
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.8 2016/12/01 12:33:55 martin Exp $
+@comment $NetBSD: PLIST,v 1.9 2017/09/12 09:32:43 wiz Exp $
bin/gst-device-monitor-1.0
bin/gst-discoverer-1.0
bin/gst-play-1.0
include/gstreamer-1.0/gst/allocators/allocators.h
include/gstreamer-1.0/gst/allocators/gstdmabuf.h
include/gstreamer-1.0/gst/allocators/gstfdmemory.h
+include/gstreamer-1.0/gst/app/app-enumtypes.h
include/gstreamer-1.0/gst/app/app.h
include/gstreamer-1.0/gst/app/gstappsink.h
include/gstreamer-1.0/gst/app/gstappsrc.h
@@ -77,6 +78,7 @@ include/gstreamer-1.0/gst/sdp/gstsdpmess
include/gstreamer-1.0/gst/sdp/sdp.h
include/gstreamer-1.0/gst/tag/gsttagdemux.h
include/gstreamer-1.0/gst/tag/gsttagmux.h
+include/gstreamer-1.0/gst/tag/tag-enumtypes.h
include/gstreamer-1.0/gst/tag/tag.h
include/gstreamer-1.0/gst/tag/xmpwriter.h
include/gstreamer-1.0/gst/video/colorbalance.h
@@ -126,8 +128,10 @@ lib/gstreamer-1.0/libgstaudioconvert.la
lib/gstreamer-1.0/libgstaudiorate.la
lib/gstreamer-1.0/libgstaudioresample.la
lib/gstreamer-1.0/libgstaudiotestsrc.la
-lib/gstreamer-1.0/libgstencodebin.la
+lib/gstreamer-1.0/libgstencoding.la
+lib/gstreamer-1.0/libgstpbtypes.la
lib/gstreamer-1.0/libgstplayback.la
+lib/gstreamer-1.0/libgstrawparse.la
lib/gstreamer-1.0/libgstsubparse.la
lib/gstreamer-1.0/libgsttcp.la
lib/gstreamer-1.0/libgsttypefindfunctions.la
@@ -162,91 +166,91 @@ lib/pkgconfig/gstreamer-video-1.0.pc
man/man1/gst-device-monitor-1.0.1
man/man1/gst-discoverer-1.0.1
man/man1/gst-play-1.0.1
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/GstAudioBaseSink.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/GstAudioBaseSrc.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/GstAudioCdSrc.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/GstAudioClock.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/GstAudioDecoder.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/GstAudioEncoder.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/GstAudioFilter.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/GstAudioRingBuffer.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/GstAudioSink.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/GstAudioSrc.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/GstColorBalance.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/GstColorBalanceChannel.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/GstDiscoverer.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/GstEncodingProfile.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/GstNavigation.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/GstRTPBaseAudioPayload.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/GstRTPBaseDepayload.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/GstRTPBasePayload.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/GstStreamVolume.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/GstVideoDirection.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/GstVideoFilter.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/GstVideoOrientation.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/GstVideoOverlay.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/GstVideoSink.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/annotation-glossary.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/api-index-deprecated.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/api-index-full.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/compiling.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-1.0.devhelp2
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-Audio-channels.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-Codec-utilities.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-Descriptions.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstAudio-IEC61937.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstAudio.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstAudioConverter.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstAudioDownmixMeta.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstAudioQuantize.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstExiftag.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstFFT.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstFFTF32.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstFFTF64.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstFFTS16.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstFFTS32.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstMIKEYMessage.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRTCPBuffer.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRTPBuffer.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRTPPayloadInfo.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRTSPConnection.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRTSPExtension.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRTSPMessage.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRTSPRange.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRTSPTimeRange.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRTSPUrl.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRtphdrext.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRtspdefs.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstSDPMessage.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstTagDemux.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstTagMux.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstTagXmpWriter.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoAlignment.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoChroma.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDecoder.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDither.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoEncoder.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoOverlayRectangle.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoPool.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoResampler.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoScaler.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVorbisTag.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstXmptag.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-ID3-tag-utils.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-ISO-639-lang-mappings.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-Install-plugins.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-Licenses.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-Missing-plugins.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-Pbutils.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-Riff-utilities.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-Tags.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-Version.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsink.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsrc.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-dmabuf.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-encoding-profile.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-fdmemory.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiobasesink.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiobasesrc.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiocdsrc.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiochannels.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioclock.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiodecoder.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioencoder.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiofilter.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioiec61937.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiometa.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioringbuffer.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiosink.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiosrc.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstcolorbalance.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstcolorbalancechannel.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstdiscoverer.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfft.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfftf32.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfftf64.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstffts16.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstffts32.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutils.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilscodecutils.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsdescriptions.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsinstallplugins.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsmissingplugins.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpluginsbaseversion.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstriff.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbaseaudiopayload.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbasedepayload.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbasepayload.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbuffer.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtphdrext.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtppayloads.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspconnection.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspextension.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspmessage.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsprange.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsptransport.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspurl.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstsdpmessage.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gststreamvolume.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttag.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagdemux.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagexif.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagid3.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttaglanguagecodes.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttaglicenses.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagmux.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagvorbis.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagxmp.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagxmpwriter.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoaffinetransformationmeta.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideodirection.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideofilter.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideometa.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoorientation.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideooverlay.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideooverlaycomposition.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideosink.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoutils.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gstreamer-allocators.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gstreamer-app.html
@@ -324,6 +328,7 @@ share/doc/gst-plugins-0.10/gst-plugins-b
share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-opus.html
share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-pango.html
share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-playback.html
+share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-rawparse.html
share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-subparse.html
share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-tcp.html
share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-theora.html
@@ -336,6 +341,8 @@ share/doc/gst-plugins-0.10/gst-plugins-b
share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-vorbis.html
share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-ximagesink.html
share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-xvimagesink.html
+share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-rawaudioparse.html
+share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-rawvideoparse.html
share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-socketsrc.html
share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ssaparse.html
share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-streamsynchronizer.html
@@ -351,6 +358,8 @@ share/doc/gst-plugins-0.10/gst-plugins-b
share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoraenc.html
share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoraparse.html
share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-timeoverlay.html
+share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-unalignedaudioparse.html
+share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-unalignedvideoparse.html
share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-uridecodebin.html
share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-urisourcebin.html
share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videoconvert.html
@@ -398,6 +407,7 @@ share/locale/es/LC_MESSAGES/gst-plugins-
share/locale/eu/LC_MESSAGES/gst-plugins-base-1.0.mo
share/locale/fi/LC_MESSAGES/gst-plugins-base-1.0.mo
share/locale/fr/LC_MESSAGES/gst-plugins-base-1.0.mo
+share/locale/fur/LC_MESSAGES/gst-plugins-base-1.0.mo
share/locale/gl/LC_MESSAGES/gst-plugins-base-1.0.mo
share/locale/hr/LC_MESSAGES/gst-plugins-base-1.0.mo
share/locale/hu/LC_MESSAGES/gst-plugins-base-1.0.mo
Index: pkgsrc/multimedia/gst-plugins1-base/distinfo
diff -u pkgsrc/multimedia/gst-plugins1-base/distinfo:1.26 pkgsrc/multimedia/gst-plugins1-base/distinfo:1.27
--- pkgsrc/multimedia/gst-plugins1-base/distinfo:1.26 Thu Mar 16 14:35:22 2017
+++ pkgsrc/multimedia/gst-plugins1-base/distinfo Tue Sep 12 09:32:43 2017
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.26 2017/03/16 14:35:22 wiz Exp $
+$NetBSD: distinfo,v 1.27 2017/09/12 09:32:43 wiz Exp $
-SHA1 (gst-plugins-base-1.10.4.tar.xz) = c6749d515d49373f2e04e7a87f5fc5bcfa16d7ef
-RMD160 (gst-plugins-base-1.10.4.tar.xz) = 734478e19c325454699a09ab3eae3cf29d2d050c
-SHA512 (gst-plugins-base-1.10.4.tar.xz) = 7d4777c810d146d99fd7973b9f0f5cb510050c8d8d11514cefb57c3d4c39073ec834f6cb1d490d5715a4a146c3c06f3bb7538c2b03c053e05fa2cbe0f796c2e5
-Size (gst-plugins-base-1.10.4.tar.xz) = 3059368 bytes
-SHA1 (patch-configure) = 28773601dba2c4897db32557ce8e1424f3b0a5a8
+SHA1 (gst-plugins-base-1.12.2.tar.xz) = cd2ce016280404606f1490194ceeee43c434ef08
+RMD160 (gst-plugins-base-1.12.2.tar.xz) = 02c35832d23c551fdd5d843ffa58ecf1c6d617c7
+SHA512 (gst-plugins-base-1.12.2.tar.xz) = 628b98ec6a81c6726c74b9936b2df1bd23d55a8f64dffb683fbe62b917fa3fb8c69bfb264aa0099e6e3549ca91e92ce0f8dd8dfc4ca1de4764aef9a978c862c8
+Size (gst-plugins-base-1.12.2.tar.xz) = 3114184 bytes
+SHA1 (patch-configure) = 178ddf7f0a655cb3476d5e86267f67c9d26fe79f
Index: pkgsrc/multimedia/gst-plugins1-base/patches/patch-configure
diff -u pkgsrc/multimedia/gst-plugins1-base/patches/patch-configure:1.2 pkgsrc/multimedia/gst-plugins1-base/patches/patch-configure:1.3
--- pkgsrc/multimedia/gst-plugins1-base/patches/patch-configure:1.2 Tue Jan 3 17:10:12 2017
+++ pkgsrc/multimedia/gst-plugins1-base/patches/patch-configure Tue Sep 12 09:32:44 2017
@@ -1,14 +1,14 @@
-$NetBSD: patch-configure,v 1.2 2017/01/03 17:10:12 wiz Exp $
+$NetBSD: patch-configure,v 1.3 2017/09/12 09:32:44 wiz Exp $
Allow building with python 3.4-3.6.
---- configure.orig 2016-01-20 09:26:54.000000000 +0000
+--- configure.orig 2017-07-14 08:18:11.000000000 +0000
+++ configure
-@@ -21882,7 +21882,7 @@ fi
+@@ -22540,7 +22540,7 @@ fi
# Find any Python interpreter.
if test -z "$PYTHON"; then
-- for ac_prog in python python2 python3 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.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.
Index: pkgsrc/multimedia/gst-plugins1-good/Makefile.common
diff -u pkgsrc/multimedia/gst-plugins1-good/Makefile.common:1.24 pkgsrc/multimedia/gst-plugins1-good/Makefile.common:1.25
--- pkgsrc/multimedia/gst-plugins1-good/Makefile.common:1.24 Thu Mar 16 14:35:23 2017
+++ pkgsrc/multimedia/gst-plugins1-good/Makefile.common Tue Sep 12 09:32:44 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.24 2017/03/16 14:35:23 wiz Exp $
+# $NetBSD: Makefile.common,v 1.25 2017/09/12 09:32:44 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.10.4
+GST_PLUGINS1_VER= 1.12.2
# Disable all drivers and features by default.
.for driver in aalib \
@@ -46,7 +46,7 @@ CONFIGURE_ARGS+= --disable-${driver}
.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.10.0
+BUILDLINK_API_DEPENDS.gst-plugins1-base+= gst-plugins1-base>=1.12.0
.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.10.0
+BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.12.0
.include "../../multimedia/gstreamer1/buildlink3.mk"
Index: pkgsrc/multimedia/gst-plugins1-good/PLIST
diff -u pkgsrc/multimedia/gst-plugins1-good/PLIST:1.6 pkgsrc/multimedia/gst-plugins1-good/PLIST:1.7
--- pkgsrc/multimedia/gst-plugins1-good/PLIST:1.6 Wed Nov 16 12:08:25 2016
+++ pkgsrc/multimedia/gst-plugins1-good/PLIST Tue Sep 12 09:32:44 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2016/11/16 12:08:25 wiz Exp $
+@comment $NetBSD: PLIST,v 1.7 2017/09/12 09:32:44 wiz Exp $
lib/gstreamer-1.0/libgstalaw.la
lib/gstreamer-1.0/libgstalpha.la
lib/gstreamer-1.0/libgstalphacolor.la
@@ -203,7 +203,7 @@ share/doc/gst-plugins-0.10/gst-plugins-g
share/doc/gst-plugins-0.10/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-rtpmanager.html
share/doc/gst-plugins-0.10/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-rtsp.html
share/doc/gst-plugins-0.10/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-shapewipe.html
-share/doc/gst-plugins-0.10/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-shout2send.html
+share/doc/gst-plugins-0.10/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-shout2.html
share/doc/gst-plugins-0.10/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-smpte.html
share/doc/gst-plugins-0.10/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-soup.html
share/doc/gst-plugins-0.10/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-spectrum.html
@@ -409,6 +409,7 @@ share/locale/es/LC_MESSAGES/gst-plugins-
share/locale/eu/LC_MESSAGES/gst-plugins-good-1.0.mo
share/locale/fi/LC_MESSAGES/gst-plugins-good-1.0.mo
share/locale/fr/LC_MESSAGES/gst-plugins-good-1.0.mo
+share/locale/fur/LC_MESSAGES/gst-plugins-good-1.0.mo
share/locale/gl/LC_MESSAGES/gst-plugins-good-1.0.mo
share/locale/hr/LC_MESSAGES/gst-plugins-good-1.0.mo
share/locale/hu/LC_MESSAGES/gst-plugins-good-1.0.mo
Index: pkgsrc/multimedia/gst-plugins1-good/distinfo
diff -u pkgsrc/multimedia/gst-plugins1-good/distinfo:1.31 pkgsrc/multimedia/gst-plugins1-good/distinfo:1.32
--- pkgsrc/multimedia/gst-plugins1-good/distinfo:1.31 Thu Mar 16 14:35:23 2017
+++ pkgsrc/multimedia/gst-plugins1-good/distinfo Tue Sep 12 09:32:44 2017
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.31 2017/03/16 14:35:23 wiz Exp $
+$NetBSD: distinfo,v 1.32 2017/09/12 09:32:44 wiz Exp $
-SHA1 (gst-plugins-good-1.10.4.tar.xz) = 6ff3f3a7facae861c7687f27055fd9ced7c7fe10
-RMD160 (gst-plugins-good-1.10.4.tar.xz) = 7e9bf4d0f477723931181e8b064b660227e301c4
-SHA512 (gst-plugins-good-1.10.4.tar.xz) = 842c77a41ead43f157a1e2d4cfeec745caefbc5ee2c6658fa6699bd61dc97aeaaae000c053309ed5705fdf659d5bd41db8bc7bfe28c4f850b076fc8bb94c0135
-Size (gst-plugins-good-1.10.4.tar.xz) = 3420980 bytes
-SHA1 (patch-configure) = 3f51a3e795fca4a27954c4684d90cb66edc8dec9
+SHA1 (gst-plugins-good-1.12.2.tar.xz) = 081205af4998214b2ab9ad2772eaa9d0d3c61648
+RMD160 (gst-plugins-good-1.12.2.tar.xz) = 50b264be5f6ed2d150a940cf655a1020835868b6
+SHA512 (gst-plugins-good-1.12.2.tar.xz) = b83d63cf169521975e1358ca7ebe406392c887956a2f422813b7324c385bae058dc6797e1f2200294f9846ad831ce16650090f2acf946100b9a1d36963b4f163
+Size (gst-plugins-good-1.12.2.tar.xz) = 3490976 bytes
+SHA1 (patch-configure) = c8c87d95a361743a04c6902982bda209efe80c1b
Index: pkgsrc/multimedia/gst-plugins1-good/patches/patch-configure
diff -u pkgsrc/multimedia/gst-plugins1-good/patches/patch-configure:1.2 pkgsrc/multimedia/gst-plugins1-good/patches/patch-configure:1.3
--- pkgsrc/multimedia/gst-plugins1-good/patches/patch-configure:1.2 Wed Jan 4 07:14:36 2017
+++ pkgsrc/multimedia/gst-plugins1-good/patches/patch-configure Tue Sep 12 09:32:44 2017
@@ -1,14 +1,14 @@
-$NetBSD: patch-configure,v 1.2 2017/01/04 07:14:36 wiz Exp $
+$NetBSD: patch-configure,v 1.3 2017/09/12 09:32:44 wiz Exp $
Allow building with python 3.4-3.6.
---- configure.orig 2016-01-20 09:28:06.000000000 +0000
+--- configure.orig 2017-07-14 08:19:40.000000000 +0000
+++ configure
-@@ -22621,7 +22621,7 @@ fi
+@@ -23303,7 +23303,7 @@ fi
# Find any Python interpreter.
if test -z "$PYTHON"; then
-- for ac_prog in python python2 python3 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.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.
Index: pkgsrc/multimedia/gst-plugins1-ugly/Makefile.common
diff -u pkgsrc/multimedia/gst-plugins1-ugly/Makefile.common:1.21 pkgsrc/multimedia/gst-plugins1-ugly/Makefile.common:1.22
--- pkgsrc/multimedia/gst-plugins1-ugly/Makefile.common:1.21 Thu Mar 16 14:35:23 2017
+++ pkgsrc/multimedia/gst-plugins1-ugly/Makefile.common Tue Sep 12 09:32:44 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.21 2017/03/16 14:35:23 wiz Exp $
+# $NetBSD: Makefile.common,v 1.22 2017/09/12 09:32:44 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.10.4
+GST_PLUGINS1_VER= 1.12.2
# Disable all drivers and features by default.
.for driver in a52dec \
@@ -23,9 +23,9 @@ GST_PLUGINS1_VER= 1.10.4
CONFIGURE_ARGS+= --disable-${driver}
.endfor
-BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.10.0
-BUILDLINK_API_DEPENDS.gst-plugins1-base+= gst-plugins1-base>=1.10.0
-
+BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.12.0
+.include "../../multimedia/gstreamer1/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gst-plugins1-base+= gst-plugins1-base>=1.12.0
.include "../../multimedia/gst-plugins1-base/plugins.mk"
.include "../../devel/orc/buildlink3.mk"
.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
Index: pkgsrc/multimedia/gst-plugins1-ugly/PLIST
diff -u pkgsrc/multimedia/gst-plugins1-ugly/PLIST:1.4 pkgsrc/multimedia/gst-plugins1-ugly/PLIST:1.5
--- pkgsrc/multimedia/gst-plugins1-ugly/PLIST:1.4 Fri Apr 15 14:20:00 2016
+++ pkgsrc/multimedia/gst-plugins1-ugly/PLIST Tue Sep 12 09:32:44 2017
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.4 2016/04/15 14:20:00 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2017/09/12 09:32:44 wiz Exp $
lib/gstreamer-1.0/libgstasf.la
lib/gstreamer-1.0/libgstdvdlpcmdec.la
lib/gstreamer-1.0/libgstdvdsub.la
-lib/gstreamer-1.0/libgstrmdemux.la
+lib/gstreamer-1.0/libgstrealmedia.la
lib/gstreamer-1.0/libgstxingmux.la
share/doc/gst-plugins-0.10/gst-plugins-ugly-plugins-1.0/ch01.html
share/doc/gst-plugins-0.10/gst-plugins-ugly-plugins-1.0/ch02.html
@@ -13,7 +13,6 @@ share/doc/gst-plugins-0.10/gst-plugins-u
share/doc/gst-plugins-0.10/gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-amrwbdec.html
share/doc/gst-plugins-0.10/gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-cdiocddasrc.html
share/doc/gst-plugins-0.10/gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-lamemp3enc.html
-share/doc/gst-plugins-0.10/gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-mad.html
share/doc/gst-plugins-0.10/gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-mpg123audiodec.html
share/doc/gst-plugins-0.10/gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-plugin-a52dec.html
share/doc/gst-plugins-0.10/gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-plugin-amrnb.html
@@ -24,7 +23,6 @@ share/doc/gst-plugins-0.10/gst-plugins-u
share/doc/gst-plugins-0.10/gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-plugin-dvdread.html
share/doc/gst-plugins-0.10/gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-plugin-dvdsub.html
share/doc/gst-plugins-0.10/gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-plugin-lame.html
-share/doc/gst-plugins-0.10/gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-plugin-mad.html
share/doc/gst-plugins-0.10/gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-plugin-mpeg2dec.html
share/doc/gst-plugins-0.10/gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-plugin-mpg123.html
share/doc/gst-plugins-0.10/gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-plugin-realmedia.html
@@ -63,6 +61,7 @@ share/locale/es/LC_MESSAGES/gst-plugins-
share/locale/eu/LC_MESSAGES/gst-plugins-ugly-1.0.mo
share/locale/fi/LC_MESSAGES/gst-plugins-ugly-1.0.mo
share/locale/fr/LC_MESSAGES/gst-plugins-ugly-1.0.mo
+share/locale/fur/LC_MESSAGES/gst-plugins-ugly-1.0.mo
share/locale/gl/LC_MESSAGES/gst-plugins-ugly-1.0.mo
share/locale/hr/LC_MESSAGES/gst-plugins-ugly-1.0.mo
share/locale/hu/LC_MESSAGES/gst-plugins-ugly-1.0.mo
Index: pkgsrc/multimedia/gst-plugins1-ugly/distinfo
diff -u pkgsrc/multimedia/gst-plugins1-ugly/distinfo:1.26 pkgsrc/multimedia/gst-plugins1-ugly/distinfo:1.27
--- pkgsrc/multimedia/gst-plugins1-ugly/distinfo:1.26 Tue Mar 21 08:00:26 2017
+++ pkgsrc/multimedia/gst-plugins1-ugly/distinfo Tue Sep 12 09:32:44 2017
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.26 2017/03/21 08:00:26 snj Exp $
+$NetBSD: distinfo,v 1.27 2017/09/12 09:32:44 wiz Exp $
-SHA1 (gst-plugins-ugly-1.10.4.tar.xz) = a01ab3ac71bdd0d52e4a120349a8f26fde48f317
-RMD160 (gst-plugins-ugly-1.10.4.tar.xz) = f47d6fd3dfed385fdd9e389c6b7f23e856c31c15
-SHA512 (gst-plugins-ugly-1.10.4.tar.xz) = 7d8d47c7d5c3bfc7ae549abb6ee7f3812b9a46c114057d42eed46af03c6f1354d9190df9ba58ac810251dab87f95d128c754209961e3b62f5aa7bd9d88836cb6
-Size (gst-plugins-ugly-1.10.4.tar.xz) = 908424 bytes
-SHA1 (patch-configure) = 4bba5af550b211d45533ee001fb1bc77bcfa6213
+SHA1 (gst-plugins-ugly-1.12.2.tar.xz) = 324165547e06e3fe6e93dc48f1744fc9310a0c0f
+RMD160 (gst-plugins-ugly-1.12.2.tar.xz) = ff59d4ae5c89cd565c98b2ff00d86d10ea9d51b1
+SHA512 (gst-plugins-ugly-1.12.2.tar.xz) = bd8100a369096ac184d2b43a48faf62a02011595d028bea1cbb39b119013bc2534d61da869a28d8955ca50fb9027ea32e599d8efd134ebc377df5789c639c194
+Size (gst-plugins-ugly-1.12.2.tar.xz) = 902560 bytes
+SHA1 (patch-configure) = f8fcbcebcb55334ba66c22076d6d01382444c930
Index: pkgsrc/multimedia/gst-plugins1-ugly/patches/patch-configure
diff -u pkgsrc/multimedia/gst-plugins1-ugly/patches/patch-configure:1.2 pkgsrc/multimedia/gst-plugins1-ugly/patches/patch-configure:1.3
--- pkgsrc/multimedia/gst-plugins1-ugly/patches/patch-configure:1.2 Tue Jan 3 17:10:12 2017
+++ pkgsrc/multimedia/gst-plugins1-ugly/patches/patch-configure Tue Sep 12 09:32:44 2017
@@ -1,14 +1,14 @@
-$NetBSD: patch-configure,v 1.2 2017/01/03 17:10:12 wiz Exp $
+$NetBSD: patch-configure,v 1.3 2017/09/12 09:32:44 wiz Exp $
Allow building with python 3.4-3.6.
---- configure.orig 2016-01-20 09:30:59.000000000 +0000
+--- configure.orig 2017-07-14 08:23:30.000000000 +0000
+++ configure
-@@ -21633,7 +21633,7 @@ fi
+@@ -22295,7 +22295,7 @@ fi
# Find any Python interpreter.
if test -z "$PYTHON"; then
-- for ac_prog in python python2 python3 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.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.
Index: pkgsrc/multimedia/gstreamer1/Makefile
diff -u pkgsrc/multimedia/gstreamer1/Makefile:1.31 pkgsrc/multimedia/gstreamer1/Makefile:1.32
--- pkgsrc/multimedia/gstreamer1/Makefile:1.31 Wed Aug 16 20:21:11 2017
+++ pkgsrc/multimedia/gstreamer1/Makefile Tue Sep 12 09:32:44 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2017/08/16 20:21:11 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2017/09/12 09:32:44 wiz Exp $
-DISTNAME= gstreamer-1.10.4
+DISTNAME= gstreamer-1.12.2
PKGNAME= ${DISTNAME:S/gstreamer/gstreamer1/}
CATEGORIES= multimedia
MASTER_SITES= https://gstreamer.freedesktop.org/src/gstreamer/
Index: pkgsrc/multimedia/gstreamer1/PLIST
diff -u pkgsrc/multimedia/gstreamer1/PLIST:1.9 pkgsrc/multimedia/gstreamer1/PLIST:1.10
--- pkgsrc/multimedia/gstreamer1/PLIST:1.9 Thu Dec 1 11:08:56 2016
+++ pkgsrc/multimedia/gstreamer1/PLIST Tue Sep 12 09:32:44 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2016/12/01 11:08:56 martin Exp $
+@comment $NetBSD: PLIST,v 1.10 2017/09/12 09:32:44 wiz Exp $
bin/gst-inspect-1.0
bin/gst-launch-1.0
bin/gst-stats-1.0
@@ -18,7 +18,10 @@ include/gstreamer-1.0/gst/base/gstflowco
include/gstreamer-1.0/gst/base/gstpushsrc.h
include/gstreamer-1.0/gst/base/gstqueuearray.h
include/gstreamer-1.0/gst/base/gsttypefindhelper.h
+include/gstreamer-1.0/gst/controller/controller-enumtypes.h
+include/gstreamer-1.0/gst/controller/gstproxycontrolbinding.h
include/gstreamer-1.0/gst/gstconfig.h
+include/gstreamer-1.0/gst/gstdynamictypefactory.h
include/gstreamer-1.0/gst/gststreamcollection.h
include/gstreamer-1.0/gst/gststreams.h
include/gstreamer-1.0/gst/gsttracer.h
@@ -131,16 +134,17 @@ lib/pkgconfig/gstreamer-base-1.0.pc
${PLIST.gstcheck}lib/pkgconfig/gstreamer-check-1.0.pc
lib/pkgconfig/gstreamer-controller-1.0.pc
lib/pkgconfig/gstreamer-net-1.0.pc
+libexec/gstreamer-1.0/gst-completion-helper
libexec/gstreamer-1.0/gst-plugin-scanner
libexec/gstreamer-1.0/gst-ptp-helper
man/man1/gst-inspect-1.0.1
man/man1/gst-launch-1.0.1
+man/man1/gst-stats-1.0.1
man/man1/gst-typefind-1.0.1
share/aclocal/gst-element-check-1.0.m4
share/bash-completion/completions/gst-inspect-1.0
share/bash-completion/completions/gst-launch-1.0
share/bash-completion/helpers/gst
-share/bash-completion/helpers/gst-completion-helper-1.0
${PLIST.introspection}share/gir-1.0/Gst-1.0.gir
${PLIST.introspection}share/gir-1.0/GstBase-1.0.gir
${PLIST.gstcheck}share/gir-1.0/GstCheck-1.0.gir
@@ -161,6 +165,7 @@ share/gtk-doc/html/gstreamer-1.0/GstCont
share/gtk-doc/html/gstreamer-1.0/GstControlSource.html
share/gtk-doc/html/gstreamer-1.0/GstDateTime.html
share/gtk-doc/html/gstreamer-1.0/GstDeviceProviderFactory.html
+share/gtk-doc/html/gstreamer-1.0/GstDynamicTypeFactory.html
share/gtk-doc/html/gstreamer-1.0/GstElement.html
share/gtk-doc/html/gstreamer-1.0/GstElementFactory.html
share/gtk-doc/html/gstreamer-1.0/GstEvent.html
@@ -277,6 +282,7 @@ share/gtk-doc/html/gstreamer-libs-1.0/gs
share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstNetAddressMeta.html
share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstNetControlMessageMeta.html
share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstNetTimePacket.html
+share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstProxyControlBinding.html
share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstQueueArray.html
share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstStreamConsistency.html
share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstTypeFindHelper.html
@@ -304,6 +310,7 @@ share/gtk-doc/html/gstreamer-plugins-1.0
share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-1.0.devhelp2
share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-capsfilter.html
share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-concat.html
+share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-dataurisrc.html
share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-downloadbuffer.html
share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fakesink.html
share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fakesrc.html
@@ -333,6 +340,7 @@ share/gtk-doc/html/gstreamer-plugins-1.0
share/gtk-doc/html/gstreamer-plugins-1.0/up-insensitive.png
share/gtk-doc/html/gstreamer-plugins-1.0/up.png
share/locale/af/LC_MESSAGES/gstreamer-1.0.mo
+share/locale/ast/LC_MESSAGES/gstreamer-1.0.mo
share/locale/az/LC_MESSAGES/gstreamer-1.0.mo
share/locale/be/LC_MESSAGES/gstreamer-1.0.mo
share/locale/bg/LC_MESSAGES/gstreamer-1.0.mo
@@ -347,6 +355,7 @@ share/locale/es/LC_MESSAGES/gstreamer-1.
share/locale/eu/LC_MESSAGES/gstreamer-1.0.mo
share/locale/fi/LC_MESSAGES/gstreamer-1.0.mo
share/locale/fr/LC_MESSAGES/gstreamer-1.0.mo
+share/locale/fur/LC_MESSAGES/gstreamer-1.0.mo
share/locale/gl/LC_MESSAGES/gstreamer-1.0.mo
share/locale/hr/LC_MESSAGES/gstreamer-1.0.mo
share/locale/hu/LC_MESSAGES/gstreamer-1.0.mo
Index: pkgsrc/multimedia/gstreamer1/distinfo
diff -u pkgsrc/multimedia/gstreamer1/distinfo:1.27 pkgsrc/multimedia/gstreamer1/distinfo:1.28
--- pkgsrc/multimedia/gstreamer1/distinfo:1.27 Thu Mar 16 14:35:23 2017
+++ pkgsrc/multimedia/gstreamer1/distinfo Tue Sep 12 09:32:44 2017
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.27 2017/03/16 14:35:23 wiz Exp $
+$NetBSD: distinfo,v 1.28 2017/09/12 09:32:44 wiz Exp $
-SHA1 (gstreamer-1.10.4.tar.xz) = 217f56f474b1a89fdd27c8025a3eee7a7cd13559
-RMD160 (gstreamer-1.10.4.tar.xz) = 60ebb42836c43713fec44880f5ac8ce24bcab5c7
-SHA512 (gstreamer-1.10.4.tar.xz) = 0e7468088d5d8e75b81f9b8349fdee9b774e2bdc2d31ba849a799d86dee5d4a19fa9443d8ee9dc8d9731299a9151657b6c94efc1149214807d0beea8cf42922f
-Size (gstreamer-1.10.4.tar.xz) = 3797376 bytes
-SHA1 (patch-configure) = d27574b11d6da0565304828e2fd7371e46b37e61
+SHA1 (gstreamer-1.12.2.tar.xz) = da4ff419e61049d33a699061936e47069a1bcdce
+RMD160 (gstreamer-1.12.2.tar.xz) = 2356e896baac420da26af4737a36bf27fba4c917
+SHA512 (gstreamer-1.12.2.tar.xz) = 5d992a3727dc53478fd895d3c88ebdafcb6d5d0191a5ec8098ac5fe821e4f3c83451b4b1b089f08db0ed2475a97d3f1fcd1282581bcd106cf655914463891a5e
+Size (gstreamer-1.12.2.tar.xz) = 3172260 bytes
+SHA1 (patch-configure) = b8cfec36db1eca0047f457bff68bab322386721a
SHA1 (patch-plugins_tracers_gstrusage.c) = 36ab41bc208cd9146bed3208f56eb332f2535591
Index: pkgsrc/multimedia/gstreamer1/patches/patch-configure
diff -u pkgsrc/multimedia/gstreamer1/patches/patch-configure:1.2 pkgsrc/multimedia/gstreamer1/patches/patch-configure:1.3
--- pkgsrc/multimedia/gstreamer1/patches/patch-configure:1.2 Tue Jan 3 17:10:13 2017
+++ pkgsrc/multimedia/gstreamer1/patches/patch-configure Tue Sep 12 09:32:44 2017
@@ -1,14 +1,14 @@
-$NetBSD: patch-configure,v 1.2 2017/01/03 17:10:13 wiz Exp $
+$NetBSD: patch-configure,v 1.3 2017/09/12 09:32:44 wiz Exp $
Allow python 3.4-3.6.
---- configure.orig 2016-11-01 15:08:55.000000000 +0000
+--- configure.orig 2017-07-14 08:15:22.000000000 +0000
+++ configure
-@@ -23982,7 +23982,7 @@ fi
+@@ -23345,7 +23345,7 @@ fi
# Find any Python interpreter.
if test -z "$PYTHON"; then
-- for ac_prog in python python2 python3 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.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.
Index: pkgsrc/net/gst-plugins1-libnice/Makefile
diff -u pkgsrc/net/gst-plugins1-libnice/Makefile:1.24 pkgsrc/net/gst-plugins1-libnice/Makefile:1.25
--- pkgsrc/net/gst-plugins1-libnice/Makefile:1.24 Sat Apr 22 21:03:49 2017
+++ pkgsrc/net/gst-plugins1-libnice/Makefile Tue Sep 12 09:32:44 2017
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2017/04/22 21:03:49 adam Exp $
+# $NetBSD: Makefile,v 1.25 2017/09/12 09:32:44 wiz Exp $
PKGNAME= gst-plugins1-${DISTNAME}
-PKGREVISION= 1
COMMENT+= (gstreamer plugin)
CONFIGURE_ARGS+= --with-gstreamer
Index: pkgsrc/net/gst-plugins1-soup/Makefile
diff -u pkgsrc/net/gst-plugins1-soup/Makefile:1.17 pkgsrc/net/gst-plugins1-soup/Makefile:1.18
--- pkgsrc/net/gst-plugins1-soup/Makefile:1.17 Sat Apr 22 21:03:49 2017
+++ pkgsrc/net/gst-plugins1-soup/Makefile Tue Sep 12 09:32:44 2017
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2017/04/22 21:03:49 adam Exp $
+# $NetBSD: Makefile,v 1.18 2017/09/12 09:32:44 wiz Exp $
GST_PLUGINS1_NAME= soup
GST_PLUGINS1_DIRS= ext/soup
-PKGREVISION= 1
.include "../../multimedia/gst-plugins1-good/Makefile.common"
.include "../../net/libsoup/buildlink3.mk"
Index: pkgsrc/net/gst-plugins1-soup/PLIST
diff -u pkgsrc/net/gst-plugins1-soup/PLIST:1.1 pkgsrc/net/gst-plugins1-soup/PLIST:1.2
--- pkgsrc/net/gst-plugins1-soup/PLIST:1.1 Wed Apr 10 11:01:23 2013
+++ pkgsrc/net/gst-plugins1-soup/PLIST Tue Sep 12 09:32:44 2017
@@ -1,2 +1,2 @@
-@comment $NetBSD: PLIST,v 1.1 2013/04/10 11:01:23 drochner Exp $
-lib/gstreamer-1.0/libgstsouphttpsrc.la
+@comment $NetBSD: PLIST,v 1.2 2017/09/12 09:32:44 wiz Exp $
+lib/gstreamer-1.0/libgstsoup.la
Home |
Main Index |
Thread Index |
Old Index