summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2005-10-06This change addresses PR#31443ben8-18/+52
Install header files in include/faad2 Install include/faad2/config.h Add include/faad2 to search path in buildlink3.mk Since software depending on mp4.h won't be able to build without this change, bump PKGREVISION and update BUILDLINK_DEPENDS.faad2 in buildlink3.mk
2005-10-05Remove some more *LEGACY* settings that are over a month old andwiz3-6/+3
thus were before 2005Q3.
2005-10-04Update abcde to version 2.3.2. Changes since 2.2.6:sketch4-30/+30
abcde 2.3.2 * Too fast... I forgot to make the tarball and change the version strings in several places. Fixed. -- Jesus Climent <jesus.climent@hispalinux.es> Fri, 19 Aug 2005 00:44:37 +0300 abcde 2.3.1 * The new "I knew there were going to be bugs" upstream release! * MKCUE needs to be passed some $CDROM as an option, or otherwise it will not read the CDROM, in case is not /dev/cdrom. * Also, make the CUEREADER a bit more general, since we might be using other CUE extractors. -- Jesus Climent <jesus.climent@hispalinux.es> Thu, 18 Aug 2005 23:44:20 +0300 abcde 2.3.0 * New upstream release! * Defining the tracknumber now resets the first track if given a number different than 1 (that is: abcde -T 1 2-10 creates songs 1 to 9). * Modified the FAQ to reflect the changes on Marillat's repo (Closes: #315724). * Should be "space" safe: works properly when the working directory contains a space (Closes: #147493). * Repared the CD query for the discid code. When failing to read a disc, actually report that there might be no disc in the drive. * Right now, walk over the different encoders we Depends: on in Debian and use the one available: if a user has a FLAC encoder, abcde will no install vorbis-tools, so it will fail to run out of the box (Closes: #321216) * Added CUE support. Still experimental... * Added FLAC on Ogg. Still not activated, since we cannot get comments added as a post-process action. * Applied patches from Fedora Core (Credit goes to Nils Philippsen <nphilipp@redhat.com>) * Added a post_read() function to be executed before ejecting the CD. * Typos reported by A Costa corrected (Closes: #311463) * Problem with abcde being run in a directory with files containing only numbers solved (Closes: #313628). * vorbiscomment uses now "-R" (Closes: #303566). * "-t" and "-T" use the first track as a starter for the track list. (Closes: #305749). * Added CDPARANOIACDROMBUS option to define -d in case of using IDE and SCSI in case of using ide-scsi emulation layer (Closes: #290768). * Define metaflac in abcde.conf (Closes: #303555) -- Jesus Climent <jesus.climent@hispalinux.es> Wed, 10 Aug 2005 07:00:26 +0300
2005-10-04Add DragonFly support.joerg6-1/+116
2005-10-03DragonFly has FreeBSD-style audio support, so use it like that.joerg2-4/+13
2005-10-03Override CONFIG_GUESS_OVERRIDE and CONFIG_SUB_OVERRIDE, since thejoerg6-8/+52
default deals only with two level hierachies. Add explicit saving of %ebp around cpuid, since GCC 3.4 doesn't like the register clobbering. Add DragonFly and OpenBSD conditionals. The latter are not tested, but wiz@ suggested them as most likely correct.
2005-10-03If you check for NAME_MAX, you should include limits.h. This fixes thejoerg2-1/+14
compilation on DragonFly.
2005-10-03Use the FreeBSD rules for DragonFly as well.joerg2-15/+42
2005-10-03Correct usage of errno and ctype macros. The former is wrong when threadjoerg7-17/+67
linking is active, the latter can result in segfaults. Bump revisions of mpg123, mpg123-esound and mpg123-nas for the ctype bugfix.
2005-10-03Allow this to build on DragonFly. Remove a nested extern for errno, GCCjoerg4-39/+70
complains about it anyway.
2005-10-03Allow building on DragonFly.joerg2-1/+30
2005-10-03Unbreak build with GCC 3.4+ (label at end of compound statement).joerg2-1/+22
Include string.h, when using functions from it.
2005-10-03Unbreak build with GCC 3.4 (label at end of compound statement). Includejoerg3-1/+43
string.h when using functions from it.
2005-10-02Update to version 1.3.2.seb3-18/+11
Package changes: aRts engine deactivated. This is prompted by a comment in http://bugs.kde.org/show_bug.cgi?id=106599 about arts-engine not being maintained. Also the xine and the gstreamer engines proved for me much more stable. Thanks to Sergey Svishchev, svs at ropnet dot ru, for the pointer. Changes since last packaged version (1.3.1): VERSION 1.3.2: FEATURES: * Tabs will open automatically when dragging files between tabs. Patch by Christian Baumgart <christianbaumgart@web.de>. * Two new dcop calls which allow scripts to read many of amaroK's configuration options. script readConfig(key) for strings, integers and bools. script readListConfig(key) for lists. Note that these functions aren't guaranteed to always return the latest settings (though many do). * Added a right click menu for blank areas of the playlist, with options to save, clear or shuffle the playlist and to "enable the dynamic mode & repopulate". * Playcount is shown in the tag dialog. * New volume slider, both better looking and better working than the old one. * Podcasts can be saved to any location. (BR 111059) * Added "Save as Playlist" option to the collection and file browser context menus as well. * Allow removing of items in the Media Device browser transfer queue. CHANGES: * Scroll wheel to switch tabs in context browser. * Repopulate button is enabled or disabled together with dynamic mode. * No warning dialog when starting if the directory File Browser is on doesn't exist anymore. It just reverts to home. (BR 99208) * Sorting on Collection Browser now shows "Unknown" items first, and "Various Artists" last. Years are sorted descending now. * When selecting 'Play' from the context menu on multiple items, it'll now play the first and queue the rest. BUGFIXES: * The Equalizer and QueueManager widgets were broken on window managers other than KWin. * "Year - Album" category in the Collection Browser didn't allow for dragging tracks or fetching cover images. * Xine engine no longer adds images to the playlist. * The delete key for removing playlist items works even if the file browser is open. (BR 100145) * Filenames with XML entity codes were not playable in dynamic mode and caused it to stop. (BR 108783) * If the album or artist contained "&", cover fetching wouldn't work properly. * When restarting, Playlist Browser items used for playlist shuffle wouldn't be properly marked, though they would be taken into account. * Don't crash after changing Podcast options, or after manually deleting its first item. * When renaming a playlist, the "." would be removed from the filename. Paych by Elliot Pahl <elliot.pahl@gmail.com>. (BR 112204) * When using next and previous on Tagdialog, after passing by a stream, the fields would be always disabled. (BR 112060) * Restarting track when in dynamic mode didn't work. * Fix issues with the GStreamer engine and alsasink, and reenable it. Patch by Vincent Tondellier <tonton-lists@team1664.org>. (BR 112103) * Dynamic playlist shuffle had some incorrect smart playlist handling. * Robustified the code for handling the '# of tracks in the playlist' part of the statusbar, it should not ever get out of sync with reality now. Nice side effect is you can see the track count increase while a playlist is loading. * "Last played - not in the last" smart playlists would only work for sqlite. (BR 112248) * Podcast and Dynamic subfolders are correctly restored on application start. (BR 112162) * Dropping tracks onto playlist browser folders will work correctly. * Invalid podcasts are no longer discarded on quit. (BR 112116) * Fixed playing of files that have special characters like '#' in helix engine. * Fixed issue where selecting multiple items after filtering the playlist would cause all the other items 'between' them (but invisible due to the filter) to also get selected.
2005-10-02Fix build with qt-3.3.5.seb1-1/+15
2005-10-01Alphabetize and otherwise reorder some entriessmb1-8/+8
2005-10-01Fix two cases of C99 variable declarations to make this pkg compile whenkristerw3-5/+35
using gcc 2.95.
2005-10-01Fix minor glitches in original commit: MESSAGE vs MESSAGE.NetBSD,smb3-3/+6
missing getttext-lib/buildlink3.mk, lack of RMD160 checksum
2005-10-01Added gtkpod 0.94.0smb1-1/+2
2005-10-01Initial pkgsrc entry for gtkpodsmb8-0/+131
2005-09-30Changes 1.0.12:adam10-45/+49
* Add support for FLAC and Apple's Core Audio Format (CAF). * Add virtual I/O interface (still needs docs). * Cygwin and other Win32 fixes. * Minor bug fixes and cleanups.
2005-09-29Do not install *.orig files that are left after patching.kristerw1-1/+2
2005-09-28Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,rillig3-7/+7
NO_BUILD, USE_LIBTOOL.
2005-09-28Removed trailing white-space.rillig1-2/+2
2005-09-26Enable audio/moc.xtraeme1-1/+2
2005-09-26Initial import of moc-2.3.2 from pkgsrc-wip, packaged by Petterxtraeme5-0/+123
Schuller. MOC (music on console) is a console audio player for LINUX/UNIX designed to be powerful and easy to use. Noteworthy features include: * By default, files are decoded and played in a background process. This allows the user to quit the interface (e.g., if one needs to close the xterm) without affecting playback. It also allows attaching multiple interfaces (e.g. in multiple xterms) to the same player. * Playback should be smooth even under high cpu or I/O load, due to the use of output buffering in a separate thread. * There are no sound gaps in between files, because the next file to be played is precached while playing the current file. Note: To avoid conflicts with Qt's 'moc', the moc binary is called 'mocp'.
2005-09-26Populate PLIST. Bump PKGREVISION.wiz2-3/+4
2005-09-22Add a patch for the previous commit.minskim1-0/+13
2005-09-22- Use CONF_FILES to handle a configuration file, instead of using @exec.minskim3-6/+10
- Add missing files to PLIST. Bump PKGREVISION.
2005-09-22Fix PLIST. Bump PKGREVISION.minskim2-2/+4
2005-09-21make this work on solaris.dmcmahill2-10/+20
2005-09-18Remove nonexistent entries from PLIST. This should fix build errorhira2-38/+3
seen in bulk build. Bump PKGREVISION.
2005-09-14Some days it's harder than others to hide my paucity of brain cells.schmonz1-1/+1
Comment out the RCS Id tag. Thanks Hisashi T Fujinaka.
2005-09-11Do not install unnecessary Makefiles; they contained paths to buildwiz2-15/+8
directories. Add missing directory to PLIST. Bump PKGREVISION.
2005-09-08Catch some NetBSD statvfs() checks phrased alternatively as > 200030000abs2-4/+4
rather than >= 200040000 and one enterprisingly hidden as > 200050000
2005-09-08Move the sparc-gcc33-ice hack into hacks.mk.schmonz2-6/+10
2005-09-08Add a hack to require gcc 3.4 on NetBSD/sparc.jdc1-1/+6
2005-09-07Update to version 1.3.1 'Airborne'.seb3-23/+32
Changes since last packaged version (1.3): VERSION 1.3.1: FEATURES: * Added 'Set as Playlist (Crop)' and 'Save as Playlist' options in the playlist context menu. (BR 99932) * Support for iPod shuffle devices. Patch by Guenter Schwann <harry.w@gmx.at>. * Media Device browser now has a connect button for connecting your iPod after amaroK has already been started. Also includes configurable mounting/unmounting options. * Holding down the stop button (as opposed to just clicking it) pops up a menu letting you stop either now, after the current track, or after the end of the queue. * Collection browser filter now fully supports the same Google-esque syntax as the playlist filter, plus one extra: lyrics:"stuff to search for" to search in cached lyrics. * Pressing Shift+Enter after filtering the playlist will now queue the first track. (BR 111054) * Display short statistics in the collection browser depending on the categorisation method. * New DCOP call "collection: totalTracks". Returns the total number of tracks in the collection. * New DCOP call "collection: totalGenres". Returns the total number of genres in the collection. * New DCOP call "collection: totalCompilations". Returns the total number of compilations in the collection. * New DCOP call "collection: totalArtists". Returns the total number of artists in the collection. * New DCOP call "collection: totalAlbums". Returns the total number of tracks in the collection. * New DCOP call "collection: similarArtists(int artists)". Returns the similar artists of the current track, results are limited by 'artists'. * New DCOP call "playlist: repopulate". Repopulates the playlist with tracks from dynamic mode. * New DCOP call "player: showBrowser". Allows for showing of playlist window browser, see the handbook for useage. * New DCOP call "player: setLyricsByPath". Allows adding custom lyrics for tracks. * Add an icon in the statusbar displaying the number of queued tracks; click on it to pop up a menu letting you jump to their locations in the playlist. CHANGES: * New "Blue Danna" splash screen. Created by Nenad Grujicic, modified by Nathan Adolph. * 'Stop after track' is now saved (and so remembered across amaroK restarts). * Ported playlist + filter-lineedit behaviour to collection browser as well: you can move between the view and the filter with the up/down buttons, and just typing into the view will set the filter. (BR 108656) * Wiki Tab links use the color set for links, instead of "Selected Background". Style Authors can use "AMAROK_LINKCOLOR" if they want that color. (BR 111228) * The Equalizer widget has been pimped. * Pressing 'up' in the playlist filter will now take you to the end of the playlist, in addition to down going to the beginning, as before. * When jumping to the current track, it now gets centered instead of only barely showing. * GStreamer-engine was rewritten. The crossfading feature was removed for now (it didn't work right with recent GStreamer versions). Improvements: 1) Reduced CPU usage 2) Reduced latency 3) Increased stability * No need to restart amaroK to use your iPod! * Improved Konqueror Sidebar. * The bundled "Shouter" AmarokScript (for radio stream serving) has been updated and improved. BUGFIXES: * amaroK wouldn't remember current track when restarting. (BR 110282) * Some memory leaks found and fixed. * Fix buzz and subsequent clicking when equalizer enabled in Helix and GStreamer engines compiled with GCC 4.0.1. * Burn option wouldn't show up for "Year - Album" items on Collection Browser. * Tray's tooltip would show things like 69:40 of 1:12:01. * Wiki Tab wouldn't work for names that contained "/". (BR 111634) * With KDE 3.4, the proper context menu wouldn't be shown for File Browser. Patch by Christian Baumgart <christianbaumgart@web.de>. (BR 103305) * Playcounter and Access Date wouldn't be updated properly for PostgreSQL. Patch by Tonton <tonton-lists@team1664.org>. (BR 111519) * Clicking twice on the uninstall button for the same script, would make amaroK crash. * Fixed an obscure crash when you emptied the playlist, had the focus on it, and pressed up. * No longer show dynamic info popup on application startup. Patch by Christian Baumgart <christianbaumgart@web.de>. * Sometimes the system tray tooltip did not update on song change. * Polishing for the collection browser and expanded item states. Patch by Christian Baumgart <christianbaumgart@web.de>. * With xine-engine amaroK always treated remote media like radio streams. * Selecting Classical equalizer preset prompted for name. * Fixed konqueror sidebar compilation with kde <= 3.3 and gcc patched for visibility. * Konqueror sidebar can switch again between tabs. * Fixed playing of oggs in helix engine. * Fixed crash in helix engine when switching engines if helix/realplayer not installed. * Undo/Redo for the playlist was broken in some cases. * On Collection Browser, when grouping by Genre/Artist/Year-Album it wouldn't show the tracks. (BR 110890) * SmartPlaylist Editor would reset "Match Any" to "Match All" when editing. Patch by Kevin Henderson <pyspud@hotmail.com> (BR 110918). * Podcasts and playlist tracks would be sorted lexicographically (BR 97297). * Saved dynamic playlists were not removable. * xine-engine: amaroK would get stuck on exit if the Equalizer was enabled and the engine playing. (BR 110791) * Dequeued items sometimes weren't being repainted properly.
2005-09-07Changes 1.2.9:adam3-9/+3
* Added support for direct color 8-bpp surfaces * Altivec optimized blitters * SDL.dll works on Windows 95 again * Dropping a document onto an SDL app passes it as a command line parameter in MacOS X * Fixed crash trying to allocate hardware surfaces on MacOS X * Fixed short read problem with SDL_RWFromMem() * Fixed gcc parse errors in SDL_audio.h on Windows * Added support for Tru64 UNIX 4.X * Improved RISC OS support * Numerous improvements to the Atari port * SDL_OPENGLBLIT is officially obsolete
2005-09-06Fix NetBSD statvfs check to be >= 299000900 not >= 200040000abs8-16/+16
No pkgrevision bumps needed.
2005-09-04Do not depend on nasm in Solaris x86, it's known to fail.xtraeme1-2/+2
2005-08-30Enable ASM functions when MACHINE_ARCH = i386 for performance,xtraeme1-2/+7
closes PR pkg/31101.
2005-08-30Update to version 1.3 'Airborne'.seb4-61/+143
Too many changes, bugfixes and features since last packaged version (1.2.4) to list here. Please see amaroK's homepage or the ChangeLog file enclosed in the source tarball.
2005-08-29Update to version 1.4.seb3-8/+8
Approved by chris@. Changes since last packaged version (1.3.1) as seen on taglib's homepage: * Added a package-config file * Added support for plugging in file type resolvers to make it easier to use native mime type resolution systems and to add support for additional file formats * Fixed a memory leak in APE items * Fixed a crash when requesting the text of an empty APE item * Added a README noting the Ruby and Python bindings * Added the ability to save mp3 tags using the save mask without discarding those tags that are not part of the mask * Fixed the misspelling of "A Cappella" * Implemented support for the ID3v2 frame flag for discarding frames on tag alteration * Use the above flag for ID3v2 frames that are discarded because they are no longer supported in ID3v2.4 (which TagLib uses). This allows for these tags to still be handled by library users if desired * Fix memory corruption (deleting a no longer valid iterator) when removing a frame from an ID3v2 tag * Make it possible to read and modify the descriptions of images in attached picture frames of ID3v2 tags * Introduced an argument for limiting the number of fields that will be created usign ByteVectorList::split() * Significantly unbroke the relative volume adjustment ID3v2 frame's API. It now properly supports multiple volume fields in the same frame * Added support for reading the comment portion of "Xiph" tags (used in Ogg Vorbis and FLAC) from the "COMMENT" field rather than only from the "DESCRIPTION" field mentioned in the spec * Added support for Ogg FLAC v1.1.1 * Added prepend methods to the List<T> class * Added support for UTF-16 little endian strings as used in some tagging formats * Fixed or implemented roughly 35 bug or wishlist items relative to 1.3.1
2005-08-24Correct hash for my change to the patch. One day, I'll get this right.bjh211-2/+2
2005-08-24Add RCSID.bjh211-0/+2
2005-08-24add patch i missed last time. noted by Matthew Luckie.grant1-0/+13
2005-08-23The real user name in PKG_USERS does not need to be escaped with doublerillig1-2/+2
backslashes anymore. A single backslash is enough. Changed the definition in all affected packages. For those that are not caught, an additional check is placed into bsd.pkginstall.mk.
2005-08-22Added vorbisgain.rpaulo1-1/+2
2005-08-22Import vorbisgain-0.37. vorbisgain-0.34 was in pkgsrc-wip.rpaulo4-0/+27
Vorbisgain calculates a percieved sound level of an Ogg Vorbis file using the ReplayGain algorithm. VorbisGain then stores in the comments (tags) in the file a suggestion on how the volume should be changed during playback, to get a uniform sound level.