summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Enable pkgviews installation. Patches provided by Joachim Kuebart onminskim7-7/+27
tech-pkg@.
2005-02-22Claim maintainership of this package, update homepage URL.jmcneill1-4/+4
2005-02-21Sign over maintainership to tech-pkg@hubertf29-58/+58
2005-02-20Update to 1.2:wiz4-120/+101
VERSION 1.2: ADD: "Repeat Track" status is reflected by an icon in the playlist. ADD: New icons from tightcode for statusbar and repeatTrack. ADD: New Smart-Playlist "Ever Played". CHG: Bumped GStreamer version requirement to 0.8.4. CHG: Made it possible to use artsdsink with GStreamer again. CHG: Don't read m3u files recursively when dropping a folder on the playlist. No more doubled entries. FIX: Shoutcast radio with GStreamer is improved, no more dropouts when starting a stream. ADD: The "Similar Artists" feature (using Audioscrobbler) can now be switched off. (BR 95280) FIX: Error in Shoutcast http-request, which made it impossible to play many radio streams with GStreamer and aRts. (BR 97211, 98569) CHG: Better default directory for selecting a custom cover. FIX: ContextBrowser reloads after setting a custom cover. (BR 96548) FIX: Cover-Manager's full-screen view works with Bughira (brushed metal). ADD: Script-Manager can auto-run scripts on application startup. ADD: aKode engine, depends on KDE 3.4. No configure check yet. FIX: Don't add non-audio files to the Collection. CHG: We now use the SqlLoader, which greatly improves the performance of adding stuff to the playlist from SmartPlaylists and the Collection. VERSION 1.2-beta4: ADD: It is now possible to select the right image if there are multiple results from Amazon. Patch from Gregory Isabelli <g_isabelli@yahoo.fr>. (BR 93287) CHG: Reorganized the DCOP interface. We used to have all DCOP functions in the "player" group. Now it's splitted up into several categories. Attention script writers: Adjust your DCOP calls! FIX: The loader is now more robust and should always find amarokapp. CHG: The search-browser has been integrated into the file-browser. CHG: OSD can have fake transparency and new fancy shadow. ADD: DCOP function "shortStatusMessage", shows a temporary message on the application's statusbar. FIX: Frequent crashes when writing tags. (BR 95344) FIX: CoverManager updates its status display correctly. FIX: "isPlaying" DCOP function now works correctly. (BR 90894) ADD: Automatic crash report generator, sends backtraces to amaroK HQ. ADD: DCOP function "saveCurrentPlaylist". Writes the playlist to current.xml, for scripts that need to access the playlist contents. ADD: Playlist2html, a script for playlist exporting. (BR 96199) ADD: Improved statusbar, with animated error notification widget. ADD: New progress display system, can show multiple expandable progress widgets in the statusbar. ADD: Alarm script, starts playing music at specified alarm time. ADD: Script-Manager for DCOP script extensions is now functional. Refer to the amaroK Wiki for information on script writing. ADD: Collection-Browser shows a help message in flat-mode when filter is empty. (BR 97000) CHG: It is possible to select the Database Engine (SQLite, MySQL) runtime, without amaroK restart. New Database Engines can be added, they need to inherit DbConnection and implement its' virtual methods (see SqliteConnection and MySqlConnection). CHG: New amaroK icon "Blue Wolf", made by Da-Flow. FIX: Possible crash when enabling Player-Window. (BR 94668) VERSION 1.2-beta3: ADD: Smart Playlists can have a random order or a score weighted random order (BR 90861) ADD: Show total length of selected songs in statusbar. (BR 90284) ADD: Context-Browser now caches the tab widgets. Patch from Matias Costa <mcc3@alu.um.es>. (BR 95999) FIX: RAND and REP buttons were always enabled at startup. (BR 95861) ADD: Implemented "Append Suggestions" functionality. It means that when enabled, amaroK will append a couple of suggested songs to playlist when you play a track. This produces a continuous playlist, something similar to listening to radio. ADD: Implemented "Play Media..." functionality. FIX: Playlist-Browser was appending to playlist when clicking "Load". Now it replaces the current playlist again, as intended. ADD: Profile for KDELIRC (Remote Controls). Patch by Dirk Ziegelmeier <dziegel@gmx.de>. ADD: Remove Duplicates now also removes dead entries from playlist. FIX: Accept album-dragging from the ContextBrowser. (BR 86020) FIX: Configure check was missing for the Konqueror Sidebar (depends on KDE-Base). FIX: Browser splitter was drawn incorrectly with some styles. (BR 95333) ADD: DCOP call for relative seek. Patch by Andreas Pfaller. (BR 84989) CHG: Bumped TagLib dependency to 1.3.1. (1.3 is too damn buggy) FIX: CTRL-M can show the menubar again after hiding. (BR 94139) ADD: Support for last.fm streams. FIX: amaroK icon shows correctly in window decoration under GNOME. ADD: Support for ID3v2 cover images. (Thanks to M. Thiesen!) (BR 88492) ADD: DCOP calls for the status of Random Mode, Repeat Playlist and Repeat Track. ADD: DCOP call to return the sample rate. ADD: DCOP call to return the track number. (BR 94825) FIX: GStreamer-engine provides better scope synchronisation. ADD: Save current track position and play queue on exit. (BR 90379) FIX: Fix Directory column on playlist, show absolute directory path instead of empty string. (BR 90361) ADD: DCOP call to scan your collection. (BR 84621) FIX: When an engine fails to load, respect the rank while choosing the next engine. VERSION 1.2-beta2: FIX: Classic amaroK theme looks better. ADD: Context Browser has CSS styling. FIX: Cover fetching improvements/fixes. ADD: Last played: yesterday, etc. in ContextBrowser. FIX: Big speedup for PlaylistLoader, when adding many items. ADD: Show songs you once played, but didn't play for the longest time on ContextBrowser's Home-page. (least played) (BR 89479) FIX: Don't crash on song switch, when there's only one visible playlist item and repeat-list is activated. (BR 94030) CHG: Add and queue tracks after the current track. (BR 94121) ADD: DCOP call to raise the equalizer configuration dialog. ADD: Konqueror sidebar to view playing info and control amaroK. ADD: DCOP call to clear the playlist. (BR 90149) ADD: DCOP call to enable/disable the equalizer. ADD: DCOP call to return the score of the currently playing track. ADD: Audioscrobbler submit queue stored on disk. Tracks that are listened when offline will be available for submitting later. CHG: "Start Scan" button was renamed to "Update". Now it starts an incremental scan instead of a full rescan. FIX: Lyrics parsing failed for certain songs. (BR 94269) ADD: xine-engine saves config, and implements crossfade, bug fixed too. ADD: Player-Window can also show the BlockAnalyzer. CHG: Run incremental scanning once a minute instead of every 30 seconds. FIX: When collection scanning was interrupted with Cancel, incremental scanning didn't work any longer. CHG: Handle incremental file scanning in a thread. Now the GUI doesn't get blocked every 30 seconds, anymore. (BR 93564) ADD: CollectionBrowser now offers two operation modes: The classical TreeView and a new FlatView (like the WinAmp Library). FIX: Caching of local cover images was broken for non-unique filenames. (BR 94068) FIX: "Visualizations" menu entry was always disabled. FIX: Play button was sometimes stuck in disabled state. FIX: OSD was showing "%artist - %track" instead of "%artist - %title". FIX: Forward command line option --engine to amarokapp. FIX: CoverFetcher was always looking for "album - album". VERSION 1.2-beta1: ADD: Full support for Audioscrobbler, including submission of tracks. FIX: Arts engine resumes from position when session is restored. ADD: Vorbis stream metadata support (GStreamer-engine). (BR 82378) ADD: Cover image and lyric fetchers include filters for common extensions, such as (Disc 1). (BR 90630) ADD: Ability to choose from four different Amazon locales. (BR 90664) ADD: OSD now draws gradient instead of solid colour. ADD: 'Stop after current song' functionality. (BR 88652) FIX: Queue function from context/collection browsers actually properly queues tracks. (BR 90319) ADD: MySQL database support. Patch by Andreas Mair <am_ml@linogate.com>. Please refer to mailing list for detailed instructions. ADD: Metadata history for streams in Context-Browser. (BR 89839) ADD: Command line option --engine. ADD: OSD text is now configurable, and it displays the album cover. FIX: Remote folders are read recursively when dropped on the playlist. FIX: Audiocd protocol in filebrowser had empty folders. ADD: Cache system for current-track animation in playlist. Reduces CPU load when the playlist is visible. ADD: 10-band IIR equalizer for GStreamer and xine engines. FIX: The background gradient effect in Context-Browser is now much faster. The gradient also looks nicer. (BR 91276) FIX: Password-protected streams did not work correctly. (BR 91184). Patch by <javapojken@yahoo.se>. ADD: NMM-engine was rewritten and updated for the latest NMM release. Supports audio and video playback. ADD: Cover-Manager supports drag-and-drop. ADD: Tags are now read from the Collection database if they are already stored. This speeds up adding items to the playlist. (BR 90137) ADD: Context-browser shows "Suggested Tracks", utilizing audioscrobbler. FIX: Configure does no longer print "Good - Configure has finished" when a dependency is missing. ADD: Intelligent automatic resize for playlist columns ADD: Shaded current-track marker in playlist. ADD: Automatic song lyrics display. CHG: Internal SQLite upgraded to 3.0.8.
2005-02-20libvisual-gforce and libvisual-nebulus are included inwiz11-648/+1
libvisual-plugins-0.2.0 -- remove separate packages.
2005-02-20Update to 0.2.0.wiz2-5/+5
New in 0.2.0: 2005-02-09: * Maintaince. (Dennis) [sic]
2005-02-20Update to 0.2.0:wiz2-5/+5
New in 0.2.0: 2005-02-09: * Maintaince. (Dennis) [sic]
2005-02-20Update to 0.2.0:wiz4-8/+561
New in 0.2.0: 2005-02-09: * Adding pseudotoad flower actor plugin, ported. (Dennis) * Adding dancing particles plugin, ported. (Dennis) * Including G-Force in package. (Dennis) * Including Nebulus in package. (Dennis) * Adding corona actor plugin, ported. (Dennis, Jean-Christophe) * Fixed bumpscope actor plugin. (Dennis) * MMX code added to JESS, alphablend, oinksie (Dennis) * Fixing many bugs in plugins. (Everyone) * Adding VisUI userinterfaces to plugins, not usable yet because there is no client support yet. (Dennis) Dancing Particles disabled, since it dies consistently for me (sigseg).
2005-02-20Update to 0.2.0.wiz7-70/+25
New in 0.2.0: 2005-02-09: * VisTransform subsystem. (Dennis) * visual_palette_color_cycle() function. (Dennis) * visual_param_container_copy_match() function. (Dennis) * visual_param_container_copy() function. (Dennis) * visual_timer_elapsed_msecs() function. (Dennis) * VisCPU subsystem. (Dennis) * visual_mem_copy(), will contain mmx, sse versions later on. (Dennis) * MMX version of the 32bits bilinear filter. (Jean-Christophe) * Fixed the visual_video_blit_overlay(). (Dennis) * MMX versions of the 32bits alpha overlay. (Dennis) * VisPluginEnviron system added. (Vitaly, Dennis) * Nearest scalers. (Chong Kai Xiong, Dennis) * Bilinear scalers. (Jean-Christophe, Dennis) * VisError error values, and human readable errors. (Dennis) * Objectification of all libvisual structures. (Dennis) * Complete VisObject system. (Dennis) * VisSongInfo, use the bilinear filterer, scaler for coverart. (Dennis) * VisPalette VisParamEntry type. (Dennis) * VisObject VisParamEntry type. (Dennis) * VisThread threading wrapper system. (Dennis) * VisUI Complete userinterface abstraction layer. (Dennis) * Have a string only plugin type, plugins are now members of domains. (Dennis, Vitaly) * Many many fixes, improvements and such. (Everyone)
2005-02-20Add and enable goom.wiz1-1/+2
2005-02-20Initial import of goom:wiz6-0/+76
A cool visual effects program that runs on almost all multimedia players.
2005-02-18Update to 0.8.6:wiz5-31/+31
0.8.6 - January 11, 2005 - Added Polypaudio driver(libao-polyp 0.4) from Lennart Poettering - Use esd_close() in the esd driver - Broaden sample rate tolerance in the OSS driver for nForce compatibility
2005-02-17Add MPG123_ARM_FIXED64 to BUILD_DEFS.wiz1-2/+2
Noted by Jesse Off in PR 29411.
2005-02-16Update HOMEPAGE and MASTER_SITES.wiz1-3/+3
2005-02-14Fix PR pkg/29370, update taglib to 1.3.1chris3-6/+7
Changes between 1.3 and 1.3.1 are: Fixed Ogg Vorbis length detection on AMD-64 Fixed crash on some invalid MP3s (regression from 1.2 to 1.3) where corruped tags caused crashes or out of memory errors Clear the ID3v1 track number when attempting to set it to a value greater than 255 (8-bit value) Fixed crash in invalid APE tags where the number of tag items didn't match up with the number actually present Added other additional sanity checks to the APE parsing code that should make it more robust Fixed Makefile problem that caused the apeitem.h header to not be installed and made it impossible to use the APE API directly
2005-02-14Fix quoting.uebayasi1-2/+2
2005-02-14Fix quoting.uebayasi4-8/+8
2005-02-13grammar fix.grant1-1/+1
2005-02-13+distmp3grant1-1/+2
2005-02-13Initial import of distmp3 0.1.9 into pkgsrc.grant5-0/+71
distmp3 is a client and a daemon (both written in perl) for distributed mp3-encoding across multiple hosts on a network. distmp3 can be used standalone or by a front-end CD ripper such as audio/abcde.
2005-02-10Capitalize XMMS.reed1-1/+1
2005-02-03Added a license file for lame based on many notes from differentreed1-3/+3
files in the lame source. And for the audio/lame/Makefile: Change the LICENSE from fee-based-commercial-use to use this new lame-license. The problem before was that fee-based-commercial-use did not exist and the "make show-license" suggested running pkg_info -d to view the long-description of the package (which may not be installed yet). Anyways, the DESCR didn't mention these license issues. Also bump PKGREVISION.
2005-02-02revert last (Addition of mserv-devel CONFLICTS) - my installed packagesabs1-2/+1
must have been in a strange state. (Picked up by Kim - thanks)
2005-02-02Add conflicts with mserv-develabs1-1/+2
2005-01-29Remove PKG_REIVISION typo introduced in revision 1.4 of Makefile.ben1-2/+1
2005-01-29Silence harmless message from file command in magic_get().ben2-3/+12
2005-01-29Upgrade to mad123-0.8.5.scw2-8/+16
Notable changes include: - Improvements in the aRts audio backend. - Use taglib instead of id3lib to extract ID3 information. Support for aRts is controlled by a PKG_OPTION and is off by default to avoid pulling in a huge wad of dependencies.
2005-01-23Build Python with thread support by default and turn the existingrecht1-2/+2
python*-pth packages into meta-packages which will install the non-pth packages. Bump PKGREVISIONs on the non-pth versions to propagate the thread change, but leave the *-pth versions untouched to not affect existing installations. Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
2005-01-23Fix C99-isms to make this pkg build with gcc 2.95.kristerw2-1/+21
2005-01-21Complete move of audio/festdoc to audio/festival-doc, to match PKGNAME.wiz6-253/+2
2005-01-21Reimport audio/festdoc as audio/festival-doc, to match the PKGNAME.wiz5-0/+251
2005-01-21Install all documentation in share/doc/festival. Bump PKGREVISION.wiz2-194/+191
2005-01-21Interix has no ossaudio, so don't try to use it there.tv1-4/+9
2005-01-17Updated XFce to 4.2.0martti4-16/+24
Too many changes to list here, please read the Changelog from www.xfce.org (http://www.xfce.org/release_notes/4.2.0_changelog.html)
2005-01-17Add & enable amarok.seb1-1/+2
2005-01-17Initial addition of amarok version 1.1.1 into the NetBSD Packages Collection.seb5-0/+309
AmaroK is a media player for KDE. There are many media players around these days, true. What's missing from most players is a user interface, that doesn't get in the way of the user. How many buttons do you have to press for simply adding some new tracks to the playlist? amaroK tries to be a little different, providing a simple drag and drop interface, that really makes playlist handling easy. XXX Too much dependencies are thrown in there: create "plugins" packages or use PKG_OPTIONS framework?
2005-01-16PKGREVISION bump for dependency removal.wiz1-2/+2
2005-01-16xmms doesn't need libxml.erh1-2/+1
2005-01-16Create common directories for pkgviews installation.minskim1-1/+3
2005-01-16Correct a variable name.minskim1-2/+2
2005-01-16Enable pkgviews installation.minskim1-1/+3
2005-01-16Needs p5-MP3-Infokim1-1/+2
2005-01-13Use "find" with "-print" because that Gallic Unix requires this.tron1-6/+5
2005-01-12Make sure the installed skins have sane permissions and remove editortron2-6/+10
backup files. Bump package revision because of these fixes.
2005-01-12PKGREVISION bump for security fix (previous bump was >4 days ago.wiz3-6/+6
2005-01-12s/wip/audio/gxtraeme1-2/+2
2005-01-12+ ladspa, terminatorx, tfmxplayxtraeme1-1/+3
2005-01-12Initial import of terminatorx-3.82 from pkgsrc-wip.xtraeme4-0/+64
terminatorX is a realtime audio synthesizer that allows you to "scratch" on digitally sampled audio data (*.wav, *.au, *.ogg, *.mp3, etc.) the way hiphop-DJs scratch on vinyl records. It features multiple turntables, realtime effects (buit-in as well as LADSPA plugin effects), a sequencer and MIDI interface - all accessible through an easy-to-use gtk+ GUI.
2005-01-12Initial import of ladspa-1.12 from pkgsrc-wip.xtraeme7-0/+172
Many audio synthesis and recording packages are in use or in development. These work in many different ways. LADSPA provides a standard way for `plugin' audio processors to be used with a wide range of these packages. For instance, this allows a developer to make a reverb program and bundle it into a LADSPA `plugin library.' Ordinary users can then use this reverb within any LADSPA-friendly audio application.
2005-01-12another header valdation (CAN-2004-0991)drochner2-7/+14
ride on recent PKGREVISION bump