summaryrefslogtreecommitdiff
path: root/multimedia
AgeCommit message (Collapse)AuthorFilesLines
2010-04-22Pullup ticket #3088 - requested by tnntron5-38/+27
multimedia/mplayer-plugin: build fix Revisions pulled up; - multimedia/mplayer-plugin/distinfo 1.2 - multimedia/mplayer-plugin/patches/patch-aa 1.2 - multimedia/mplayer-plugin/patches/patch-ab delete - multimedia/mplayer-plugin/patches/patch-ad delete - multimedia/mplayer-plugin/patches/patch-ag 1.2 --- Module Name: pkgsrc Committed By: tnn Date: Wed Apr 21 15:58:03 UTC 2010 Modified Files: pkgsrc/multimedia/mplayer-plugin: distinfo pkgsrc/multimedia/mplayer-plugin/patches: patch-aa patch-ag Removed Files: pkgsrc/multimedia/mplayer-plugin/patches: patch-ab patch-ad Log Message: fix xulrunner-1.9.2.x build breakage reported on pkgsrc-users@
2010-04-02Fix ffmpeg on powerpc again, but without breaking i386. OKed by wiz@.jmmv3-6/+6
2010-03-27Add missing gst-plugins0.10-soup dependency. Noted by Dennis den Brok onwiz1-1/+3
tech-pkg.
2010-03-20Remove evolution-data-server dependency from totem-pl-parser buildlink3.mk,wiz1-3/+2
depend on version that removed dependency and bump PKGREVISION for dependencies.
2010-03-20Remove evolution-data-server dependency, it's not necessary sincewiz1-2/+2
2.27.2 where gmime was introduced replacing it. Bump PKGREVISION. Noted by Dennis den Brok.
2010-03-15Workaround broken NULL definition on NetBSD 5.0 and older.joerg2-1/+83
2010-03-14Make this build and work under Solaris 10 x86:tron6-23/+140
1.) Work around lack of support for Sun Studio C Compiler and bugs in this compiler (it crashes with "-O3", "-xO2" works fine). 2.) Use a hammer to disable MMX, AMD 3DNow and SSE support as Solaris refuses to load libraries which contain unsupported instructions.
2010-03-14Fix installation on platforms where the "install-sh" package is used.tron3-1/+61
2010-03-14Mark this package as requiring a C99 compiler as it uses the compilertron1-1/+3
option "-std=c99". This fixes the build under Solaris 10 using the Sun Studio Compiler.
2010-03-12update to 0.10.14drochner4-12/+14
changes: -amrwbdec: give decoder a rank so decodebin/playbin will use it -asfdemux improvements -misc fixes
2010-03-12update to 0.10.18drochner4-12/+13
changes: -shapewipe: moved from -bad to -good -aacparse: now based on common baseparser class and merged into audioparser plugin -adpcmenc: new adpcm encoder element -amrparse: use (default) time handling of baseparser class, merged into audioparser plugin -dataurisrc: new source element for data:// URIs -jpegformat: new jifmux element -misc fixes and improvements
2010-03-12update to 0.10.21drochner5-26/+10
changes: -shapewipe: moved from -bad to -good -videmux: push mode seeking support -jitterbuffer: new buffering modes: low/high watermark buffering, rtp timestamps -matroskademux: subtitle stream improvements -multipartdemux: improve header mime-type parsing -v4l2sink: change rank to NONE so we don't try to autoplug it -misc fixes
2010-03-12update to 0.10.28drochner3-7/+8
changes: -videorate: Improve upstream negotiation -ffmpegcolorspace: add conversions from all ARGB formats to AYUV and back -vorbisdec: also support ivorbis tremor decoder -misc fixes
2010-03-12update to 0.10.28drochner2-6/+6
changes: -thread safety fixes -other bugfixes
2010-03-11+ py-clutter-gstobache1-1/+2
2010-03-11Import py-clutter-gst-1.0.0 as multimedia/py-clutter-gst.obache4-0/+44
This archive provides Python bindings for the Clutter-GStreamer integration library.
2010-03-11Update clutter-gst to 1.0.0.obache4-14/+12
clutter-gst 1.0.0 (09/02/2010) =============================================================================== * list of changes since 0.10.0 o Uses the playbin2 GStreamer element. o Autoloads subtitle files when they have the same name than the video being played and are in the same directory. o GObject introspection support. o Added a new clutter_gst_init_with_arg() symbol, changed *get_playbin() to a more generic *get_pipeline() o A lot of small bug fixes and code clean up. Many thanks to: Bastian Winkler Ole André Vadla Ravnås Roland Peffer
2010-03-03Update libdv (and tools) to 1.0.0.obache9-119/+33
2006-09-25 Dan Dennedy <dan@dennedy.org> * libdv 1.0.0 release. 2006-09-03 Dan Dennedy <dan@dennedy.org> * libdv/encode.c, libdv/enc_output.c: apply patch (1550898) from Craig Lawson to prevent noise when dv_encode_full_audio() is called with zero samples. 2006-08-06 Dan Dennedy <dan@dennedy.org> * libdv/*.S: apply patch from Mike Frysinger <vapier@gentoo.org> to cleanup assembly symbols by hiding them and/or setting their type. * configure.ac, Makefile.am: apply patch from Burkhard Plaum to automatically disable GTK-based features (playdv) when GTK+ 1.2 is not found and to fix dist make target behavior with GTK+ disabled. * libdv/Makefile.am: bump libtool revision. * configure.ac: bump project version to 1.0.0. 2006-04-10 Dan Dennedy <dan@dennedy.org> * playdv/playdv.c: bugfix segfault on exit due to dv_display_exit being called twice. 2006-03-06 Dan Dennedy <dan@dennedy.org> * mmx.h: apply patches from Zan Lynx and Richard Guenther to fix x86 compilation on gcc 4.1. 2006-01-15 Dan Dennedy <dan@dennedy.org> * encode.c: apply patch from Burkhard Plaum to use gcc destructor attribute to invoke dv_cleanup() when unloading libdv after loading dynamically and thereby fixing a memory leak. * playdv.c: bugfix segfault on exit due to dv_display_exit() being called twice: once in main() and second in atexit handler created by dv_display. Thanks for hint provided by Jean-Francois Panisset. 2005-01-31 Dan Dennedy <dan@dennedy.org> * *.S: apply patch from Nicholas Miell <nmiell@gmail.com> to not require execution stack for assembler functions. 2004-12-20 Dan Dennedy <dan@dennedy.org> * vlc.h, mmx.h: apply patch from Daniel Kobras to improve compile compatibillity by making extern inline, static inline. 2004-12-12 Dan Dennedy <dan@dennedy.org> * *_x86_64.S: apply patch from Dean Kolosiek to fix linker compatibility.
2010-03-03Note comments about used by multimedia/libdv-tools/Makefile.obache1-1/+3
2010-02-25configure: Requested 'gstreamer-0.10 >= 0.10.26' but version of GStreamer is ↵reed1-2/+2
0.10.25 so bumped the BUILDLINK_API_DEPENDS.gstreamer0.10
2010-02-25Update Linux distfile to match r262. Changes unknown.mishka2-7/+8
2010-02-21Update to 0.10.18. Set LICENSE.wiz4-13/+15
Changes since 0.10.17: * Updates to 0.10.26 core/base API addition
2010-02-18Add a patch for build fix (GST_ELEMENT_ERROR usage) taken from upstream.obache2-1/+18
2010-02-17update homepage.zafer1-2/+2
2010-02-16update to 0.10.18drochner4-15/+16
changes: -v4l2src: implement GstURIHandler interface -more fixes and improvements
2010-02-16update to 0.10.26drochner5-17/+22
changes: -many fixes to playbin2 -libgsttag: add utility functions for ISO-639 language codes and tags -theora: port to 'new' theora 1.0 API -more fixes and improvements
2010-02-16update to 0.10.26drochner5-17/+26
changes: -registry: do plugin scanning (on *nix) using an external helper binary -lots of performance improvements -add GstByteWriter, a simple generic byte writer -queue2: move from gst-plugins-base into the coreelements plugin in core -other fixes and improvements
2010-02-14update homepagezafer1-2/+2
2010-02-11DESTDIR supportjoerg1-2/+4
2010-02-11Workaround bug in install routine.joerg1-1/+3
2010-02-11DESTDIR supportjoerg9-18/+44
2010-02-10Bump revision for PYTHON_VERSION_DEFAULT change.joerg4-6/+8
2010-02-07Added LICENSE information.heinz1-1/+2
2010-01-27Update to kde4 4.3.5markd2-6/+5
* A number of bugs in KIO have been squashed, making updating of shown directories work again and solving some other stability issues * A crash when creating an avatar from the webcam in Kopete has been fixed * kded taking 100% CPU time in certain situations has been cured
2010-01-26remove the hint to install the "soup" plugin -- we already have adrochner1-2/+1
hard dependency on it these days
2010-01-24More PKGREVISION bumps of jpeg dependencies.wiz3-6/+6
Identified by parsing the NetBSD-i386-5.0.1/2009Q3 pkg_summary files and Robert Elz.
2010-01-20conditionally propagate pulseaudio dependency, should fixdrochner2-4/+8
PR pkg/42652 by Joachim Kuebart
2010-01-20Bump PKGREVISION for gupnp/gssdp API changes.wiz2-3/+4
2010-01-20Update to 0.0.17:wiz2-6/+6
Version 0.0.17 tests: Add test for telephone-event events parameter nego rtpspecificnego: Add handling of telephone-event event ranges tests: Skip tests if no local candidates are produced rtcpfilter: Reduce the packet size when reducing the packet tests: Skip libnice tests if it finds no local candidates rtpdtmfsoundsource: Respect the ptime/maxptime too tests: Add test ptime/maxptime passing rtpsession: Set the ptime/maxptime on the send codec bin caps rtpcodecnego: Negotiate the ptime/maxptime rtpconference: Add function to make gst caps while keeping the ptime rtpcodecnego: Add function to copy the list of codecs with the send-side ptime tests; Add test for fscodec ptime/maxptime handling codec: Add ptime codec: Add maxptime tests: Take rtpsession lock during message emissions This ensures that it is not held across message emissions. tests: Add debug-blocks rtpsubstream: Keep ref on substream while callbacks are invoked rtpsubstream: Put codec/codecbin inside loop rtpsubstream: Use rw-lock to make sure the substream really stops rtp: Move locking into callback rtpsubstream: Don't hold session lock too much while setting new codecbin rtpsubstream: Move modification locking to blocked function Also allow only one thread to be in substream blocked function at once. rtp: Move substream blocking logic into substream rtp: Don't include marshaller headers in headers rtp: Depend on the correct var for marshaller list generation rtcpfilter: Add gst-p-base paths to Makefile.am Patch contributed by Armijn Hemel <armijn@loohuis-consulting.nl> rawudp: Remove upnp-request-timeout, it was a terrible idea Substitute deprecated Glib symbol: g_mapped_file_free Use g_mapped_file_unref if Glib >= 2.22 is available http://bugs.freedesktop.org/show_bug.cgi?id=21422 rtpsession: Only add stream to list if its creation worked README: Require gst-p-bad 0.10.17 for dtmfsrc dtmfsrc can do do more than 8000 Hz, that has only been fixed in gst-plugins-bad 0.10.17 rtpdtmfsound: Try hardwired PCMx only if the clock-rate is 8000 rtp: Lookup codec with config is always for sending, so make it explicit Also, the dtmf sound will always get a valid codec now. rtpconference: Make message about gst_bin_add failure more accurate rtpdtmfsoundsource: Ignore codecs that don't have a blueprint tests: Test dtmf as sound tests: Make recv-pipeline per test rtpdtmfsoundsource: Use main codec if PCMA/U are not available rtpspecialsource: Make local class_get_codec function static rtp: Regroup CodecBlueprint related functions in one place rtpspecialsource: Rename negotiated_codecs to negotiated_codec_associations This way, the list contents can be guessed rtpsession: Don't need to set queue-delay anymore rtpsession: Split codecbin generation from factory from profile tests: Make it build against GUPnP 0.13 msnsession: Check if dispose has already been called fstransmitter: uint can't be < 0 rawudp: Bring upnp discovery timeout down to 2 seconds tests: Verify that it is not possible to disable all codecs Add a reserve-pt to guarantee that it is not possible to disable all codecs rtpcodecnego: Verify if there are any valid local codecs left after applying preferences rtpsession: Make error message less cryptic Version 0.0.16.1
2010-01-19update to 0.5.905drochner3-26/+17
changes: minor UI improvements
2010-01-19update to 2.28.5drochner3-8/+25
changes: -minor UI fixes -translation updates
2010-01-18Bump the package revision as we now require a newer version of BIND andtron1-2/+2
the binary package changes.
2010-01-18Use BIND 9.5.x by default. It works fine for me under NetBSD/amd64tron1-2/+2
since several month.
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz36-68/+72
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz13-23/+26
2010-01-15update to 2.28.5drochner2-6/+6
changes: minor UI fixes
2010-01-08Has a hidden bash invocation, so depend on it.joerg1-2/+2
2010-01-08reduce unnecessary probing by "configure", in particular for thedrochner1-1/+2
gstreamer "soup" plugin should fix build error seen in bulk build
2010-01-05Depend on revsion 3.98.2nb1 or newer of the "lame" package to make suretron1-2/+5
that audio encoding actually works. Bump package revision. Approved by Alistair Crooks.
2010-01-04The path name for -Wl,-rpath as a linker option, so don't split it offjoerg5-13/+40
without also prefixing it with -Wl, accordingly.