summaryrefslogtreecommitdiff
path: root/multimedia
AgeCommit message (Collapse)AuthorFilesLines
2006-10-12update to 0.10.4drochner4-28/+21
changes: many bugfixes
2006-10-12update to 0.10.4drochner5-8/+27
changes: -added apev2mux element -many bugfixes
2006-10-12update to 0.10.10drochner3-7/+8
changes: -New elements: gdppay, gdpdepay -bugfixes -minor API additions
2006-10-12update to 0.10.10drochner3-6/+27
changes: -many bugfixes -some API additions
2006-10-12Update to KDE 3.5.5markd2-6/+5
2006-10-11Fixed "test ==" and $RANDOM.rillig4-1/+119
2006-10-11add missing LICENSE=gdt1-1/+2
2006-10-11disable asm on Solaris, as the resulting object files don't linkgrant1-4/+7
correctly.
2006-10-11fix Xv support on Solaris, as the Xv header files live in /usr/X11R6,grant1-1/+8
not ${X11_BASE}.
2006-10-10turn libsmb support off, instead of relying on autodetect. fixesgrant1-2/+3
problem on Solaris which has libsmbclient but not libgnutls, on which it depends.
2006-10-09Flag a number of packages I use as supporting (user-)destdir.joerg3-8/+11
apg is a bit special as it has some hardcoded ownership, so mark that as "destdir".
2006-10-08add missing distfile info for solarisdmcmahill1-1/+4
2006-10-08Do not depend on rar-bin if MACHINE_ARCH != i386, this should fixxtraeme1-1/+7
installation on !i386 archs... reported by Rhialto some days ago. Bump PKGREVISION.
2006-10-08Update to version 1.7.0salo7-24/+65
Changes: - mkvmerge: enhancement: Added support for MIME type detection via libmagic (patch by Robert Millan with heavy modifications by myself). - mkvmerge: bug fix: Theora headers were not handled correctly. - mkvmerge: bug fix: The WavPack reader was broken on 64bit systems (e.g. AMD64). - mkvmerge: bug fix: The Theora timecode handling was broken, and Ogg/Theora files were not identified correctly (they showed up as "unknown" in mmg). - mmg: enhancement: The 'adjust timecodes' function accepts timecodes like 'XXXXXunit' with 'unit' being 'ms', 'us', 'ns' or 's'. - mkvmerge: enhancement: mkvmerge will no longer refuse to concatenate files with differing Codec Private contents and only issue a warning in such cases. - mkvmerge: bug fix: Quicktime/MP4 reader: Added support for version 1 media headers ('mdhd' atom) with 64bit fields. Fixed the duration of the last packet passed downstream. Fixed overflow issues during re-scaling from the Quicktime/MP4's time scale to nano seconds used by mkvmerge. - mkvmerge: bug fix: Muxing wasn't working Windows 9x/ME because mkvmerge was trying to use Unicode file access functions when determining which directories to create. Fixes Anthill bug #177. - mkvmerge: new feature: Added support for the "Delay:" feature and for negative timecodes in VobSub IDX files. - mmg: new feature: If mmg is set to automatically fill in the output file name then it will clear the output file name once all input files have been removed. - mmg: bug fix: Fixed a crash that occured if the user removed an attachment and clicked somewhere in the empty space in the attachment list. Occured only on Windows. - mmg: bug fix: Re-added Chinese to the list of popular languages (those are listed first in the language drop down boxes). - mkvmerge: bug fix: The last change to the ISO 639 language handling broke the VobSub reader so that it reported the wrong language codes. This also caused mmg to not display the correct language after adding a VobSub file.
2006-10-07Disable assembler code for Mac OS X x86. That should fix a build problemtron1-2/+3
reported by Davide Zanon on the "pkgsrc-users" mailing list.
2006-10-06Update kmplayer to 0.9.3markd3-8/+13
Changes since version 0.9.3-rc1 - Fix audio/video CD w/ MPlayer adding more and more nodes on restart - MPlayer movie length detection fix for URLs in lists - Fix playlistview accessing root node w/o checking (crash fix) - XML Shareable Playlist Format (aka spiff) support - Fixed editing in place tree of URL, they were modified by KURL::prettyURL() - Fixed missing 'NotRunning' state change notification in some cases - Window title for playlists fix, either group name or item URL - Catergory items should not be editable Changes since version 0.9.3-pre2 - Patch from bero, add more output audio and video drivers - Frequencies for Xv TV watching should now be in MHz (like with MPlayer) - Add more help in the handbook about the backends and the playlist format - Support MPLAYEROPTS argument for group/item nodes to add extra settings - Add option to set path/application name for mplayer backend - Fix possible crash when updating the playlist tree from QListView click events - Add 'Delete item' and MoveUp/Down for persistent playlists context menu and TV - Delay loading of recent XML file to first item played or category opened - Defaults to not show progress slider instead of having a disabled slider, this greatly improves channel switching with Xv and the bttv driver - Properly stop kmplayer when 'hanging' in the resolving state, also add 'Connecting' when starting resolving Changes since version 0.9.3-pre1 - Support for audio cdrom - Fixes for 'Persistent Playlists' tree; drop position didn't account for scrollbar position, painting fixes, popup menu position and dropping an item in a not-yet-loaded tree created a temporary ghost tree Changes since version 0.9.2a - Painting of root items in playlist view as 'Window Background' - Add a 'Persistent Playlists' sub tree to playlist view, editing by D&D, in-place node editing or changing the XML directly using the 'Edit Mode' - Add a 'Most Recent' sub tree to playlist view, when having more than 10 items, automatic create a sub tree 'More ..' - Merge TV input and device name to make tree one step less deep - Add Television as persistent sub tree to playlist view - Add 'Optical Disks' with VCD/DVD as persistent sub tree to playlist view - Make playlist tree less deep and remove the branches paintings - Plugin fix for http://www.orbital.pt/ for Konqueror >= 3.5.4 users
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz4-8/+8
2006-10-03Don't offer the "oss" option on platforms which don't support OSS.tron1-4/+8
This fixes the build under Mac OS X. Sounds playback works fine via the "macosx" audio driver on this platform.
2006-10-03Fix a few broken "test ... ==" checks in the configure script foundtron3-7/+34
by "check-portability.mk".
2006-10-03The "mpeg4ipSDL" library is not build under Mac OS X (by purpose).tron2-3/+11
Adapt the package list accordingly.
2006-10-02Fix shared library naming under Mac OS X (Darwin). The "avidemux" packagetron1-2/+3
builds again now. Bump package revision because of this fix.
2006-09-29update to RealPlayerGold-10.0.8.805.20060718.dmcmahill2-6/+20
The old distfile for 10.0.7 was not available and thus this package was broken. While here added a post-fetch target that checks the version of the downloaded distfile to see if real.com has made yet another release without changing the distfile name.
2006-09-29- Fix a "==" in a shell test.dmcmahill2-34/+26
- Add missing header when testing for OSS audio on NetBSD Fixes broken builds on NetBSD-2/i386
2006-09-27Fix homepage.dillo1-2/+2
2006-09-27Regenerate this after moving the vlc packages. Currently no package includesmartti2-31/+23
this file.
2006-09-26adjust @comment for gtk-2.10drochner1-2/+2
2006-09-26We have now vlc and vlc07.martti1-2/+2
2006-09-26Moved vlc08 to vlc.martti24-859/+83
2006-09-26Moved from pkgsrc/multimedia/vlcmartti16-0/+776
2006-09-25Remove as maintainer of this packages. I cannot use "fxtv" any moretron1-2/+2
because I don't have an anlog TV feed into the house.
2006-09-24Remove Mozilla Suite's friends.salo9-85/+1
2006-09-24Catch-up with GTK 2.10. Bump revision.joerg2-4/+4
2006-09-17Share distinfo file between moz-bin-flash and firefox-bin-flash.wiz1-5/+0
Noted by salo@
2006-09-16Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.jmmv3-4/+7
This fixes problems when some installed packages are outdated. Per wiz@'s request. (These are some that I forgot in the previous commit because they weren't initially in the file list. Reported by hira@.)
2006-09-16Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.jmmv8-15/+16
This fixes problems when some installed packages are outdated. Per wiz@'s request. Grrr, I really hate this kind of change.
2006-09-16Update to 7.0.68:wiz2-9/+6
This release fixes several security vulnerabilities as reported in Adobe Vulnerability APSB06-11. Multiple input validation errors have been identified that could lead to the potential execution of arbitrary code, such as that delivered from a remote location via the user's Web browser. Updating is strongly recommended.
2006-09-15Update to 2.16.0:jmmv7-79/+45
2.16.0 * Add keyboard support for the DVD keys: Up, Down, Left, Right * Add support for audio/AMR, audio/AMR-WB and Musepack * Remove old GStreamer 0.8 hacks * Avoid repeat being turned on when it shouldn't in the web browser plugin 1.5.92 * Fix a crash when HAL isn't available * Fix compilation with older versions of HAL, without HAL, and with the Browser plugin disabled * Save and restore the sidebar width * Set and use the connection speed preference (GStreamer) 1.5.91 * Numerous Browser Plugin enhancements: - Playlist support - Split the plugin in 4 different plugins, to allow name-based detection to work, and different Javascript interfaces to be used (Real Player/Helix, Windows Media Player and Quicktime compatible, and basic Totem) - Handle repeat and autostart parameters - Make sure the plugin is available for all Mozilla-based browsers - Make scrolling on the volume widget work as it should * New icon * Use HAL to determine the disc type * Save and restore which sidebar was showing, and whether Totem was maximised * Fix the window title not changing when playing files with broken names * Fix Ctrl+Q not working in fullscreen * More logo mode fixes (xine-lib) * Fix aspect ratio of visuals (xine-lib) 1.5.90 * Add a default filename to the save playlist dialogue * Add supprot for more DVD related remote buttons * Move the properties dialogue to the sidebar * Fix build with newer versions of D-Bus * Avoid linking directly against the Mozilla libraries, should allow build-time and run-time engines to be different (build against Mozilla, run in Firefox) * Make the "Seek To" dialogue work correctly when using the keyboard * Fix logo related redraws (xine-lib) * Try harder to extract audio/subtitles languages from files (GStreamer) 1.5.4 * update xine-lib requirement to avoid startup crashes 1.5.3 * Text subtitle encoding is now selectable * Numerous Browser Plugin enhancements: - Try to cache files while playing them - Add support for cache=true hint - Fix getting the true path for relative paths - Add support for audio-only playback - Add a way to copy the URL from the right-click menu - Add "Open in Movie Player" in the right-click menu * Make showing/hiding the sidebar not resize the video or the window * Pop down language and subtitle menus to avoid hangs when the language or subtitle changes while the menu is open * Add AC3 and Monkey's audio to the known filetypes * Draw the logo ourselves, so we don't crash on startup if the logo is too big for the X video buffer (xine-lib) * Show the logo when playing audio without visualisations * Fix a crash with non-default buffering values (GStreamer) * Fix a leak each time the logo was set (GStreamer) * Fix the "Skip to" dialogue not working when paused (GStreamer) 1.5.2 * Make Space Play/Pause when the video widget has the focus * Fix DVD playback when started from gnome-volume-manager * Allow localisation for time labels * Fix possible crash when using the Nautilus properties tab * Use HAL to detect presence of discs in the drives * Fix problems using the Mozilla plugin on PPC systems * Add Impulse Tracker and MOD files to the list of supported types * Add audio/vnd.rn-realaudio as a supported playlist format * Use theme friendly window icons * Fix a new installation of Totem not using visualisation (GStreamer) 1.5.1 * Add XSPF playlists read and write support * Allow users to choose the type of playlist to write when saving 1.5.0 * Remove unused DXR3 support * Remove GStreamer 0.8 support * Fix the GTK+-only version not displaying some menu items * Update the "Skip to" time label when entering time manually, fix sensitivity of the OK button in that dialogue * Fix crash on exit if the interface couldn't be loaded * Add basic support for the Quicktime Metalink playlists * Avoid deadlocks when forcing opening with a subtitle when there's none * Fix crash when setting the connection speed setting to the maximum * Make the previous/next icons in the popup the same as in the rest of the interface * Make menu shortcuts unaccessible in fullscreen * Make Ctrl+S show the "Skip to" dialogue as it should * Fix a small memory leak in the Nautilus properties plugin * Add debugging to the playlist parser * Make the preferences window appear on top of the main window at all times, and hide it straight away when exiting * Fix playback of non-Mozilla streams (such as mms) in the Mozilla plugin * Fix saving non-relative m3u playlists * Handle space as Play/pause in windowed mode if the video widget has the focus * Work-around broken .pls files from Virgin radio * Fix problems with sound not coming out when audio output selected isn't Stereo (xine-lib) * Fix pixel aspect ratio settings (GStreamer)
2006-09-15Update to 2.16.1:jmmv3-311/+17
This is gnome-media 2.16.1 Changes since 2.16.1: * install vumeter.desktop file correctly. This is gnome-media 2.16.0 Changes since 2.14.2: * make full row of checkboxes clickeable in gnome-volume-control * .desktop fixes for bug-buddy and for category of FDO spec * macro fixes in header files * cygwin build fixes * translations: bn_IN, ca, da, de, es, eu, hi, hu, id, it, ja, ko, lv, mk, mg, ml, mn, mr, nl, pl, pt, ru, sl, sv, ta, th, tr, uk, zh_HK, zh_TW Bugs fixed: * 82190: Gnome CD should not have it's own themes * 166587: does not compile without specifying extra LDFLAGS * 168978: gnome-cd skips when using cdparanoia backend * 303325: The Application "CDDBSlave2" has quit unexpectedly * 316855: Sound Juicer crashes when adding the first new profile * 319846: volume control capplet not in sync with volume control ap... * 329409: gnome-media Cygwin build fixes * 329922: When recording multiple times, items in "record from inpu... * 333450: add categories to gnome-sound-recorder.desktop * 333476: gnome-sound-recorder MUTES sound-recording when recording.. * 336186: Gnome Volume Control applet should display "digital outpu... * 336315: Full row in checkbox listing should be clickable * 339784: sound configu error! * 341361: patch for as-needed * 348645: Help kill libegg * 348851: Errors in .desktop file break bug-buddy support * 349305: Polypaudio is renamed to PulseAudio * 352836: fix a couple leaks Thanks to: * Kjartan Maraas * Marc-Andre Lureau * Stefan Kost * All the translators
2006-09-14Update MASTER_SITE.taca1-2/+2
I could fetch this morning, but can't now. So I checked http://mingruby.rubyforge.org/ and it points this MASTER_SITE.
2006-09-13Update ruby-ming to 0.1.7.obache4-17/+39
ChangeLog for ver 0.1.7 ----------------------- * work with Ming 0.3beta1 * big changes from ver 0.1.6
2006-09-13Update py-ming to 0.3.0.obache3-22/+18
ChangeLog is unknown.
2006-09-13Update ming to 0.3.0.obache7-80/+44
ChangeLog is too large, so omit it.
2006-09-13Update MASTER_SITES and HOMEPAGE.obache1-3/+3
2006-09-07Sort PLIST.taca1-2/+2
2006-09-06Remove Mario Kemper as maintainer of these package on his request.tron1-2/+2
2006-09-02Update to dvdauthor-0.6.11. Submitted by Martin Wilke via PR34431.sekiya5-35/+10
2006-08-28Add and enable gst-plugins0.10-xvid.jmmv1-1/+2
2006-08-28Remove misimport (extra dash in package name).jmmv3-22/+0
2006-08-28Initial import of gst-plugins0.10-xvid, the xvid plugin for gstreamer 0.10.jmmv3-0/+22
I'm amazed to see that with this in place the totem-video-thumbnailer now works (instead of crashing) for supported videos! And playback works nicely (not deadly slow, as I remember from prior versions).
2006-08-28Initial import of gst-plugins-0.10-xvid, the xvid plugin for gstreamer 0.10.jmmv3-0/+22
I'm amazed to see that with this in place the totem-video-thumbnailer now works (instead of crashing) for supported videos! And playback works nicely (not deadly slow, as I remember from prior versions).