library dependency to be tracked properly. even though it's
dlopen(3)'d not linked directly, we still need to make sure the
package is compatible with the library.
it will show as Extra in lib-depends-check, that's not important
(but add a comment to make sure people don't think it can be removed).
pointed out by jakemsr and discussed with brad and espie.
so it isn't a WANTLIB. Therefore the LIB_DEPENDS entry for multimedia/xvidcore
gets stripped out of the packing list at package build time. This means that
A) the dependency isn't pulled in directly (though as it's provided by other
deps the package does work OK) and B) print-package-signature doesn't
match pkg_info -S, triggering unnecessary rebuilds with dpb -R.
Move xvidcore from LIB_DEPENDS to BUILD+RUN_DEPENDS to fix this.
From Nigel Taylor.
BBC changed things in Dec 2010 to require a TLS connection with an Apple-
signed client certificate present in Apple iOS devices. As a result
iplayer-dl is no longer useful, so remove the port.
(get_iplayer is an alternative which uses the RTMP streams intended
for the Flash player instead).
* hlsdemux: Add HTTP live streaming parser/demuxer element
* new elements: h263parse, zebrastripe, patchdetect
* scenechange: new scene change detection element
* removed audioparsersbad plugin
* make opencv plugin work with OpenCV 2.2
* countless (still experimental) camerabin2 fixes and improvements
* experimental VP8 RTP payloader/depayloader (RTP payloading not finalised yet)
* curlsink: add libcurl-based sink element (acts as client, not server)
* decklink: add decklink plugin
* linsys: add plugin for Linear Systems SDI boards
* sdi: add raw SDI muxing/demuxing elements
* camerabin now relies on muxers to mux based on running time
* amrparse, aacparse, ac3parse, flacparse, mpegaudioparse, dcaparse audio parsers
* muxers now mux based on running time
* ISO MP4 muxers: mp4mux/3gppmux/qtmux/mj2mux
* new matroskaparse element
* new v4l2radio element
* rtpsession: support RTCP Early Feedback (the AVPF profile)
* support for 16-bit-per-component video formats
* playbin2 fixes and improvements for custom and non-raw sinks
* oggmux muxes based on running time now
* new parser base class: GstBaseParse
* new core element: funnel
* OSX multi-arch fixes
* new QoS type for QoS events
* new progress message API to notify applications of asynchronous operations
- Merge in a whole bunch of various fixes from upstream and add
comments for the existing fixes which didn't have a comment in
the patch.
From Brad; OK sthen@