Commit Graph

799 Commits

Author SHA1 Message Date
sthen
389677daa5 transcode does dlopen(libxvidcore) at runtime rather than link against it,
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.
2011-06-15 18:11:16 +00:00
ajacoutot
d9768049fa Typo. 2011-06-15 12:41:33 +00:00
jasper
4e8b5e5ec5 set EPOCH 2011-06-13 15:34:49 +00:00
dcoppa
7efc853e6c Eliminate use of old FFmpeg APIs.
OK myself, sthen@
2011-06-13 08:10:01 +00:00
rpointel
d9c94aa811 bump after default python version switch 2011-06-08 18:15:28 +00:00
kili
a2120b3378 Doh, can zap --disable-silent-rules here, too.
My grep skills suffer today.
2011-06-02 17:35:47 +00:00
sthen
ecccbb4dc8 iplayer-dl used the BBC's iPhone streams to download programmes; however
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).
2011-05-28 20:51:38 +00:00
sthen
dfd6bc277a Move get_iplayer to a self-packaged tarball from git upstream, fixes include:
- ensure correct file extension is used if certain modes fail
- convert AAC radio recordings to m4a format with metadata tags
2011-05-28 20:42:17 +00:00
ajacoutot
81c428a12d Redirect the glib-compile-schemas goo stdout to /dev/null, no need to
be chatty here.
2011-05-28 08:15:33 +00:00
ajacoutot
046ca732e1 Err, revert previous, it breaks backward compat with libmms. This change
cannot make it before 0.11.
2011-05-27 09:48:30 +00:00
ajacoutot
85328464c4 Set autoconf version to 2.68 (was hanging in my local tree for weeks). 2011-05-27 09:03:14 +00:00
ajacoutot
b001534687 Fix an out of range when connection speed set to "Intranet/LAN". 2011-05-27 09:01:55 +00:00
ajacoutot
e288a13063 Rework patches and adapt comment about our monotonic clock support. 2011-05-24 09:10:23 +00:00
ajacoutot
600f3e1a95 Update to gstreamer-plugins-bad-0.10.22.
* 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
2011-05-15 08:32:37 +00:00
ajacoutot
a5d336102d Update to gstreamer-plugins-ugly-0.10.18.
* x264enc: allow changing bitrate and quantizers dynamically at runtime
* x264enc: proxy downstream caps restrictions upstream via get_caps()
* lamemp3enc: proxy downstream rate/channels restrictions upstream via get_caps()
2011-05-15 08:32:23 +00:00
ajacoutot
6e8e7fd56a Update to gstreamer-plugins-good-0.10.29.
* 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)
2011-05-15 08:32:09 +00:00
ajacoutot
22cbe46e8c Update to gstreamer-plugins-base-0.10.34.
* 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
2011-05-15 08:31:48 +00:00
ajacoutot
877e8a23be Update to gstreamer-0.10.34.
* 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
2011-05-15 08:31:32 +00:00
dcoppa
6b929c59fb - Get rid of the use of libtool's -tag=disable-static.
- 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@
2011-05-11 09:05:54 +00:00
sthen
f5f770166b change a particularly annoying progress bar to fit in 80 columns so
it doesn't wrap and spew all over the console.
2011-05-08 20:48:10 +00:00
jasper
8f29c06fe1 - we have nearbyintf() in libm now 2011-04-28 18:38:40 +00:00
ajacoutot
9413dc5c08 Regen dependencies after recent updates: drop eggdbus dependency.
(this will also fix a symbol conflict between libeggdbus and glib2)

ok jasper@
2011-04-28 13:10:57 +00:00
ajacoutot
43c5044259 Set proper AUTOCONF_VERSION, from Brad. 2011-04-28 09:57:01 +00:00
ajacoutot
bafecdf4fb Update to gstreamermm-0.10.9.1. 2011-04-27 18:36:04 +00:00
eric
342d0bf829 build the no_x11 flavor too
ok benoit@ jasper@
2011-04-26 08:51:45 +00:00
sthen
776b3522dd sync WANTLIB, from Brad. 2011-04-25 22:38:08 +00:00
sthen
04e19d5860 sync WANTLIB (ffmpeg changes) 2011-04-25 22:22:27 +00:00
sthen
84adc7aae9 "Radio 7" became "Radio 4 extra". from upstream via Nigel Taylor, thanks! 2011-04-20 23:07:24 +00:00
jasper
dcf9ad7a9c - add reminder comment about swfdec 2011-04-20 19:28:30 +00:00
sthen
a6df4e5bcf switch to a new url to the swf file passed to rtmpdump 2011-04-19 16:39:47 +00:00
sthen
b06169aba0 sync WANTLIB, from Brad 2011-04-19 08:25:23 +00:00
sthen
135ac661f7 sync WANTLIB (re: ffmpeg update), from Brad 2011-04-18 23:37:07 +00:00
sthen
3c37381983 sync WANTLIB (re: ffmpeg update), from Brad 2011-04-18 23:27:31 +00:00
sthen
65d10f2a68 sync WANTLIB (re: ffmpeg update), from Brad 2011-04-18 23:11:53 +00:00
jolan
9e9980640d update to 20110323 and add new firmware 2011-04-16 23:04:11 +00:00
sthen
2f6c635f99 remove casts now that NULL is a void *
from Brad.
2011-04-15 23:22:31 +00:00
ajacoutot
0b88838042 Update to gstreamermm-0.10.9. 2011-04-14 12:14:12 +00:00
jasper
565a0dabd2 Disable playlist support it needs to be ported to the new spidermonkey API
nobody on ports@ spoke up they were using that though.

ok edd@ (MAINTAINER), martynas@
2011-04-10 17:26:18 +00:00
ajacoutot
686ea92466 Pass --enable-introspection. 2011-04-07 12:46:05 +00:00
ajacoutot
c2505be002 Add introspection support (needed for on-going GNOME 3 work). 2011-04-07 12:45:07 +00:00
ajacoutot
80fc76a946 Regen WANTLIB. 2011-04-07 12:37:28 +00:00
sthen
5dd2076054 tidy Makefile, no package change. from Brad. 2011-04-05 08:07:15 +00:00
benoit
2fbe435e12 - update oggconvert to 0.3.3
- update plist

ok jasper@
2011-04-03 08:51:27 +00:00
sthen
e5fe84ed3e two security-related fixes from upstream via Brad:
- Avoid a possible overflow when handling media marks.
- Avoid a possible overflow when handling M3U files.
2011-04-01 12:32:34 +00:00
jakemsr
2f948b5fd0 more ports that need faad removed from WANTLIB after ffmpeg update,
as noted on ports@.
2011-03-29 23:22:17 +00:00
jakemsr
e52c269523 ffmpeg no longer depends on faad. remove faad from WANTLIB in ports
that were pulling it in via ffmpeg.
2011-03-29 20:04:55 +00:00
sthen
00582ef96a Bump ports which should be using newer autoconf to 2.65;
config.h files checked.  From Brad.
2011-03-26 10:05:24 +00:00
ajacoutot
5c96af5855 These need mm-common. 2011-03-23 16:34:51 +00:00
edd
e5a89f9282 update to 1.3.0. From brad and OK jakemsr@ 2011-03-20 23:49:32 +00:00
edd
295024e791 update to libvpx 0.9.6 from brad.
OK by MAINTAINER (brad)
2011-03-17 16:54:16 +00:00