summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2005-03-20Merge some patches from PR pkg/29644 by Antoine Reilles:jmmv5-13/+55
- Use SA_NODEFER instead of SA_NOMASK (if the later is not available). - Use a subdirectory under ${PREFIX}/share to place the data files. - Print the failing address on SIGSEGV. - Make an error message more descriptive (specially helpful when using OSS). - Fix playback of multiple songs.
2005-03-20Update to 0.2.0. I'm doing this before the freeze ends because:jmmv7-131/+53
- 0.1.x doesn't work with libopendaap 0.3.x, the version we have in pkgsrc. Simply put, the package didn't build, as seen in several bulk builds. - 0.1.x was designed for gstreamer 0.6, but we have 0.8 in pkgsrc (which are incompatible). The package was patched to work with 0.8, but there might be problems, so it's safer to update. Changes in 0.2.0: - Add new Party Shuffle feature to allow selected ordering of songs from any available hosts. - Total rewrite of application core for improved stability and scalability. - Total rewrite of music player interface, fixes random freezes in gstreamer. (Works around gstreamer bug). - Add support for gstreamer 0.8. - Various GUI improvements - Add support for playing local songs dragged into the Party Shuffle area. - Add support for connecting to mt-daapd servers. - Plenty of bug fixes. Changes in 0.1.6: - Fix slow play start when starting from slow computers. - Remove host from list when it goes away. - Various backend changes. - Beat Birkhofer: Use the ESD sink (generally available on OS
2005-03-20Drop trailing whitespace.jmmv1-1/+1
2005-03-19Update to 0.11.1, provided by Robert Lillack in PR 29027.wiz4-14/+18
+ Spanish translations from Jose Cedeno + Russian translations from Nikolay Pavlov + French translations from Yann Cézard + ncmpc now supports SIGSTOP and SIGCONT (Ctrl-Z) + ncmpc now hides the cursor on the help screen + ncmpc now can enqueue and play a song from the browse screen (Enter) + configuration changes: o ncmpc no longer supports the old configuration file syntax o the crossfade time can now be definied in (crossfade-time) o support for ncurses mouse events is now optional (enable-mouse) + bugfixes: o fixed short option handling for multiple short options o %time% format fix from Aurelien Foret (use %02d for seconds) o Fixed abort (Ctrl-G) handling when saving playlist o survive select/find operations on empty lists (Niko Tyni)
2005-03-19Remove XXX comment, and duplicate empty line.wiz1-12/+1
2005-03-19I incorrectly tested my previous change, and it turns out that withben1-2/+2
USE_OSS defined, the build process does require the original escaping. Revert to original escaping in OSS_DEFS.
2005-03-18Drop maintainership.kleink1-2/+2
2005-03-18Fix checksum for patch-af and patch-ag.wiz1-3/+3
2005-03-18Updated xfce to 4.2.1.1martti3-7/+8
General: * Don't use G_INLINE_FUNC in the source code, which fixes several weird build errors. libxfce4util: * Fix a problem with NFS mounted home directories in Solaris (#724) xfce4-session: * Fix RedHat shutdown code (#703) xfdesktop: * fix handling of quoted commands in the desktop menu (#776) * fix handling of .desktop files with no Categories list (#776) * add "edit menu" button to panel plugin prefs (#554), and ability to change the button tooltip (#764) * fix broken panel plugin behavior when trying to track the default desktop menu. there's a new option to either follow the default menu, or use a static menu file (#778) * fix bug where xfdesktop would crash if the windowlist was opened, then a window was destroyed, and then that window was selected from the list (#672) * fix "unique" attribute of system menu inclusion xffm: * ensure posix.1-1996 compatibility (#695) * fix for crash on opening fstab on solaris (#726) * avoid a showstopper gtk-2.4 bug (scaling gdkpixbufs from svg images). This is bugzilla #751 report. Not all gtk showstopper bugs from svg can be avoided. In particular with office/mobile_phone_01.svg. This file will also crash rox * allow relative paths for icon resolution (xfce4-modules) * validate utf error messages (#737) * don't quote paths that are already quoted. * change smb-share icon to proper icon * fix borked overwrite warning dialog message * bug fixes for keyboardnavigation to close bug #795 * separate remove and paste button in toolbar to avoid confusing the remove confirmation dialog with the overwrite confirmation dialog * fix translation problems in several languages, including brazilian-portuguese * fill in some missing spanish translation strings * fix for bug #524 (crashing xffm by mounting cdrom and trying to open it in the other treeview before mount is complete) xfcalendar: * remembering of its position (bug #691 and #789) * warning box for preventing users to loose their changes (#714 and #738) * possibility to show/hide xfcalendar in taskbar, pager and systray (#719) * possibility to choose to either show or hide the calendar window when xfcalendar is launched (it remembered before the status when leaving) xfce4-panel: * Save configuration file only on exit * Fix double click on inactive item in dialog (#739) * 64bit fix * Clock applet tweak (#716, hopefully) xfprint: * remove FILE backend and add a print-to-file entry in the printing dialog * multiple bugfixes (#816, #817, #818, #820) in the BSD-LPR backend
2005-03-16Depend on unzip, as it's required to use winamp (zipped) skins. Otherwise,jmmv1-1/+5
if the program cannot find unzip, the window screen gets garbled. This is just a workaround for what seems to be a bug in the program, but is not our fault. Closes PR pkg/29697 by sigsegv@rambler.ru.
2005-03-16Depend on pango (used directly).jmmv1-1/+2
2005-03-16Fixed CFLAGS quoting. Approved by wiz.rillig1-3/+3
2005-03-16Added two patches that are needed for gcc-2.95.3. Approved by wiz.rillig3-1/+55
2005-03-15libvisual uses inline assembler syntax that gcc-2.95.3 does notrillig1-3/+3
understand. I assume gcc-3.0 will understand. For sure, gcc-3.3 will, as I have successfully built the package with it. Approved by jlam.
2005-03-15This package needs gcc-3.0 because it uses some inline assembler syntaxrillig1-1/+2
that gcc-2.95.3 does not understand. If the package breaks with gcc-3.0, please increase GCC_REQD to 3.3 (which I tested). Approved by jlam.
2005-03-15Update checksum for currently available distfile (setting DIST_SUBDIR).wiz2-5/+7
Diff: diff -r old/gnome-speech-0.3.6/configure new/gnome-speech-0.3.6/configure 20068a20069,20073 > if test "x$JAVAC" != "x" ; then > javac_version=`$JAVAC -version 2>&1 | sed -e "1s/javac //" -e "1q" ` > echo JAVAC VERSION $javac_version > JAVAC="$JAVAC -source 1.4" > fi diff -r old/gnome-speech-0.3.6/configure.in new/gnome-speech-0.3.6/configure.in 153a154,158 > if test "x$JAVAC" != "x" ; then > javac_version=`$JAVAC -version 2>&1 | sed -e "1s/javac //" -e "1q" ` > echo JAVAC VERSION $javac_version > JAVAC="$JAVAC -source 1.4" > fi
2005-03-14Don't include <stdarg.h> when it's not used at all. Makes xmms-wma buildrillig2-7/+7
on NetBSD-1.6.2. Approved by wiz.
2005-03-14Back out previous, irrelevant quoting fix.uebayasi1-2/+2
2005-03-12Explicitly depend on kdebase3 because this package builds a Konquerorminskim1-1/+3
plugin. Bump PKGREVISION due to the dependency change.
2005-03-12Fix INSTALLATION_DIRS. Noticed by Joachim Kuebart in tech-pkg@.jmmv1-2/+2
2005-03-11This patch disables the priority scheduling if it is not available.rillig2-1/+42
Needed at least for NetBSD-1.6.2. Approved by wiz.
2005-03-11Don't put statements above declarations (gcc-2.95 is not a C99rillig2-5/+21
compiler). Needed for NetBSD-1.6.2. Approved by wiz.
2005-03-09USE_LANGUAGES=c++minskim1-1/+2
2005-03-09Set INSTALLATION_DIRS for pkgviews (already enabled).minskim1-1/+3
2005-03-08Add an option (xmms-eq) to enable XMMS's equalizer legacy code (off byjmmv1-2/+6
default, so that the package does not change). The new code does strange things with old presets (dunno if there is a bug or something has really changed; anyway, it's not our fault, so all we can do is provide an option).
2005-03-07Changes 0.3.0:adam1-31/+0
2005-03-07Changes 0.3.0:adam6-56/+46
* Many many bug fixes. * Supports connecting to mt-daapd daap servers. * Watch remote hosts for updates * Fix problem where iTunes would no longer serve our requests. * Improved debugging support.
2005-03-07Fix compile failure on Interix: Disable direct audio output on that platform.tv4-17/+26
2005-03-07Make sure that the examples come with the real path to the festivalagc2-1/+15
binary.
2005-03-07Try to make this package build on all NetBSD platforms; patches fromagc7-35/+60
Eric Schnoebelen in PR 28821, with some modifications by myself (for configuration purposes). Tested by myself on NetBSD/i386, and on NetBSD/amd64 by Quentin Garnier.
2005-03-07Fix quoting.uebayasi1-2/+2
2005-03-05remove HOMEPAGE comment that somehow made it in here.grant1-2/+1
2005-03-03Update to 1.1.2, to sync with flac.wiz3-21/+7
Changes unknown.
2005-03-02Upgrade to 2.0pre6, oked by reed & wiz.rxg5-52/+62
2005-03-01Added audio/xmms-wma.xtraeme1-1/+2
2005-03-01Initial import of xmms-wma-1.04.xtraeme8-0/+161
XMMS input plugin to play WMA files.
2005-02-28Update to 1.2.1:wiz4-33/+55
VERSION 1.2.1: FIX: Made the Tag-Editor only operate on visible items. (BR 100268) ADD: Database settings added to the first-run wizard. FIX: playlist2html generates UTF-8 output now. (BR 100140) FIX: Bitrate/length showed random values for untagged mp3 files. (BR 100200) FIX: Crash when recoding stream MetaData without CODEC selected. (BR 100077) CHG: Show an additional "Compilations with Artist" box in ContextBrowser. ADD: Remember collapse-state of boxes in ContextBrowser. (BR 98664) ADD: Display an error when unable to connect to MySQL. ADD: Konqueror Sidebar now has full drag and drop support. CHG: Replaced "Blue Wolf" icon with Nenad Grujicic's amaroK 1.1 icon, due to legal issues. ADD: Parameter "%score" shows the current song's score in OSD. CHG: When you delete a song within amaroK, it gets removed from the Collection automatically. FIX: Directory column in the playlist was eating the first letter. ADD: New DCOP call "playlist: setStopAfterCurrent(bool)". (BR 99944) FIX: Coverfetcher: Do not crash when no cover was found. (BR 99942) FIX: Support for amazon.co.jp was broken. CHG: Toolbar items reordered for optimal usability, as suggested by Aaron "Tom Green" Seigo. FIX: Show covers for albums containing chars '#' or '?'. (BR 96971 99780) ADD: Help file for the playlist2html script. ADD: New DCOP call "playlist: int getActiveIndex()". ADD: New DCOP call "playlist: playByIndex(int)". CHG: Upgraded internal SQLite database to 3.1.3. FIX: Update the database after editing tags in playlist. (BR 99593) ADD: New DCOP function "player: trackPlayCounter". (BR 99575) ADD: .ram playlist support with code from Kaffeine. (BR 96101) FIX: amaroK can now determine the correct track-length even for formats unknown to TagLib. Makes it possible to seek e.g. in m4a tracks. ADD: Can now pick from multiple Musicbrainz results. Patch from Jonathan Halcrow <gte899j@prism.gatech.edu>. (BR 89701) ADD: May now set a custom cover on multiple albums in the Cover-Manager. ADD: Support relative path of tracks in writing playlists. (BR 91053) FIX: Don't inline-edit tags for the whole playlist's selection. FIX: Fix "Recode Tags" crash issues. (BR 95041) ADD: "Set Custom Cover" can fetch remote images. (BR 90499)
2005-02-28Update to 1.1.2:wiz26-443/+25
New in this release are small decoding speedups for all platforms, small encoding speedups in fast (non-LPC) mode, streaming support in the XMMS plugin, and several bug fixes. For developers there are also a few additions and changes to the metadata API to make working with tags easier. See the changelog entry for complete details. This release actually wasn't supposed to happen so soon, but needed to be made to fix library naming and build problems in FLAC 1.1.1 that caused trouble for package maintainers, so unless you are having trouble with one of the particular bugs that got fixed in 1.1.2 then there is not much of a need to upgrade.
2005-02-28Upgrade to libshout 2.1, from Juan RP (xtraeme@) in private mail.kim4-10/+12
Bug fixes, no API changes.
2005-02-26Update to 0.3.6:jmmv3-7/+20
* Festival driver now supports callbacks and end-of-speech markers - thanks to Oana Serb of BAUM Retec. * FreeTTS driver is less intolerant of nonstandard JAVA environments at build time (Callum McKenzie). * IBM ViaVoice driver updated to work with new Linux ViaVoice runtime (Marc Mulcahy) * Critical fixes for FreeTTS 1.2 driver which could cause speech to fail (Marc)
2005-02-26Updated gnome-vfs2, gnome-vfs2-cdda and gnome-vfs2-smb to 2.8.4:jmmv1-3/+1
* Bugs fixed: + Never return NULL on gnome_vfs_uri_extract_short_name calls + sftp-method: always check for the gnome_vfs_unescape_string return value + sftp-method: honor the force_replace flag on moves + gzip-method: correctly return GNOME_VFS_ERROR_EOF + Plug some memory leaks + Fix bogus warnings with later gcc versions + Various translation updates
2005-02-26Uses pthreads -- include pthread.bl3.mk.wiz1-1/+2
2005-02-24I will maintain this package, set my email as MAINTAINER.ben1-2/+2
2005-02-24Change quote escaping to reflect Todd Vierling's recent makefile fixes.ben4-8/+8
2005-02-23Add RMD160 digests to the SHA1 ones.agc264-264/+610
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.