summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2005-11-05Pullup ticket 864 - requested by Min Sik Kimseb1-2/+3
sync audio/festival with HEAD, potential build problem and PLIST fix Revisions pulled up: - pkgsrc/audio/festival/Makefile 1.44, 1.45 Module Name: pkgsrc Committed By: kristerw Date: Thu Sep 29 19:35:50 UTC 2005 Modified Files: pkgsrc/audio/festival: Makefile Log Message: Do not install *.orig files that are left after patching. --- Module Name: pkgsrc Committed By: minskim Date: Sun Oct 30 04:55:59 UTC 2005 Modified Files: pkgsrc/audio/festival: Makefile Log Message: ENV is not defined; use SETENV instead.
2005-10-19revert the previous change; should have been on the trunkis1-4/+2
2005-10-19musicpd calls its files mpd, alas!is1-2/+4
2005-10-03Pullup ticket 798 - requested by Joerg Sonnenbergersalo7-17/+67
bugfixes for mpg123 Revisions pulled up: - pkgsrc/audio/mpg123/Makefile 1.40 - pkgsrc/audio/mpg123/distinfo 1.24 - pkgsrc/audio/mpg123-esound/Makefile 1.12 - pkgsrc/audio/mpg123-nas/Makefile 1.13 - pkgsrc/audio/mpg123/patches/patch-aq 1.3 - pkgsrc/audio/mpg123/patches/patch-av 1.1 - pkgsrc/audio/mpg123/patches/patch-aw 1.1 Module Name: pkgsrc Committed By: joerg Date: Mon Oct 3 15:17:14 UTC 2005 Modified Files: pkgsrc/audio/mpg123: Makefile distinfo pkgsrc/audio/mpg123-esound: Makefile pkgsrc/audio/mpg123-nas: Makefile pkgsrc/audio/mpg123/patches: patch-aq Added Files: pkgsrc/audio/mpg123/patches: patch-av patch-aw Log Message: Correct usage of errno and ctype macros. The former is wrong when thread linking is active, the latter can result in segfaults. Bump revisions of mpg123, mpg123-esound and mpg123-nas for the ctype bugfix.
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.
2005-08-21Update to 0.3.7:jmmv2-8/+6
* FreeTTS driver now includes and uses a user_addenda.txt pronunciation lexicon addenda to support characters from the extended ISO8859-1 character set as well as the unicode currency block - bug 163805 (Willie Walker) * Automatic detection of voices for festival driver - part of bug 141516 (Fernando Herrera) * Fixes for bug 301086 (Willie Walker), bug 141516 (Bill Haneman and Fernando Herrera), bug 169805 (Bill Haneman), and bug 167810 (Oana Serb)
2005-08-21only build and install in the directories needed to build the xmmsgrant1-7/+7
plugin.
2005-08-20Use REQD_DIRS instead of MAKE_DIRS for directories under ${PREFIX} sojlam1-3/+3
that these directories will be conditionally removed (based on reference counts), regardless of the value of PKG_CONFIG. Bump the PKGREVISION for packages that were modified as a result.
2005-08-20bump PKGREVISION for wrapper -fast -xnolibmopt fix. this was the onlygrant1-2/+2
package which used -fast which was actually building.
2005-08-20strip -lstdc++ if not using gcc.grant3-2/+20
2005-08-19Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMSjlam2-7/+7
as the INSTALL and DEINSTALL scripts no longer distinguish between the two types of files. Drop SUPPORT_FILES{,_PERMS} and modify the packages in pkgsrc accordingly.
2005-08-15Add bin/malint.wiz1-1/+2
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam34-84/+70
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-08Changes 1.2.1:adam3-7/+9
* [NEW] It is now possible to fine tune the text search by specifying which fields and categories to consider. * [BUGFIX] Fixed cddb_sites function returning random values due to uninitialized value. * [UPDATE] The value of the LIBCDDB_VERSION_NUM defined variable is now 121. Changes 1.2.0: * [NEW] Support for searching the FreeDB database using a text string has been added. This feature has a similar API as the query command but uses a string instead of actual disc data. * [UPDATE] The value of the LIBCDDB_VERSION_NUM defined variable is now 120. Changes 1.1.0: * [IMPORTANT] The installed header files now no longer contain any actual structure definitions. All libcddb structures are now truly opaque for the user of the library. Some of the structures have also been updated. This means that the library is not binary compatible with the previous version. It should however be possible to just recompile any software using libcddb and link it against this new library. The API is backwards compatible so no changes to the software should be necessary. * [NEW] Support for the FreeDB sites command that can be used to get a list of mirror servers. A function was also added to initialize the libcddb server connection data using one of the servers returned by this command * [NEW] A new error code was added (CDDB_ERR_INVALID) that is returned when invalid input parameters are passed to one of the library functions. * [UPDATE] The value of the LIBCDDB_VERSION_NUM defined variable is now 110.
2005-08-07Add patch-ac to distinfo.bjh212-2/+4
Add PKGREVISION, since patch-ac will change the binary package on some architectures.
2005-08-07Make SoX work correctly on systems (such as NetBSD/powerpc and NetBSD/arm)bjh211-0/+15
where "char" is unsigned by default.
2005-08-07Depend on wxGTK24, bump PKGREVISION.wiz1-3/+4
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam10-18/+19
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-08-05add simple patches for gcc-4 supporttonio4-1/+68
approved by cube@
2005-08-05update tunesbrowser to 0.3.0tonio6-70/+26
update the url to www.craz.net patch-aa is no more necessary (SA_NOMASK is no more used) Main changelog entries: - password support. You will be prompted for a password if a server requires a password - playlist support. - Several bug and portablity fixes approved by cube@
2005-08-05Update libopendaap to 0.4.0tonio7-128/+14
changed the url to www.craz.net remove patches that have been integrated upstream or are no more relevant Main changelog entries: - Playlist support now exists - Use a free mdns library, instead of Apple's mDNS library. This means that libopendaap is entirely free now. - You can now connect to servers with passwords - Several bug fixes approved by cube@
2005-08-05I'll take it.sketch1-2/+2
2005-08-05Give up maintainership. Anyone want to adopt abcde?snj1-2/+2
2005-08-01Fixed a suble quoting bug. CONFIGURE_ARGS (and probably others) must notrillig2-7/+11
be used with the := assignment operator when they contain quoted components.
2005-07-31don't pass -no-undefined to libtool. there will always be undefinedgrant2-1/+15
symbols on some platforms due to the implicit dependency on libc.
2005-07-30- don't pass gcc specific argumentsgrant4-12/+62
- don't use static variables in inline functions fixes build with sunpro.
2005-07-30Update to arts 1.4.2 (part of KDE 3.4.2).markd2-6/+6