summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2006-08-03Add easyh10 and kid3.wiz1-1/+3
2006-08-03Initial import of kid3 from pkgsrc-wip, packaged by Sergey Svishchev.wiz5-0/+76
With Kid3 you can: * Edit ID3v1.1 tags, edit all ID3v2.3 frames * Convert between ID3v1.1 and ID3v2.3 tags * Edit Ogg/Vorbis and FLAC tags * Edit tags of multiple files, e.g. the artist, album, year and genre of all files of an album typically have the same values and can be set together. * Generate tags from filenames and filenames from tags * Rename and create directories from tags * Generate playlist files * Automatically convert upper and lower case and replace strings * Import from freedb.org, MusicBrainz and other sources of album data
2006-08-02Explicitly disable doxygen support to avoid installing extra documentationjmmv1-1/+3
files when it is installed.
2006-08-02Update to arts 1.5.4 (part of KDE 3.5.4)markd2-13/+6
2006-08-01Be a bit more consistent with the white space.joerg1-1/+1
2006-08-01Import audio/easyh10, a command-line tool for creating/maintaining the musicghen5-0/+70
database on the iriver H10 series of portable mp3 players. EasyH10 is an open source project for the development of a software suite for iRiver H10 digital audio players. It creates the database layout for an H10 player, without the need for iRiver Plus or Windows Media Player 10, based on music and playlist files transferred manually (e.g., drag-and-drop operation, copy command, rsync utility, etc). EasyH10 is compatible with iriver H10 5GB, 6GB, and 20GB models shipped worldwide as well as various platforms such as Windows 98SE/ME/2000/XP, Linux, MacOS X, and other POSIX-like operating systems.
2006-07-31Update bmp and bmp-esound to 0.9.7.1. Basically doing this to fix thejmmv7-40/+71
problems with GCC 4 but they seem to not have gone away completely; hence, disabling optimizations with this compiler. Enhancements * New (free) ClearSky skin by Will Reinhart * New desktop icon * New GConf schema * New multi-thread mode for ALSA plugin * Support for customizable accelerators * Queue support in Jump to Track * Partial support for new XMMS 1.2.11 remote control functions * New translations (Finnish, Georgian, Hindi, Ukrainian, Traditional Chinese) and updates Miscellaneous * Log file renamed to 'log' * Minor GUI tweaks Bugfixes * Fixed some ALSA playback issues * Fixed crashes when output plugin returning sound volume for only 1 channel * Fixed crashes when input plugins do not set title when getting song info * Fixed infinite recursion in logger * Fixed bogus values returned by xmms_remote_get_info() * Fixed general/visualization plugin About dialogs not opening correctly * Fixed centering of playlist in Playlist Editor * Fixed incorrect length of 1st track read from .m3u files * Fixed gcc4 compilation errors * Fixed 64-bit issues setting/getting ESD volume * Fixed MimeType value in desktop file * Fixed text clipping of non-ASCII titles in Playlist Editor
2006-07-27Fix build with m4-1.4.5. Use newer automake package instead of 1.4 one.wiz3-6/+15
(Build dependency change only, so no PKGREVISION bump.)
2006-07-26Added some more dependencies to reduce the number of warnings in therillig1-2/+6
configure phase.
2006-07-26This package needs Perl to build correctly.rillig1-2/+2
2006-07-26+mkcdtocdrochner1-1/+2
2006-07-26add mkcdtoc-1.0, a perl script to create .toc files for cdrdaodrochner5-0/+70
2006-07-26+gst-plugins0.10-fluendo-mp3drochner1-1/+2
2006-07-26add gst-plugins0.10-fluendo-mp3, a small mp3 decoder which can replace thedrochner4-0/+28
"mad" plugin
2006-07-26reset PKGREVISION for gst-plugins-base updatedrochner1-3/+1
2006-07-24update to 0.5.4drochner2-7/+6
changes: * Patch from Erik Osheim to fix decode on bigendian platforms. * Fix for None deallocation error, thanks to Michael Urman.
2006-07-24Fix konqsidebar configure test to work on DragonFly, where pthread linkagejoerg2-5/+14
must be explicit.
2006-07-24Fix hard-coded -lpthread.joerg2-1/+16
2006-07-23Added lmms.rillig1-1/+2
2006-07-23Imported lmms.rillig8-0/+943
LMMS aims to be a free alternative to popular (but commercial and closed- source) programs like FruityLoops, Cubase and Logic giving you the ability of producing music with your computer by creating/synthesizing sounds, arranging samples, using effects, playing live with keyboard and much more... LMMS combines the features of a sequencer-program (pattern-/channel-/ sample-/song-/effect-management) and those of powerful synthesizers and samplers in a modern, user-friendly and easy to use graphical user-interface.
2006-07-22Packages that use GNU configure scripts and C++ also need a working Crillig3-6/+6
compiler.
2006-07-22Reverted the recent change that has set USE_LANGUAGES="c objc", where onlyrillig1-2/+2
"objc" was needed. Thanks to Min Sik Kim for showing me the Right Way to handle this.
2006-07-22Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,rillig9-18/+18
since they always need a C compiler, even when the source code is completely in C++. For some other packages, stated in the comment that a C compiler is really not needed.
2006-07-21USE_LANGUAGES+=crillig1-2/+2
2006-07-19Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrcjlam2-4/+2
had actually been ignoring LTCONFIG_OVERRIDE anyway and just using the default LIBTOOL_OVERRIDE to replace libtool scripts in packages. This just formalizes the fact that LTCONFIG_OVERRIDE is not used meaningfully by pkgsrc.
2006-07-19Needs intltool.joerg1-2/+2
2006-07-18At least on DragonFly, fork(2) and read(2) need unistd.h when compilingjoerg3-1/+28
C++ programs, so include it.
2006-07-18Kill explicit static inline which breaks build with newer GCC versions.joerg2-1/+116
It should be clever enough to inline it anyway.
2006-07-18Add optional mysql and postgresql support.wiz2-1/+19
Patch from Christian Gall.
2006-07-17s/man/${PKGMANDIR}/ in the install target. Pointed out by joerg's regressionghen1-3/+3
bulk build. Bump PKGREVISION.
2006-07-17Fix typo in MASTER_SITES. From Sergey Svishchev.wiz1-2/+2
2006-07-16As the log message of revision 1.13 of Makefile.common says:seb1-2/+1
xmms doesn't need libxml. This fix the build of packages including audio/xmms/buildlink3.mk.
2006-07-16Make mmx conditional on i386. Noted by Michael Lorenz.wiz1-1/+4
2006-07-16playsound needs X11, so include x11.buildlink3.mk.wiz1-1/+2
2006-07-13I'm not using this any longer, stop maintaining it.wiz1-2/+2
2006-07-12Fixed pkglint warnings.rillig2-6/+7
2006-07-12Moved documentation files from share/doc/html/csound5 torillig2-2088/+2089
share/doc/csound5. Bumped PKGREVISION.
2006-07-12Mention that this is an older release.wiz2-2/+5
2006-07-12Update to 0.5.0. Bigger API change, old version in libtunepimp0.4.wiz8-75/+64
Changes: version 0.5.0: - Versioned header files. tunepimp/tunepimp.h -> tunepimp-0.5/tunepimp.h - Removed track lookup parts of libtunepimp - WavPack, Speex and The True Audio metadata plugins - Correct handling of UNC paths on Windows - Fixed non-album tracks renaming/moving (#1408) - Trivial change to id3tag to read tags empty ID3 frames (#1568) version 0.5.0-alpha2: - Python bindings: compatibility with ctypes 0.9.9.3 (#1171) - Python bindings: fixed libtunepimp .so version (3 -> 4) (#1168) - Support for "Windows-safe" file names on non-Windows systems (for files on FAT32, Samba, ...) (#1014, #1222) - Fixed checking for end of stream in Ogg Vorbis and FLAC plugins (#1291) - Added decoding to MPC plugin (#1355) version 0.5.0-alpha1: - New acoustic fingerprint technology - MusicDNS <http://www.musicdns.org/> - New file name format variable %albumtracks (#951)
2006-07-12Sort. Add and enable libtunepimp0.4 and libofa.wiz1-2/+4
2006-07-12Initial import of libofa-0.9.3:wiz6-0/+91
The world is drowning in individual music files astray with corrupt metadata, insignificant file names, and no way to identify the music. MusicDNS and the Open Fingerprint Architecture provide a system for identifying a piece of music with nothing more than the sound of the piece itself. MusicDNS is the largest single dataset of acoustic fingerprints in the world with more than 16 million individual tracks identified and growing DAILY! With the Open Fingerprint client-code, tracks can be identified consistently against the MusicDNS dataset, and new tracks are easily added. The Open Fingerprint is deployed world-wide--and now the client source code is available under Open Source license. Use the fingerprint code freely, or hook it up to the largest repository of fingerprinted tracks on the planet--MusicDNS. Free client keys for developers and non-profits are available on the website. For commercial deployment, use the low-cost MusicDNS.com service from MusicIP.
2006-07-12Depend on libtunepimp0.4 package.wiz1-2/+3
2006-07-12Reimport libtunepimp as libtunepimp0.4, in preparation for the libtunepimpwiz9-0/+191
update, for packages which still need the 0.4 API.
2006-07-10Update to 2.1.3:wiz2-7/+6
Changes for libmusicbrainz 2.1.3 ------------------------------------- - New queries for selecting album artists: - MBS_SelectAlbumArtist - MBE_AlbumGetAlbumArtistName - MBE_AlbumGetAlbumArtistSortName - New query MBE_AlbumGetCdindexId - Using size_t instead of int in networking code - Little fixes in the API documentation - Python bindings: - Using the new ctypes 0.9.9.x API, with support to fallback to the old API if only an old ctypes version is installed - Removed dependency on ctypes in setup.py
2006-07-10Fix PLIST on platforms without sys/audioio.h, where sun.so is not built.minskim2-3/+9
2006-07-09Capitalize file names so that they match with those on a case-sensitive fileminskim1-17/+17
system. Noted by joerg@ on pkgsrc-changes@.
2006-07-09Pull in x11.buildlink3.mk to successfully link with X librariesdsainty1-2/+2
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam63-127/+127
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam63-63/+127
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-07-08update some entries in the initial radio station listdrochner3-3/+30
bump PKGREVISION