summaryrefslogtreecommitdiff
path: root/multimedia
AgeCommit message (Collapse)AuthorFilesLines
2009-11-09Do not link against -lcompat, it breaks DSO support. Bump revision.joerg3-2/+111
2009-11-07Fix build on DragonFly.hasso2-1/+15
2009-11-04fix option namespooka1-3/+2
2009-11-04Update to KDE 4.3.3markd1-4/+4
KDE 4.3.3 has a number of improvements that will make your life just a little bit better. Some of KWin's effects have been smoothed and freed of visual glitches, JuK should now be more stable, KDE PIM has seen its share of improvements while in the back-rooms of KDE, the developers are working hard on porting all applications to the new Akonadi storage and cache.
2009-10-31Support PKGMANDIRtnn2-5/+5
2009-10-31libcdio updated changed its shlib major version, so bump depends.wiz5-10/+10
Noted by drochner@
2009-10-31Update to 0.10.17:wiz4-13/+14
This is GStreamer Python Bindings 0.10.17, "Shiny new button" Changes since 0.10.16: * Fix leak in gst_base_sink_get_last_buffer() * Fix linking of pygstminiobject * Add test_audio.py example * Fix deadlocks calling gst_pad_link() Bugs fixed since 0.10.16: * 590348 : [audio (and other modules)] can't use pygstminiobject ! * 590803 : checks fail in non-English locale * 592447 : memory leak on certain pipelines with appsink Changes since 0.10.15: * Update bindings for GStreamer 0.10.24 * Fixes for the python plugin loader Bugs fixed since 0.10.15: * 580992 : gst_preset_get_preset_names not wrapped in gst-python * 583378 : libgstpython.so causes a segfault * 583607 : Error when building from tarball * 584445 : gst.TagList getters and setters should convert unicode ob... Changes since 0.10.14: * Support new API in core/base * Fixes for python 2.6 * Other bug-fixes and improvements Bugs fixed since 0.10.14: * 304361 : Python plugin loader * 576145 : pygst programs skip python plugins on registry update * 514717 : memleak in Pad.set_blocked_async() * 571156 : gst_tag_get_type not wrapped * 571380 : Allow user to specify filename and line number for gst_de... * 572487 : Fix licensing screwups * 574251 : leaks the flow name * 574258 : _wrap_gst_install_plugins_sync might leak details * 574272 : Python plugin loader causes SIGSEGV if " import gst " fails * 576505 : not all gst_adapter_* methods are wrapped * 577735 : python bins with do_handle_message leak messages * 578435 : gst-python pkgconfig file lies about needing pygtk * 578731 : Python plugin loader deadlocks registry scanning * 578848 : Wrap new core/base API * 579183 : freshly created QUERY_SEEKING is immutable * 579325 : gstlibtoolimporter is not disted * 579383 : gst-python doesn't compile with glib < = 2.16.0 * 581546 : Elements do_query function is broken * 581729 : Fails to build with previous core/base releases (0.10.22) * 581737 : Python examples need to take the GDK lock * 579416 : Nasty gst-python deadlock * 579455 : gst.TIME_ARGS doesn't validate input * 576546 : Problems with Python 2.6
2009-10-31Update to 0.0.16:wiz7-87/+6
Version 0.0.16 rtpspecialsource: Remove want_source() method get_codec() function does the same thing rtpdtmfsoundsource: Implement get_codec method rtpdtmfeventsource: Implement get_codec method rtpspecialsource: Add new get_codec method rtp: Check if the codec changed when removing special sources rtp: Allow checking if a codec is valid for sending even if it has no way to build a codecbin rtpcodecnego: Fix doc string rtpspecialsource: Move static function closer to its use place rtpspecialsource: Fix over-80 line rtpsession: Check/update secondary sources even if the primary one doesn't change tests: Tests changing the dtmf PT mid-call tests: Make sure dtmf events are really received test: Test changing the dtmf_id tests: dtmf method is not always auto rtpsession: Only emit send-codec-changed message after the special codecs have been changed rtpsession: Don't leak iterator on linking failure rtpsession: Cleanup send codecbin on failure rtpsession: Print error on session dispose problems rtpdtmfsoundsource: Correctly check the presence of elements rawudp: Use %d for ints, not %s configure: quiet automake portability bs msnstream: Make send sink async=false for now msnstream: Don't keep lock into set_remote_candidates tests: Test invalid property name in fs_element_added_notifier_from_keyfile element-added-notifier: Don't crash on invalid property rtpconference: Don't assert on non-existing sdes parts rtpspecialsource: Dispose is not always called twice, cleanup in finalize rtpsession: Remove useless ref Version 0.0.15.1 Version 0.0.15 Require gst-p-bad 0.10.14 for mimic tests: Unlock src before setting it to playing tests: Refrain from using the thread unsafe version of failure in the nice test rtpsession: Keep ref on stream while associating substreams to it rtpsubstream: Remove another double-unlock in error case rtpsession: Don't double-unlock rtpsession: Fix leaking caps on signals after dispose rtpsession: Fix potential leak if already disposed rtpsubstrea: Remove unused variable elementaddednotifier: Use g_connect_signal_object Otherwise each element had a ref on the notifier and relied on the not thread safe weak references. rawudp: Emit local candidates if there are no local interfaces suitable for UPnP rawudp: Add some UPnP debug messages glib-gen: Use single = instead of == for portability msnconnection: Check return values from recv() msnsession: Conference must always set before get_property msnsession: Only try to lock conference if it has been set rtpsession: Initialise variable to NULL Makes coverity happy msnconnection: Remove unused variables rtpstream: Correct documentation rtpsession: Unref transmitter src/sink in dispose Unref element from g_object_get(), fixes leak elementaddednotifier: Unref element in iterator loop Fixes leak elementadded: Use gst_value_deserialize to read properties Use the existing function instead of having our own less-capable re-implementation Version 0.0.14.1
2009-10-30Add an other mirror.ahoka1-2/+3
2009-10-30update to 2.28.2drochner3-7/+9
changes: bugfixes
2009-10-29disablr oss4 in the base pkg to avoid system dependencies,drochner2-3/+3
ride on yesterday's update
2009-10-28update to 0.10.13drochner3-7/+11
changes: Improve A52 decoder Add AMR-WB decoder and AMR-NB decoder/encoder based on OpenCore codecs ASF playback improvements Improve mp3 parser and seeking
2009-10-28update to 0.10.16drochner4-15/+19
changes: Add barcode scanner plugin using the zbar library Improvements to camerabin Support audio-track format switching in DVD Improve parsing and display of PGS subpictures Add Cog plugin Add LV2 plugin support Improve VDPAU plugin. Add post-processing support Add videomeasure plugin Improve Siren codec Improved Directshow capture element Add EAC3 mapping in MPEG-TS playback Improve AAC encoding Improved MIDI file playback Improve H-264 parsing Add MPEG-PS muxer Add PNM encoder and decoder Add SVG decoder Update GLib dependency to GLib 2.16 Various other bug fixes and improvements (see ChangeLog) Fix various bugs in the 0.10.15 release Fix a deadlock in starting DVD Fix compilation problems Allow libneon versions >= 29.x
2009-10-28Add third-party distribution site which still carries this old version.tnn1-1/+2
2009-10-26No py24-gobject, so no python 2.4 here.tnn1-1/+3
2009-10-26+clutter08-gsttnn1-1/+2
2009-10-26Update clutter-gst to 0.10.0.obache4-21/+18
clutter-gst 0.10.0 (29/07/2009) =============================================================================== * list of changes since 0.9.0 o Requires stable Clutter 1.0.0
2009-10-26Switch to use clutter08-gst.obache1-3/+3
Bump PKGREVISION.
2009-10-26Import clutter08-gst-0.8.0 as multimedia/clutter08-gst.obache6-0/+117
clutter-gst for clutter-0.8 branch.
2009-10-26Fix build on DragonFly (undefined MNT_LOCAL).hasso2-7/+8
2009-10-25Configure checks for the gstreamer soup plugin, so depend onwiz1-1/+3
gst-plugins0.10-soup.
2009-10-23pkgsrc pulseaudio is too old, so some volume control featuresdrochner1-2/+3
stay inactive -- disable so that we don't get surprises if someone updates pulseaudio
2009-10-22update to 2.28.1drochner4-50/+87
This switches to the gnome-2.28 release branch.
2009-10-22explicitely disable building of the "check" unit test stuff ifdrochner1-1/+3
the option is not set -- the "configure" test appearently doesn't work as it used to, should fix build problem reported by Tobias Nygren
2009-10-22Remove totem-xine, package was removed.wiz1-2/+1
2009-10-21sync w/ base pkgdrochner1-2/+2
2009-10-21the xine backend is not supported anymoredrochner2-29/+0
2009-10-21update to 2.28.1drochner8-62/+56
This switches to the gnome-2.28 release branch.
2009-10-21update to 0.10.25drochner3-7/+10
changes: Add per-stream volume controls Theora 1.0 and Y444 and Y42B format support Improve audio capture timing GObject introspection support Improve audio output startup RTSP improvements Use pango-cairo instead of pangoft2 Allow cdda://(device#)?track URI scheme in cddabasesrc Support interlaced content in videoscale and ffmpegcolorspacee Many other bug fixes and improvements
2009-10-21update to 0.10.25drochner3-7/+9
changes: Improve the byte-reader API GObject introspection support Improve clock accuracy on win32 Optimisations in capabilities checking Optimisations and fixes in the basetransform base class new 64-bit scaling utility function variants Various bug-fixes and improvements
2009-10-21update to 2.28.1drochner4-10/+14
This switches to the gnome-2.28 release branch.
2009-10-20Update libtheora* to 1.1.1:wiz4-11/+9
libtheora 1.1.1 (2009 October 1) - Fix problems with MSVC inline assembly - Add the missing encoder_disabled.c to the distribution - build updates: autogen.sh should work better after switching systems and the MSVC project now defaults to the dynamic runtime library - Namespace some variables to avoid conflicts on wince. libtheora 1.1.0 (2009 September 24) - Fix various small issues with the example and telemetry code - Fix handing a zero-byte packet as the first frame - Documentation cleanup - Two minor build fixes libtheora 1.1beta3 (2009 August 22) - Rate control fixes to smooth quality - MSVC build now exports all of the 1.0 api - Assorted small bug fixes libtheora 1.1beta2 (2009 August 12) - Fix a rate control problem with difficult input - Build fixes for OpenBSD and Apple Xcode - Examples now all use the 1.0 api - TH_ENCCTL_SET_SPLEVEL works again - Various bug fixes and source tree rearrangement libtheora 1.1beta1 (2009 August 5) - Support for two-pass encoding - Performance optimization of both encoder and decoder - Encoder supports dynamic adjustment of quality and bitrate targets - Encoder is generally more configurable, and all rate control modes perform better - Encoder now accepts 4:2:2 and 4:4:4 chroma sampling - Decoder telemetry output shows quantization choice and a breakdown of bitrate usage in the frame - MSVC assembly optimizations up to date and functional libtheora 1.1alpha2 (2009 May 26) - Reduce lambda for small quantizers. - New encoder fDCT does better on smooth gradients - Use SATD for mode decisions (1-2% bitrate reduction) - Assembly rewrite for new features and general speed up - Share code between the encoder and decoder for performance - Fix 4:2:2 decoding and telemetry - MSVC project files updated, but assembly is disabled. - New configure option --disable-spec to work around toolchain detection failures. - Limit symbol exports on MacOS X. - Port remaining unit tests from the 1.0 release. libtheora 1.1alpha1 (2009 March 27) - Encoder rewrite with much improved vbr quality/bitrate and better tracking of the target rate in cbr mode. - MSVC project files do not work in this release.
2009-10-20Fix build with dts option:tnn1-2/+5
# The configure handling for --enable-libdca is broken. # However, it works if you omit the argument and let # configure autodetect support.
2009-10-19Regen distinfo.ahoka1-3/+3
2009-10-19Take 2 on trying to make this work on OSX.ahoka3-21/+27
2009-10-18Upgrade to the SVN snapshot as of 2009-10-17.ahoka37-2105/+266
The builtin libavcodec now uses yasm to assemble hand written h264 code. The older x264 we currently have in pkgsrc is not supported by mplayer, so I had to do some hand tweaking to make it work. It may contain bugs because of this, so report any fallouts with h264.
2009-10-16void function cannot return value.obache2-1/+18
should fix build failure with SunPro CC.
2009-10-12Update ruby-gnome2 to 0.19.3.obache2-4/+4
== Ruby-GNOME2 0.19.3: 2009-09-24 NOTE: 0.19.x releases are development series. This release is a bug fix release of 0.19.2. === Changes ===== Ruby/GLib2 * Bug fix: * really fix 'empty $(vendorarchdir) related build problem on CentOS 5.3 x86_64.' [Simon Arnaud, Kouhei Sutou] === Thanks * Simon Arnaud == Ruby-GNOME2 0.19.2: 2009-09-23 NOTE: 0.19.x releases are development series. This release is a bug fix release of 0.19.1. === Changes ==== Ruby/GLib2 * Bug fixes: * empty $(vendorarchdir) related build problem on CentOS 5.3 x86_64. [Toshiyuki Suzumura, Kouhei Sutou] * [#2862022] fix multi thread blocking with Ruby 1.8.6-p368 or later and 1.8.7-p173 or later. [Roy Wright, Andrea Dallera, Kouhei Sutou] * [Debian #502262] work Ruby thread with GTK+. [Johan Walles, Kouhei Sutou] ==== Ruby/GTK2 * Bug fixes: * [#2679744] fix a typo: Gtk::Widget#set_scroll_adjustment -> Gtk::Widget#set_scroll_adjustments. [Kentaro Fukuchi, Kouhei Sutou] ==== Ruby/GtkMozEmbed * Bug fixes: * fix .pc detection. [OBATA Akio, Kouhei Sutou] === Thanks * OBATA Akio * Toshiyuki Suzumura * Roy Wright * Andrea Dallera * Johan Walles * Kentaro Fukuchi
2009-10-11Update KDE4 to 4.3.2markd2-7/+5
KDE 4.3.2 brings a nice number of bugfixes, some critical, some just fixing small annoyances: * Many crashers have been fixed in KDE's core libraries, bringing more stability to all applications * KWin's window compositing effects have been further stabilized by fixing a number of bugs in effect plugins such as the famous coverswitch window switcher * The biggest number of bugs for this release has been fixed in KMail, KDE's email client, making it more reliable and usable by correcting a number of display issues * Saving files over themselves works again in Okular, KDE's document viewer
2009-10-07Needs libxfce4gui.joerg1-1/+2
2009-10-02Add kdemultimedia4markd1-1/+2
2009-10-02Import KDE4.3.1 from wipmarkd12-0/+344
OKed during freeze by wiz and agc
2009-09-30add build dependency on librsvg, should fix failure seen in Linuxdrochner1-1/+3
bulk build
2009-09-27Fix CHECK_WRKREF_SKIP so we can build now with PKG_DEVELOPER again.ahoka1-3/+4
2009-09-26Add two missing files to PLIST and bump PKGREVISION.wiz2-2/+5
2009-09-25Add patch from ffmpeg GIT repository to fix the vulnerabilitytron3-3/+22
reported in SA36760.
2009-09-24Changes between 1.0.1 and 1.0.2:ahoka5-24/+31
-------------------------------- Decoders: * Native support for WMA Professional, without the use of the Win32 dlls * Fix issues in subtitles, especially SSA ones * Various fixes on theora and ogg Demuxers: * Various fixes for EPG support in MPEG-TS demuxer * Fixes for potential stack overflow in .avi, .mp4 and .asf demuxers Access: * Fixes for v4l2 devices * Fixes for dvb-c channels-scanning Qt Interface: * Fix some playlist sorting issues Mac OS X Interface: * Fixed a crash when updating VLC * Fixed a crash related to QTKit when opening video files (10.6 only) * Added the ability to play 2nd media in sync to the primary item (input-slave) * Added the "Quit after Playback" feature Mac OS X Port: * The "Delete Preferences" script is now delivered as a Universal Binary with native code for PowerPC, Intel and Intel 64bit * Full 64bit runtime compatibility on both Mac OS X 10.5 and 10.6 - no support for Goom and SDL - limited text rendering support - This port is still considered as EXPERIMENTAL despite its binary release. Encoders: * MPEG2 transrate stream output removed * x264 default-values closer to x264.exe defaults. * x264 rc-behaviour fixes: - if user defines qp-value, CQP-mode is used - otherwise if user defines vb=0, CRF-mode is used - otherwise ABR-mode is used * x264 set vbv-bufsize/vbv-maxsize better if user hasn't defined these: - ABR mode set vbv-max-bitrate=bitrate - vbv-bufsize is bitrate * seconds between keyframes (keyint/fps) Playlist: * Lua scripts for Mpora and Vimeo playback Unix builds: * Various fixes to enable 1.0 to build on Solaris and OpenBSD
2009-09-24Bumping revision of packages which depend direct or indirect onsno1-1/+2
devel/p5-Class-MOP. A late detected incompible change forced it.
2009-09-23Remove "PYTHON_VERSIONS_ACCEPTED= 26 25 24" which is unnecessarytron1-2/+1
after Python 2.3 has been removed from "pkgsrc". Approved by Thomas Klausner.
2009-09-22Fix bktr build on DragonFly.ahoka2-6/+13
Patch from Steve O'Hara-Smith from pkgsrc-users.