summaryrefslogtreecommitdiff
path: root/multimedia
AgeCommit message (Collapse)AuthorFilesLines
2011-04-26Update gecko-mediaplayer to 1.0.3.obache4-29/+15
1.0.3 Allow files > 2GB to be loaded in NP_FULL mode Always include gecko-mediaplayer.schema in tar file Make configure option --with-gconf=yes override use of gsettings 1.0.3beta Cleanup some compile warnings Try out silent make files Mark asf files as streaming Remove code to set the firefox preference Version bump to 1.0.3beta Apply changes to fix compiling on Ubuntu Apply config changes to gconf schema Apply changes to make gecko-mediaplayer with with gnome-mplayer 1.0.3beta and higher Apply patch from issue #126 Updated Turkish translation Work around xulrunner api change Issue #124 Fix a couple of NULL pointer errors Issue #123 Fixes to using libcurl Only do list_dump when we process the list Use libcurl to fetch content when running in QuickTime emulation Fix spot where QuickTime was not set to 7.6.9 Get width and height from the style attribute if present Bump QuickTime emulated version to 7.6.9
2011-04-26Update gnome-mplayer to 1.0.3.obache3-8/+14
1.0.3 libgmtk - change GtkObjectClass to GObjectClass Cleanup some compiler warnings Updated Japanese translation Fix black screen issue when loading DVD Fix potential NULL pointer referenced Issue #503 Make DVDNAV menu selection with mouse work properly Clean up shell script warning in configure Make configure option --with-gconf=yes override use of gsettings Updated Polish translation Clean up some compiler warnings Run autoreconf with new autoconf tools Removed --avoid-version from nautilus plugin 1.0.3beta Updated translations from launchpad, added in several new translations libgmtk - gmtk_media_player, better support for mplayer2 libgmtk - gmtk_media_player, set default zoom to 1.0 libgmtk - gmtk_media_player, clean up some attribute setter/getters libgmtk - gmtk_media_player, implement zoom factor for media, useful for panscan Shutdown mplayer before clearing playlist in open dtv, acd, vcd, and atv libgmtk - detect mplayer2, and allow setting a custom mplayer Convert mute 1\nseek 0 0\n commands to separate commands Add support for MPlayer2 detection Use a file chooser button to pick the mplayer executable rather than typing in the path Fix memory pointer issue that could lead to crash in mplayer thread Rework Next option when caching is enabled (recommend that caching be disabled) Be more specific in SPEC file Fix RPM generation when using GSettings Fix problem with STOP when playing a playlist libgmlib - gm_audio, include math.h, Issue #499 libgmtk - gmtk_media_player, fix memory leak with stored color libgmtk - gmtk_media_player, manage widget background color correctly libgmtk - gmtk_audio_meter, move a varible context libgmtk - gmtk_media_player, get_allocation Try out silent make files Run update-po When stopping media, just quit mplayer instead of pausing and seeking to 0 Fix resize issue in vertical layout Fix software volume stored value Apply OpenBSD patches Make playlist columns reorderable with drag and drop libgmtk - gmtk_media_player, add attribute disable_upscaling Add new preference to plugin tab, to disable scaling when video is embedded libgmtk - gmtk_media_player, parse mplayer properties libgmtk - gmtk_media_player, audio track selection fixes libgmtk - gmtk_media_player, initial subtitle and audio track detection libgmtk - gmtk_media_player, more hotkey processing libgmtk - gmtk_media_player, commit correct patch libgmtk - gmtk_media_player, handle +,-,#,., and j hotkeys libgmtk - gmtk_media_player, handle 1-8 keys for contrast, brightness, hue, and saturation libgmtk - gmtk_media_player, handle p and space keys for pausing libgmtk - gmtk_media_player, implement restart method libgmtk - gmtk_media_player, make subtitle selection work, and use better names in label libgmtk - gmtk_media_player, subtitle and audio_track work Fix up some issues with shoutcast stream information display libgmtk - gmtk_media_player, clamp values Fix view info, like view meter and view details Issue #467, playlist and details not disappearing Fix compile failure on fy.po, really dumb failure libgmtk - Dispose widgets properly, should solve memory leak libgmtk - gmtk_media_player, remove usage of GFileMonitor, not needed Fix window resize problem Issue #467 again libgmtk - gmtk_media_player, gamma is not a command line option libgmtk - gmtk_media_player, add video attributes Fix up spec file building When GSettings are available use them over GConf or GKeyStore Remove vdpau and vaapi vo devices on OpenBSD Use correct DVD device name on OpenBSD Add include to gmtk_media_player.h Add sndio and rtunes audio outputs for OpenBSD Add verbose flag to volume display Make volume on commandline work again Change volume range from 0 to 100 to 0.0 to 1.0 internally makes volume widget work Delete global varibles volume and idledata.volume
2011-04-24bump PKGREVISION from gettext-lib shlib bump.obache8-11/+18
2011-04-24fixes build on DragonFly BSD.obache2-1/+17
2011-04-22recursive bump from gettext-lib shlib bump.obache2-4/+4
2011-04-22recursive bump from gettext-lib shlib bump.obache98-166/+205
2011-04-21note some more "used by ..." comments.obache1-1/+3
2011-04-21note more "used by ..." comments.obache1-1/+3
2011-04-21add/remove "used by ..." comments.obache1-2/+4
2011-04-19update to 10.2.159.1, fixes CVE-2011-0611.chs2-6/+6
2011-04-16Update to 0.2.0ryoon2-6/+6
Changelog: Overview of changes in gst123-0.2.0: * Made --shuffle, --repeat and --random behave identical to ogg123 options. * Allow colon in filenames. [Siddhesh Poyarekar] * Support "none" audio driver which disables audio output. * Added --full-version option which prints versions of the libraries used by gst123. * Support --enable-debug configure option. * Minor fixes.
2011-04-15get mkvtoolnix-old back from the Attic -- the new version still doesn'tdrochner6-1/+116
work correctly, at least on NetBSD: mkvmerge happens to spin and burn CPU time without any progress in output file generation, the old version finishes the same task properly
2011-04-14Fix building with Clang; pkglint complains cleaned-upadam6-10/+146
2011-04-14Pass LDFLAGS when linking; adding then removing -lrt on Darwin didn't make ↵adam4-22/+18
much sense; clean-up
2011-04-12Update Gnash to 0.8.9.obache13-81/+178
Improvements since 0.8.8 release are: * Avoid drawing operations when the window is obscured, including when Gnash is used as a plugin, starting with Firefox 4.0 (GTK GUI). * Support SWF with embedded ScreenVideo when using FFMPEG or gstreamer-ffmpeg >= 0.10.12. * Fix playback of SWF-embedded ADPCM audio when using Gstreamer. * Fix playback of SWF-embedded PCM audio when using FFMPEG. * Fix swapped _framesloaded and _totalframes properties. * Fixes for several crashes, with better automated testing of the entire ActionScript API for input sanitization. * Improved ActionScript performance processing, especially for interactive applications. * npapi plugin: fix relative urls resolution in presence of <base> tag and "base" parameter; improved robustness and compatibility with chromium browser. * Improved SWF8 support with BitmapData.draw, BitmapData.loadBitmap, and other bitmap functions. * Re-entrant core libraries. * RTMP remoting support. * Support for PNG and GIF files in all DefineBitsJpeg tags; support for DefineBitsJpeg4 tags, and fix display of some GIFs with multiple records. * Restore support for mingw32. * fb-gnash: allow specifying size and offset of rendering "window". * dump-gnash: improved speed, sync and flexibility. * JPEG screenshot output. * Support for linear RGB interpolation mode in gradient fills. * Clipboard setting (GTK only). * More flash.geom.Rectangle functions. * Improved OpenBSD compatibility
2011-04-11add patch from upstream to fix unsufficient memory allocation in the mp4drochner3-2/+19
demuxer which can lead to stack overflow bump PKGREV
2011-04-10+ gecko-mediaplayerobache1-1/+2
2011-04-10Import gecko-mediaplayer-1.0.0 as multimedia/gecko-mediaplayer.obache6-0/+108
Gecko Media Player is a browser plugin that uses GNOME MPlayer to play media in a browser. It should work with all browsers on Unix-ish systems (Linux, BSD, Solaris) and use the NS4 API (Mozilla, Firefox, Opera, etc.). Gecko Media Player is in heavy development, but I wanted to get some code drops out there so that people can start using and testing it.
2011-04-10+ gnome-mplayerobache1-1/+2
2011-04-10Import gnome-mplayer-1.0.2 as multimedia/gnome-mplayer.obache6-0/+189
GNOME MPlayer is a GTK GUI for MPlayer based on the Gnome HIG. However, the code is not dependent on any Gnome library
2011-04-06Fix -x11 package option.sborrill2-21/+22
2011-04-05update to 0.6.2drochner3-9/+8
changes: - Fix invalid reads in VC-1 decoding (related to CVE-2011-0723) - Do not attempt to decode APE file with no frames (adresses http://packetstorm.linuxsecurity.com/1103-exploits/vlc105-dos.txt)
2011-04-02Update vlc package to 1.1.8.taca6-51/+28
pkgsrc change and notes: * Update PLIST to reflect PKG_OPTION setting. * With pulseaudio and sdl PKG_OPTION, I couldn't build the package because of vlc-cache-gen core dump. * x11 PKG_OPTION could be elminated since the package won't build without it. Changes between 1.1.7 and 1.1.8: -------------------------------- Mac OS X Interface: * New UI graphics by Damien Erambert Interfaces: * Oldrc interface is again the default RC interface, on Windows * Luarc, luahttp and luatelnet fixes * Qt and Mac OS X fixes * numerous Skins2 fixes, notably winamp2 skins Encoder: * new libschroedinger-based Dirac codec encoder, faster than the current one Access/Demuxers/Codecs: * Subtitles auto-detection is back for .txt files * vod/rtsp server and rtsp input fixes * mp4 demuxer improvements * ogg, rstp input, video filters minor fixes * taglib's replaygain is fixed for mp3 * vobsub support has an improved auto-detection * fix a crash in malformed ape files Miscellaneous fixes in: * Pulseaudio audio output, notably for usb cards * Stacktraces are now limited in size on Windows * Video resolution is now limited to 8192x8192, for security reasons See CORE-2011-0208 * Configure and build system improvements * DirectShow and BDA build headers have been updated Translations: * Update for Finnish, Galician, Dutch, Chinese, German, Japanese, Lithuanian, Slovak, French, Polish, Estonian, Brazillian Portuguese and Hebrew * New icelandic translation
2011-03-29Fix PLIST, from Robert Elz in PR 44784, and bump PKGREVISION.wiz2-4/+10
While here, set LICENSE and include desktopdb.mk.
2011-03-28fixes MASTER_SITES, per PR#44780 by Petr Topiarz.obache1-2/+2
2011-03-27update to 10.2.153.1, fixes CVE-2011-0609.chs2-7/+6
2011-03-23Removed multimedia/mkvtoolnix-old successor multimedia/mkvtoolnixadam6-116/+1
2011-03-22* exactly buildlink with package linked with this package.obache1-2/+11
* support GIFLIB_IMPLEMENTATION != libungif. Bump PKGREVISION.
2011-03-22* exactly buildlink with packages used by this package directly.obache1-2/+12
* support GIFLIB_IMPLEMENTATION!=libungif Bump PKGREVISION.
2011-03-20Changes 4.6.0:adam4-35/+55
* build system: Fixed building the Qt version of mkvinfo's GUI (again). * mmg: bug fix: If the header editor finds 'language' elements with ISO-639-1 codes (e.g. "fra" instead of "fre" for "French") then it will map the code to the corresponding ISO-639-2 code * mmg: bug fix: Fixed one of the issues causing mmg to report that it is configured to use an unsupported version of mkvmerge when the reported version was actually empty. * mkvmerge: enhancement: HD-DVD subtitles are recognized as being an unsupported file format. This makes the error message presented to the user a bit clearer. * build: Boost 1.36.0 or newer is required (up from 1.34.0). Also fixed building with v3 of Boost's filesystem library, e.g. with Boost 1.46.0 Beta 1 or newer. * mkvpropedit: new feature: Added support for adding, replacing and removing tags. * all: Added a translation for the programs into Turkish by ßouЯock. * build system: Fixed compilation if configure choses the internal versions of libebml and libmatroska while older versions are still installed in a location named with "-I..." or "-L..." in CFLAGS/CXXFLAGS/LDFLAGS or with configure's "--with-extra-includes" and "--with-extra-libs" options.
2011-03-18Fix patching on Mac OSX; fix installing the library; fix some pkglint issuesadam4-105/+105
2011-03-17remove dead mirror.zafer3-9/+6
2011-03-12Fix build under Mac OS X i386. Further changes might be required totron2-2/+17
fix PPC and x86_64.
2011-03-12Add patches forobache3-1/+35
* portability fix,`==' operator for test(1) * fix python-config command name
2011-03-11update to 0.10.17drochner2-7/+7
changes: bugfixes
2011-03-11update to 0.10.28drochner3-11/+10
change: fixes a build problem on new Linux kernels w/o v4l1
2011-03-11update to 0.9.6drochner2-6/+6
changes: -encoder improvements and speedup -bugfixes (I've tested the decoder only)
2011-03-11Update to 0.0.26:wiz2-6/+6
Version 0.0.26 rawconference: Correctly check if thread is internal rawstream: Don't start sending before having codecs rawsession: Only manipulate the valve from the session itlsef rawsession: Simplify transform bins creation rawsession: Remove g_debug rawsession: Unref the right object rawsession: Only remove sink if it has been added rtpconference: Correctly check if a thread is internal rtpstream: Fix reference leak in fs_rtp_stream_set_negotiated_codecs_unlock() Keep a ref to the fakesink fsrawconference: Make the construction more consistent In the construction of a raw session we add a bunch of elements. For all elements unref them in _constructed if adding them to the bin fails, for all other failures, leave it to the _dispose function to remove and unref the elements Use full prefix, even for private functions Add a transformation bin the source pipeline As upstream negotiation in Gstreamer still doesn't actually work, we'll need to change transform elements around every time the caps are changed as that will cause a re-negotiation and things will keep working.. Unfortunately managing dynamic pipelines has its own challenges, so add a tee ! fakesink which will eat all the errors for us... fsrawconference: Make fsrawstream explicitely ask the session to set the direction fsrawconference: Cope with fs_raw_session_new returning NULL
2011-03-10bump PKGREVISION from change of gif library from libungif to giflib.obache3-6/+6
2011-03-09libungif/buildlink3.mk -> mk/giflib.buildlink3.mkdrochner1-2/+2
2011-03-09libungif/buildlink3.mk -> mk/giflib.buildlink3.mkdrochner3-8/+8
(uses giflib now per default) bump PKGREV
2011-03-08Testing for OPSYS can only happen _after_ the inclusionwiz1-4/+5
of bsd.prefs.mk.
2011-03-08Fix build failure on FreeBSD.hiramatsu1-1/+4
2011-03-08user-destdir installation support.obache1-4/+8
2011-03-06Remove comments to avoid grep mismatches.wiz1-7/+1
2011-03-06Remove GTK1 using packages for which noone spoke up for the last two weekswiz6-67/+1
on pkgsrc-users in the thread "[HEADS UP] Package removal -- please check".
2011-03-04Update ruby-gnome2 to 0.90.8.obache1-2/+1
== Ruby-GNOME2 0.90.8: 2011-03-04 NOTE: 0.90.x releases are for 1.0.0 major release. A bug fix release of 0.90.7. === Changes ==== All * Fixes * 'make distclean' does not removed pkg-config files. ==== Ruby/GLib2 * Fixes * fix non-gem rcairo detection. [#3178228] [OBATA Akio, Kouhei Sutou] ==== Ruby/Atk * Fixes * fix 'make distclean' cleans needed a file. [Vincent Carmona] ==== Ruby/Pango * Fixes * fix 'make distclean' cleans needed a file. [Vincent Carmona] ==== Ruby/GTK2 * Fixes * fix require order. [id:kenhys] * [#3046538] fix crash by GC at exit. [Vincent Carmona, Kouhei Sutou] * gtk-demo samples with ruby 1.9 (excepted cairo ones). [Vincent Carmona] ==== Ruby/GooCanvas * Fixes * fix pc install. [#3178294] [OBATA Akio, Kouhei Sutou] ==== Ruby/GStreamer * Improvements * improve missing message. [Vincent Carmona] * add Gst::InstallPlugins. [Vincent Carmona, Kouhei Sutou] * Fixes * fix pc install. [#3178294] [OBATA Akio, Kouhei Sutou] * don't use rbgprivate.h. [#3188442] [Mamoru Tasaka, Kouhei Sutou] ==== Ruby/GtkMozEmbed * Fixes * fix pc install. [#3178294] [OBATA Akio, Kouhei Sutou] ==== Ruby/GtkSourceView2 * Fixes * fix pc install. [#3178294] [OBATA Akio, Kouhei Sutou]
2011-03-01No point in pulling in libX11 on native-x installations, and it doesn'twiz1-3/+3
work anyway.
2011-02-28Forbid on NetBSD<5.99, since it needs support for TLS in Linux emulation.wiz1-5/+7
2011-02-28Reset maintainer for retired developers.wiz6-12/+12