summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2004-11-26Changes in 0.99.12adam4-12/+36
* Fix a libtool version mismatch that led to incorrect library extensions. Changes in 0.99.11 * Some erratic information and behaviour, introduced in 0.99.10, has been fixed.
2004-11-25Convert to use bsd.options.mk, the following options are available:xtraeme2-59/+87
aac audiofile flac iconv id3 ogg # XXX Support for the following variables will be removed after the # XXX pkgsrc-2004Q4 branch is released: # XXX # XXX MUSICPD_WITH_AAC # XXX MUSICPD_WITH_AUDIOFILE # XXX MUSICPD_WITH_FLAC # XXX MUSICPD_WITH_ICONV # XXX MUSICPD_WITH_ID3 # XXX MUSICPD_WITH_OGG
2004-11-25Update SpiralSynth to version 2.0.0. Notable changes include:ben12-56/+93
* Totally replaced audio core code with SSM plugin code, modified for static linking. * Uses 32bit floating point format internally. * New midi device handling. * New OSS output code. * New funky sliders. * Updated for fltk 1.1.0
2004-11-25Fixed compiling with windowmaker-0.9xadam1-6/+3
2004-11-25Fixed compiling with windowmaker-0.9xadam4-2/+31
2004-11-23Fix building on MacOSXadam1-1/+5
2004-11-23Changes 1.7:adam4-16/+15
- fixed config/Imakefile so 'configure' command would work under cygwin. Tested clients/server under cygwin. - corrected a possible race condition in auvoxware that could cause the server to hang under certain conditions. I do not know why I haven't seen this problem before, but I could recreate it easily by killing auplay while playing a long tune. If the system restarts syscalls after a signal handler has run, a situation could arise where the previous timer was never disabled. This could cause a previous ioctl(DSP_SYNC) called from setSampleRate() to be constantly interrupted and restarted, causing an apparent hang. Now we just turn off the timer as the first thing in setSampleRate() so DSP_SYNC can actually finish. We also turn off the timer when openDevice is called, so the 'wait for device to become available' code can work too. - Patch from Tobias Diedrich that allows mixer init to fail in the voxware server. - redid the FAQ in an attempt to make it more useful. I'll try to keep it up to date. - updated libtool due to a problem(s) reported by Steve McIntyre.
2004-11-23Avoid use of := in PKGNAME.tv2-4/+4
Fix pre-configure make operator (should use :, not ::).
2004-11-22Remove unnecessary LTCONFIG_OVERRIDE.wiz1-2/+1
2004-11-22This package contains no ltconfig; remove LTCONFIG_OVERRIDE.wiz1-2/+1
2004-11-22Update to 2.1 (typos below left as-is):wiz3-6/+19
# Mp3splt v. 2.1 --------------------------------------------------------------- NOTE for people who already used mp3splt From this version some important changes took place: - A new option (-p) has been introduced to read user parameters for -s and -a options, both without arguments now. Not using -p is equivalent to use -s auto or -a auto in the old version. NO: mp3splt -s auto file.mp3 YES: mp3splt -s file.mp3 NO: mp3splt -s off=1,rm file.mp3 YES: mp3splt -s -p off=1,rm file.mp3 - Threshold parameter (th) is now in dB. It's always a negative number between -96 dB and 0 dB. Please read man page for more detail --------------------------------------------------------------- - bug fixed (not exatctly a bug of mp3splt, but let's call it like this...): "correct" handling of misplaced Xing header of CRC-protected mp3 - feature improved: -p option introduced. Some order in the caos... ;-) - feature improved: threshold is now in dB - feature improved: sound level showed during silence detection - feature improved (Thanks Marco): when using -q, no more check on presence of ALBW or MP3WRAP string. - sources (Thanks Marco): each error is different with a own ret number. # Mp3splt v. 2.0e - bug fixed: filenamed specified with -o was truncated after 10 chars. - bug fixed: max number of albums per search increased to 512. # Mp3splt v. 2.0d - bug fixed: long filename for performer in CUE file caused seg fault - bug fixed: bad parsing of CUE files (again.. ;), for global artist and album - bug fixed: "EOF" string introduced to reach end of file. Now minimum splitpoint number changed back to 2. # Mp3splt v. 2.0c - feature improved: number of digits for @n number optimized. - feature improved: new parameter ("min") for -s to specify a minimum length. - feature improved: number of found silence points displayed during process. - important bug fixed: corrected CUE time parsing and hundredths calculation. - bug fixed: answering 'n' to -e option question, didn't abort ;-)
2004-11-22Changes 1.2.3:adam5-47/+50
* Fixed a bug that caused recording to stop or display incorrectly after about 50 minutes on some Windows systems. (This was partly fixed in Audacity 1.2.2, but still didn't work on some systems.) * The Change Pitch and Change Tempo effects have been upgraded to use a new version of the SoundTouch library by Olli Parviainen, with better speed and higher quality. * libsndfile has been upgraded to version 1.0.11. * Fixed a bug that caused the program to run slowly when using the Envelope tool. * Shift-clicking on a mute or solo button now un-mutes (or un-solos) all other tracks. * Nyquist plug-ins can now accept strings as input. Also, a "Debug" button has been added to Nyquist effect dialogs, which allows you to see all of the output produced by Nyquist, for aid in debugging. * When the audio file referenced ("aliased") by an Audacity project is missing, Audacity will now always play silence. Before, Audacity would sometimes repeat the most recent audio that was played previously. * VU Meters will now always reset when audio I/O has stopped. * Fixed a major Mac-only bug that was causing Audacity to crash at seemingly random times, but especially during audio playback and recording. * New or updated translations: Italian (it), Hungarian (hu), Ukrainian (uk), Spanish (es). Polish (pl), Simplified Chinese (zh), Norsk-Bokmal (nb), French (fr), Russian (ru).
2004-11-22Makefile cleaned-up, HOMEPAGE correctedadam1-14/+13
2004-11-22Changes 3.2.1:adam3-13/+10
BUGFIXES - Enable/disable color gui should have appeared in configuration dialog, and On exit sub-menu in other options did not appear. NEW FEATURES - If a supported terminal is detected int the $TERM env var, MikMod will set the title bar with -= MikMod x.x.x =- followed by the song title between (). There is a configuration option for this in config->other_options
2004-11-20Bump PKGREVISION due to security fixes in libxml (dependency adjusted tojmmv2-4/+4
1.8.17nb3).
2004-11-20Update daapd to 0.2.3dmjl5-40/+59
- Fixed a stupid bug in the howl callback. If you had problems with daapd showing up in iTunes (i.e. with the mDNS Responder), try this update. - The howl API has changed as of howl 0.9.6. - Added support for Xing/LAME headers. This speeds up parsing of MP3 files and in effect the complete initial scan of the filesystem. - Fixed a few memory leaks. - Fixed an issue in the makefile. - Added auto-updates. - Clients waiting for updates are automatically notified of changes in the database. - daapd scans the filesystem periodically now. This happens in a separate thread. - Transmissions are compressed with gzip now. This can be turned off with -z
2004-11-19Update homepage.wiz2-4/+4
2004-11-19Changes 1.0.11:adam8-39/+38
* Add SD2 file support * Reading of loop data in WAV and AIFF * Minor bug fixes
2004-11-18apply patches based on what is found at:grant5-3/+102
http://www.steve.org.uk/Software/xmms/ for command line volume control: -l (louder) -q (qieter) bump PKGREVISION.
2004-11-17Enable pkgviews installation.minskim1-1/+3
2004-11-17Enable pkgviews installation.minskim1-1/+3
2004-11-17Make this package build with gcc-3.4.minskim2-1/+16
2004-11-16Changes 0.8.5:adam9-38/+33
* Support now for the ALSA 1.0 API * ALSA mmap() mode can be enabled/disabled at runtime using "use_mmap" option. * Patch to OSS plugin to fix skipping issues with some drivers (like emu10k1). * Can build with --disable-esd option again * Minor build fixes
2004-11-16Rearrange statements to make the compiler section more readable.sketch1-2/+3
2004-11-16Various C++ tweaks/cleanups to get this package compiling with SunPro.sketch20-5/+404
2004-11-15s/__inline/inline/ to give this package a chance of building with moresketch2-1/+15
compilers, such as SunPro.
2004-11-14Update to abcde-2.2.0.snj3-12/+11
Changes: * New "-t <number>" option for starting the numbering of the output files at a given starting number. Ideal for albums with more than one CD. * New "-T <number>" option, similar to "-t" but also modifies the tag entries on the files themselves. * New "-w <COMMENT>" to add a comment to the tracks of a given CD rip. Use quotes. * New "-W <number>" option to combine both a comment with "CD #number" and a starting number for both the tracks and the tags with "#01" (that is, 101 for the 1st CD, 201 for the second...) * Support for keeping an existing playlist (and not add new entries to it), erase the existing one (overwrite) or append new entries to the existing one. * New mungegenre function to switch off (or modify) the default behaviour of transforming uppercase characters to lowercase. * cdparanoia permits performing a query to the CD drive and obtain a list of valid audio tracks. So, now we perform such query and process the results. * Support for "None of the above" has been added with the "0" selection. A template is created, and the selection to edit it is defaulted to "y".
2004-11-14Add a workaround for PR pkg/26846 (fix a crash during bmp's shutdown).jmmv1-2/+9
A detailed analisys of the problem can be found in the report. Bump PKGREVISION to 4.
2004-11-14Update to 0.8.8:jmmv3-8/+6
* Flip playing icon in RTL locale [Colin Walters] * Don't include x-directory/normal in MimeType [Colin Walters] * Save playlists after first start even if nothing's loaded [Colin Walters] * Don't include nautilus menu item by default [Colin Walters] * Updated Translations: ja (Takeshi AIHANA)
2004-11-13Replace USE_GCC_SHLIB with "USE_LANGUAGE=c c++" (the latter implies thejlam1-2/+2
former) for applications that are known to require C++.
2004-11-13USE_BUILDLINK3 is a yes/no variable.jlam2-4/+4
2004-11-12Fix a C99-ism to make this pkg build with gcc 2.95.kristerw2-1/+23
2004-11-12Fix a C99-ism to make this pkg build with gcc 2.95.kristerw2-1/+23
2004-11-12gcc 2.95 does not understand -Wno-unused-variable. Use BUILDLINK_TRANSFORMkristerw1-1/+4
to remove it.
2004-11-12Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're addedjlam1-3/+1
automatically by pthread.buildlink3.mk. Also, factor out the pthread library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS and use it in packages where necessary (usually the ones that don't have a GNU configure script).
2004-11-12Give this a chance to build on MacOS X.hubertf2-12/+23
Tested by Holger Amann [keeney at fehu dot org]
2004-11-12Add 'perl5' to CATEGORIES.seb1-2/+2
2004-11-11Upgrade to 0.11.5. Minor bug fixes, nothing that stands out.simonb2-6/+5
2004-11-11Add "KEYWORD: shutdown" so that mpd will save state across a reboot.simonb1-1/+2
2004-11-10Changes 0.9.6:adam2-7/+5
* Libcddb now uses the FreeDB protocol version 6. The difference with version 5 is that now the responses from the FreeDB server are in UTF-8 format instead of ISO8859-1. So if the CD you query contains non-US-ASCII characters the results will be different in this new version of libcddb. * [NEW] It is now possible to set the character set that libcddb has to use when returning disc data (see also above). Use the cddb_set_charset function to set the user's character set. The example program, cddb_query, now also has a command-line option for specifying the character set. * [BUGFIX] FreeDB changed the specs of their CDDB file format. The results for certain discs failed to parse correctly because the libcddb parser was too strict. This should be fixed now. * [BUGFIX] When writing disc to cache, fill in category if genre is not specified. * [BUGFIX] When in CACHE_ONLY mode, do not perform network access when writing disc record.
2004-11-09Add RCS Id.wiz1-0/+1
2004-11-09Make madman use the scons package instead of an included version of scons.wiz5-4/+40
Also, stop scons from spreading .sconsign files around the file system. From package maintainer Ove Soerensen in private mail.
2004-11-07Add fix for security vulnerability reported in CAN-2004-0982 based ontron5-11/+55
patches from Debian's advisory DSA-578. Bump package revision because of this fix.
2004-11-06add malintdillo1-1/+2
2004-11-06initial import of malint-0.2, an MPEG audio stream validatordillo4-0/+28
2004-11-06Include gettext-lib/buildlink3.mk. The program uses libintl (bindtextdomainjmmv1-1/+2
at least) and should fix a problem I had before, though I'm not able to reproduce it any more... As discussed with wiz@.
2004-11-06Update mserv_irman to 0.20:abs2-5/+5
- Handle blank response from 'info'
2004-11-05Add libvisual-xmms.wiz1-1/+2
2004-11-05Initial import of libvisual-xmms-0.1.7:wiz5-0/+56
Libvisual is an xmms plugin for the libvisual audio visualisation framework.
2004-11-05Add libvisual-nebulus.wiz1-1/+2