summaryrefslogtreecommitdiff
path: root/multimedia
AgeCommit message (Collapse)AuthorFilesLines
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig3-6/+6
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig26-59/+61
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-11-26Add mplayer-internal-faad option to use mplayer's internal faad library.ben2-8/+15
The default is to depend on an external faad library, so bump PKGREVISION.
2005-11-25Bump PKGREVISION for libgsf dependencies, and BUILDLINK_DEPENDS becausewiz4-5/+8
of the libgsf shlib major bump and associated BUILDLINK_DEPENDS bump.
2005-11-24Add mplayer option for faad2, which uses faad2 from pkgsrc.ben2-5/+13
2005-11-11Add patch from joerg@ to re-enable libcd* support, tested by dhowland.wiz3-10/+208
Bump PKGREVISION.
2005-11-11Disable libcdio and libcddb until vlc has beenwiz1-4/+9
updated to the interface changes for the two libraries. Based on PR 32023 by David Howland. Bump PKGREVISION for any users that still have the old libcd* libraries installed.
2005-11-11Reverted the last change. Added a comment to why that changed had brokenrillig1-2/+4
things.
2005-11-09Regen distinfo to include patch-ah, which was recently added tominskim2-3/+4
multimedia/mplayer-share. Noted by Bernd Ernesti. Bump PKGREVISION.
2005-11-05Replaced an overly complex expression with the roughly equivalentrillig1-2/+2
${PKGBASE}.
2005-11-04Normalized BUILD_DIRS.rillig1-2/+2
2005-11-04Instead of "smpeg", the variable for selecting options is calledrillig1-2/+2
PKG_OPTIONS.smpeg.
2005-11-04Add php-ming.minskim1-1/+2
2005-11-04Import php-ming from pkgsrc-wip. Packaged by OBATA Akio.minskim2-0/+14
PHP extension for ming library; see multimedia/ming for details.
2005-11-04Add ruby-ming.minskim1-1/+2
2005-11-04Import ruby-ming from pkgsrc-wip. Packaged by Rich Davies.minskim4-0/+52
Ming/Ruby is an extension library which wraps Ming, a C library for generating SWF format movie (a.k.a. "Macromedia Flash").
2005-11-04Add py-ming.minskim1-1/+2
2005-11-04Import py-ming from pkgsrc-wip. Packaged by Michal Pasternak, andminskim3-0/+39
modified by OBATA Akio. Python bindings for ming library; see multimedia/ming for details.
2005-11-04Move graphics/ming to multimedia/ming.minskim1-1/+2
2005-11-04Move ming to the category that it should belong to.minskim8-0/+113
2005-11-02We need sys/time.h for timeval on DragonFly. Since time.h and sys/time.hjoerg2-4/+13
might conflict on some systems, conditionally include it only on DragonFly.
2005-11-01Add DragonFly PLIST entries. And bump PKGREVISION.reed2-1/+6
This plugin has not been tested yet. Todo: test xineplug_ao_out_oss plugin and make sure /dev/ device is correct. Todo: check to see if other plugins can be enabled -- see what is done for FreeBSD.
2005-11-01Add patch to fix DragonFly issue in bswap.h:reed2-1/+15
"You need to add endian swap macros for you're system" This was noted by Jonathan Fosburgh on DragonFly users list.
2005-11-01Fix typo to make it configure for -pthread correctly onreed2-4/+4
DragonFly. (J. Fosburgh said on DragonFly users list that configure failed due to the lack of a -lpthread.)
2005-10-31Update to 0.9.1:xtraeme3-21/+10
- Added Find/FindNext in playlist's context menu - Intro-movie's background will finish when clicked on its background - Fix possible crash w/ plugin if javascript did a 'put' on an unknown property - Support reading playlist files from media:// or remote:// protocols, movie files that resolve to these, still doesn't work though - Support SMIL's 'begin' attribute on group tags (seq/par/excl) as well - Fix not honouring MPlayer's aspects detection in case it's not width:height - Fix MPlayer with the X11Shm video driver not scaling correctly when 'keep aspects' is set And more... http://kmplayer.kde.org/changelog.php
2005-10-29simplify PKGNAME manglinggrant1-4/+3
2005-10-29remove more breakage introduced by NetBSD fixes...grant2-7/+11
2005-10-29sprinkle some #ifdef and simplify, instead of unconditionally addinggrant2-36/+40
stuff for NetBSD that breaks this on all other platforms.
2005-10-24Call isspace(3) with unsigned char, instead of char, to handleminskim4-5/+41
non-ASCII characters properly. Based on patches provided by Kevin Kim Bump PKGREVISION for mplayer and gmplayer.
2005-10-23Added RCS Id in line 1.rillig1-0/+2
2005-10-21Added multimedia/gst-plugins-xvid.xtraeme1-1/+2
2005-10-21Modify the xvid plugin to play video/x-divx files.xtraeme2-1/+15
2005-10-21Initial import of gst-plugins-xvid-0.8.11.xtraeme3-0/+26
GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple mp3 playback to complex audio (mixing) and video (non-linear editing) processing. Applications can take advantage of advances in codec and filter technology transparently. Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface. This package provides the xvid plugin for GStreamer, which lets it handle MPEG4 (aka DIVX) media containers.
2005-10-21Create and install links to the shared library to fix building of somextraeme4-11/+23
packages (the correct way would be libtoolizing it but I won't do that). Bump PKGREVISION.
2005-10-20Include buildlink3 files of fontconfig and freetype2 so that configureminskim1-2/+5
always detects them. Bump PKGREVISION.
2005-10-19Changes 0.4.9:adam4-20/+20
* Make XTest optional (screenblanker-defeating fake keypresses). It seems to be causing problems... * Don't touch the volume at startup if remember_volume isn't set. * Don't reset the volume on exit - xine-lib alters it (if remember_volume is set) before gxine gets anywhere near it. * Fix Xinerama handling. * Enforce black background beyond video area within video window. * Don't create links to the browser plugin if it isn't present. * Added Simplified Chinese translation. (Tao Pin, Dong Changdao) * Fix a few filename-related memory leaks. * Fixed problems with # in filenames. * Use --as-needed (if supported) when linking.
2005-10-19Add and enable xfmedia.minskim1-1/+2
2005-10-19Import xfmedia from pkgsrc-wip. Packaged by dhowland and modified by me.minskim5-0/+117
Xfmedia is a simple, easy-to-use media player based on the xine engine. The GTK+ and Xfce4 GUI focuses on playing and managing audio files, but, being based on xine, supports video as well.
2005-10-16Update totem and totem-xine to 1.2.0:jmmv5-23/+50
New features and significant updates in version... 1.2.0: * New French (fr) translation of the help files * Fix problems with the nautilus property window not getting translated properly * Add missing strings for translation * Remove warnings when exiting early because audio or video outputs aren't available (GStreamer) * Fix the visualisations not running on startup (xine-lib) * Correctly change the visualisation plugin when it's not currently in use (xine-lib) 1.1.5: * Fix Totem not finding the type of a disc when it's not in /etc/fstab * Some (more) volume button fixes * Don't leak memory when getting the supported mime-types of the plugin * Fix generation of the playlist-end signal in the playlist parser * Allow reading DVD off the disk (GStreamer) 1.1.4: * Fix sensitivity of the volume menu items * Avoid crashes with the screensaver disabling code * Use D-Bus for the communication between the mozilla plugin and the viewer (more reliable, and supports multiple plugins at the same time) * Make it impossible to have the sidebar smaller than the buttons it contains * Hide the sidebar when hiding the controls * Make the sidebar shortcut F9 like other GNOME applications * Add suport for ASF redirect files * Don't display the length in full-screen mode if it is unknown * Disable the "Save" button in the playlist if it is empty * More volume button fixes * Fix build with newer pkg-config versions * Fix double error messages when reading encrypted files (xine-lib) * Only create visual effects plugins when needed, not on startup (xine-lib) * Allow remote subtitle files (GStreamer) 1.1.3: * Move the playlist dialog to a sidebar * Use a new volume widget in the main player window * Deprecate the use of vcd:, dvd: and cd: to play discs, and have the user pass a directory (for vcd: and dvd:) or a device path (for all) instead * Avoid resizing on startup before we really show the window * Fix a crash when 'Hide controls' is called while starting up * Move the Repeat and Shuffle menu items to the Edit menu * Disable the Zoom menu items correctly on boundaries * Don't crash when trying to set the Zoom level during startup * Hide the main window quicker on exit * Make the album name selectable in the property dialogues * Update the length in the property window as the stream is played * Add the ability to write/read a title when saving a playlist * Ignore images and text files when reading playlists or parsing directories * Say that we support Shorten and 3GPP files * Show the track number in the window title if available * Avoid triggering the mouse pointer highlighter when in fullscreen * More resilient "Play disc" feature when trying to play back Audio CDs * Sort files before inserting them in the playlist when dropping them * Better parsing of ASX playlists and ASF reference files * Better Mozilla plugin headers detection * Fix compilation of the Mozilla plugin with GCC4 * Add a working volume button * Fix the Mozilla plugin's window showing up outside the browser (GStreamer) * Better iradio title support (GStreamer) * Add DVD subtitles support (GStreamer) * Better error messages on startup and during playback (GStreamer) * Fix some memory leaks (GStreamer) * Remove a few startup warnings (GStreamer) * Work-around problem in xine-lib that could mean files showing up as 0-length * Work-around errors when seeking near the end of an ASF/WMV file * Fix crashes when playing back some files with errors (xine-lib) * Add a proper warning when trying to play an empty file (xine-lib) * Fix hand icon not appearing on DVD menus in fullscreen (xine-lib) * Fix detection of still images with newer xine-lib * Fix screenshot aspect ratio for some MPEG files 1.1.2: * Use MusicBrainz to get Title, Album, etc. for audio CDs * Also read 3 letters country-codes for subtitles and languages * Remove unexisting local files from the recent files list * Make subtitles and languages menus unsensitive rather than their submenus * Have the nautilus properties page set the tab label according to the file type * Add the "--print-playing" command-line option that does what it says * Desensitise zoom menu items when boundaries are reached * Allow building the Mozilla plugin with Firefox * Avoid deadlocks/CPU burn with the thumbnailer * Fix GTK+ only build, remove GNOME dependency on the thumbnailer * Make the Exit fullscreen appear on the right screen for Xinerama setups * Misc Mozilla and playlist fixes * Fix some playlist files from winamp.com not being parsed properly * Don't show the fullscreen popups when the video window isn't focused * Fix crash with some recent files * Allow to pass a device directly to the playlist, for DVD and VCD * Better error messages for some types of input (xine-lib) * Fix crashes when zooming out too far (xine-lib) * Prevent window flickering with some files (GStreamer) * Implement per-track CD playback (GStreamer) * Improve metadata loading in the nautilus properties page (GStreamer) * Implement aspect-ratio switching (GStreamer) * Add subtitles/languages labels for audio streams (GStreamer) 1.1.1: * Major enhancements to the experimental mozilla plugin * Remove use of libnautilus-burn, and list all the CD drives in the main movie menu * Add a preference to select the subtitle font * Avoid the progress bar changing the status bar's height * Allow Totem to be passed multiple files by Nautilus * Translate the language names in Totem's menus * Make the "Skip to..." dialog appear again * Don't crash if the playlist contains non-UTF8 data * Fix parsing of some ASX playlists * Slight performance increase in adding entries to the playlist * Fix Drag'n'drop of files and directories with broken UTF-8, and from Konqueror * Close the 'Open Location' dialogue when 'Esc' is pressed * Fix a crash when reaching the first element in a shuffled/repeat playlist * Fix parsing of directories with special characters and broken UTF-8 * Use the new 'Leave fullscreen' icon and label * Add the Video bitrate in the properties * Prevent a click in the recent files really opening the first file twice * Add --play and --pause command-line options * Fix compilation with glibc 2.2 systems * Add a man page for totem-video-thumbnailer, and update the totem one * Fix possible crash in the BaconMessageConnection * Require glib 2.6.3 to fix the thumbnailer exiting too soon * Fix date shown from some OGG files (GStreamer) * Fix the cursor not disappearing (GStreamer) * Allow relative paths to be passed to the thumbnailer (GStreamer) * More HIG fixes
2005-10-16Update to 2.12.0:jmmv5-61/+64
This is gnome-media 2.12.0 Changes since 2.11.92: * install icon for desktop entry. * distfix. This is gnome-media 2.11.92 Changes since 2.11.91: * Fix typo in schema * s/lrint/rint/ for BSD portability Bugs fixed: * #309634: build failure -- some platforms do not have lrint() This is gnome-media 2.11.91 Changes since 2.11.5: * loop/track mode fixes to gnome-cd * fix crash in gnome-cd when empty CD is inserted * make dialog in profiles library call gtk_dialog_run() Bugs fixed: * 309883: Library version of gnome-audio-profiles-properties crash ... * 310309: Fix Right Alignment of Video Tab * 310626: CD player crashes when an empty cd is in the drive * 311458: HEAD build failure * 312636: In Loop Mode and Single Track mode, after completing one ... * 312654: Single track mode fails to play Last track * 312658: Stop while in Loop mode, restarts playing the song. This is gnome-media 2.11.5 Changes since 2.11.4: * memleak fix * small buglet in gnome-cd where a menu item was not updated when we started playing This is gnome-media 2.11.4 Changes since 2.11.3: * more standardization changes to gnome-cd and gnome-sound-recorder Bugs fixed: * 300408: put list edit button after the list not before it * 302156: Cd Player doesn't remember last volume chosen * 303630: A few typos in the .po file * 304063: Incorrect item capitalization in panel menus * 305228: Gnome-CD deadlocks at end of cd * 306052: Fehler * 306323: gnome-cd should use GTK_STOCK_MEDIA buttons * 306755: gnome-sound-recorder does not ask to save the files This is gnome-media 2.11.3 Changes since 2.10.0: * ported gnome-sound-recorder to GtkUIManager * some UI enhancements to gnome-cd and cddb-slave * many usability and bugfixes Bugs fixed: * 90792: cddb-slave2-properties capplet should listen for gconf ch... * 98195: disclosure widget not properly showing indicator in RTL t... * 105703: Track editor is not refreshing * 110686: CDDB preferencces dialogue far too big * 139808: "Iconify to tray" option * 144163: gnome-cd status tray icon should show current CD information * 148689: should remember window geometry * 152878: wrong cddbp port * 156671: Gnome Sound Recorder: elapsed time incorrect for FLAC & W... * 161973: adding cacasink to videosink list OR removing aasink from it * 164120: Gnome-CD asserts when GStreamer elements not found * 167472: Please don't use ngettext() just to distinguish 1 and oth... * 168648: gstreamer-properties closes on aasink preview when launch... * 170685: Title Bar doesnt work properly when a Record button is Cl... * 171370: use GnomeAbout which is deprecated * 171952: Gnome-cd Uses GnomeAbout which is deprecated * 171973: Gconf not updated with "Other FreeDB server" selection f... * 171986: Gnome-Sound-Recorder Uses GnomeAbout which is deprecated * 171990: Add Quit menu item to the popup menu of the tray icon * 172034: Correct spelling error * 172036: Correct grammar error * 172538: fix a few leaks and do not set a null title * 300117: Gnome-media won't compile when Gnome is installed in a no... * 300658: Fix gcc4 warnings and stuff
2005-10-13Update to KDE 3.4.3markd1-4/+4
Changes: JuK: Fix random play not being random between application starts. JuK: Fix Tree View Artists not having artists of different capitalization. JuK: Google cover search now works again JuK: Fix crash on startup after a watched directory was removed. JuK: Fix infinite loop when switching output methods. JuK: Fix 0-width added columns when using manual resizing. JuK: Fix not checking for proxy exceptions for MusicBrainz. JuK: Fix the "Back to Playlist" link in the Now Playing bar to select the playing playlist instead of the Collection List. JuK: Fix the Jump to Playing Item feature to update the Tag Editor. JuK: Fix tabstops being in a seemingly random order in some dialogs. JuK: Fix code warning caused by improper signal declaration. JuK: A few style guide fixes to clarify some operations. JuK: The Now Playing bar is correctly updated when you change the tag of the playing item.
2005-10-13Update to 1.0.3a. Man... I hate this package in its actual form... it'sjmmv21-398/+353
completely unmaintenable. Changes: * fixed format string vulnerability in audio CD input plugin * some build system fixes for Windows
2005-10-12Update to 1.0alpha5:wiz6-68/+38
[ 2005 August 20 - libtheora 1.0 alpha 5 release ] We're pleased to announce a new release of the libtheora reference implemenation. This is an incremental update over alpha 4, to draw a line under recent work before we start adding optimization work. There are two important bugfixes as well, so we recommend upgrading to everyone. This release is source and binary compatible with 1.0 alpha 4.
2005-10-12Update gst-plugins-* to 0.8.11:jmmv7-35/+92
Changes since 0.8.10: * new element: dvdsubdec * new element: imagemixer * new element: textrender * new element: x264enc * new element: oggparse * important fixes for esound synchronisation Bugs fixed since 0.8.10: * 166528 : [playbin] hang playing dvdnav:// location * 166783 : [PATCH] New plugin: imagemixer * 167122 : seeking DVD stops playback * 171563 : Vorbis support for Matroska muxer * 301312 : dvdsubdec element * 305754 : [PATCH] Internal GStreamer error: pad problem. * 306555 : chain-based text rendering element * 307326 : esdsink makes video choppy totem * 307361 : please expose shoutcast stream metadata through playbin * 308040 : gstadder: using adder with float audio results in corrupt... * 308484 : Totem gives error when seeking back to beginning of Ogg T... * 308633 : Matroska muxer always fails * 308638 : ffmpegcolorspace does not handle bgra32 correctly * 308772 : mad timestamp inconsistency * 308980 : gst-typefind incorrectly identifies m4a files encoded wit... * 309087 : artsdsink registers conflicting property " name " which cau... * 309150 : [xvimagesink/ximagesink] Incremenet framerate properties * 309179 : videomixer does not love static images and eos * 309218 : adder element does not supply duration values to data it ... * 309325 : Matroska: incorrect element size * 309354 : timestamp inconsitency in audioscale * 309375 : cdparanoia can't extract last track * 309503 : gst-plugins: xine wrapper compile problem with xine-lib-1... * 309524 : no debug category for gnome-vfs elements * 309532 : Matroska: Invalid free() * 309834 : Totem crashes when trying to Play Disc 'cdrecorder' * 310020 : Totem segfaults due to bad location * 310335 : [decodebin] problems with audio streams in a mkv * 310597 : gsttextrender cuts of pixels at the right and bottom of s... * 311006 : [spectrum] handle mono streams * 311070 : wavparse returns caps not in template * 311162 : [flacdec] doesn't handle 24-bit files * 311401 : alpha capsnego broken * 311487 : configure doesn't check for libGLU? * 311491 : ogg muxer can get pages out of order (patch) * 311583 : Skips when playing CD * 311600 : Add MPEG-2 support to mpeg1videoparse * 311662 : " uninitialized value " warning causes build to fail * 312121 : [modplug] crashes on query before song fully loaded * 312272 : Musicbrainz tags not registered for FLAC encoder * 313084 : Eats memory decoding mp3 * 313374 : Crashes in libgstcdparanoia when missing device permissions * 313600 : recent change to esdsink in the 0.8.x branch breaks playback
2005-10-12Update to 0.8.11:jmmv3-8/+8
Bugs fixed since 0.8.10: * 170809 : Error compiling on Solaris 9 x86 * 304123 : update to POTFILES.in * 305653 : build fixes for gstreamer and gst-plugins * 307352 : PATCH: pass the --libdir argument to autogen * 308067 : GST_TYPE_BUFFER crashes in gstvalue handling * 308438 : Registering the same tag twice leads to assertion warnings * 308559 : gst_value_deserialize to a gint64 does not work * 308647 : [filesink] not handling errors properly? * 308766 : gst_element_factory_create() may invalidate pad templates... * 309125 : [patch] memleak in gst/gstvalues.c
2005-10-11Add a reminder not to add INTERACTIVE_STATE=fetch. It has beendillo1-1/+4
added and removed twice in the last two months.
2005-10-11Update "xanim" package to vesion 2.92.0. A list of change is not available.tron4-110/+57
This version does however have a working master site.
2005-10-10Add DragonFly support.joerg2-1/+24
2005-10-10Allowing building on DragonFly.joerg3-4/+36
2005-10-10Remove interactive stage setting too.agc1-5/+1