summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2004-11-02Use CXX for c++ code; should fix bulk build.wiz2-8/+10
2004-11-01Make build on Solaris.markd3-7/+20
2004-10-28Update to AppleRecords 0.5lha2-9/+7
From ChangeLog: Rewrote everything, added search and download
2004-10-28Fix HOMEPAGE.wiz1-2/+2
2004-10-28Update homepage and master site.wiz1-3/+3
2004-10-28Master site down, homepage vanished; usewiz1-4/+3
MASTER_SITE_SUNSITE.
2004-10-28Update MASTER_SITES.wiz1-2/+2
2004-10-28Master site gone.wiz1-2/+2
2004-10-28Master site down, use sunsite mirror.wiz1-2/+2
2004-10-28Convert to buildlink3.wiz3-9/+9
2004-10-28Wildcard depends.wiz1-2/+2
2004-10-27Moved to sourceforge.wiz1-3/+3
2004-10-27Revert previous. Clue gently applied by wiz@sekiya1-19/+0
2004-10-27Add buildlink framework for sox.sekiya1-0/+19
2004-10-25Remove the LICENSE to match the real license, LGPL. Reported byuebayasi1-3/+1
Vincent Stemen.
2004-10-25- streamtuner-{live365,local}xtraeme1-3/+1
2004-10-25Update audio/streamtuner to 0.99.xtraeme4-12/+35
0.99 23 October 2004 * The plugins have been included in the core distribution * The plugins can now be disabled from the preferences * The paned position and column widths were not saved anymore: fixed * The Local plugin now depends on TagLib (instead of libid3tag and libvorbis) * The Xiph plugin has been fixed, it now lists all the streams (but depends on libxml2) * STREAMTUNER_LOCAL_ROOT has been deprecated: the music folder can now be set from the preferences * The session is now always saved upon exit * Tab labels now have their own popup menu, containing tab-specific actions * The german translations have been updated (submitted by Martin Stromberger) * Minor fixes and cleanups
2004-10-25Remove streamtuner-{live365,local}, the plugins are now built byxtraeme8-69/+0
default by the new streamtuner version.
2004-10-23Add rexima.wiz1-1/+2
2004-10-23Initial import of rexima-1.4:wiz5-0/+67
rexima is a curses-based interactive mixer which can also be used from the command-line. It runs on any terminal with a screen size of 80x24 or greater. It's intended to be a simple, general, usable mixer without all the chrome usually present in other mixers.
2004-10-22Split aumix into two different packages:jmmv6-28/+62
- aumix 2.8nb6, which only provides ncurses support. Note that its revision is bumped to note the differences from the previous package. - aumix-gtk 2.8, which includes GTK 2.x and ncurses support. While here, add a missing build dependency on pkgconfig. The descriptions have also been rewritten to note the differences. Addresses PR pkg/27340.
2004-10-22Substitute custom post-patch with REPLACE_PERL. From Leonarch Schmidtsnj1-4/+2
in PR pkg/27320.
2004-10-20Fixed buildlink problemsadam2-4/+5
2004-10-19Add newly imported package rip.ben1-1/+2
2004-10-19Initial import of rip-1.07, a command-line based audio CD ripper andben6-0/+89
encoder. Provided by Leonard Schmidt in PR#27269 and PR#27290. rip is a wrapper for rippers and encoders which provides a common interface for ripping any CD audio track and encoding it into MP3, Ogg Vorbis, or FLAC. Manual and CDDB based renaming schemes are available for naming and tagging your ripped tracks.
2004-10-19Update to ifp-line-0.2.4.4:sekiya2-6/+5
* 2004-08-18 ifp-line-0.2.4.4 + Stable release. + Fixed upload process.
2004-10-18Correct platform from *-*-ppc to *-*-powerpc.ben1-2/+2
2004-10-18FLAC recently gained PPC optimizations that only work with Apple'sben3-2/+30
assembler. Since they cause the FLAC build to fail on AIX and NetBSD, only enable the optimizations if the OPSYS is Darwin. There is also a misplaced #endif in lpc.h that causes the build to fail on all platforms if assembler optimizations are disabled. This is fixed by patch-af. Thanks to Michael <macallan18@earthlink.net> for troubleshooting!
2004-10-18Update to version 12.17.6. Note that this version fixes somecube4-33/+29
buffer overflows in the WAV parser that could lead to arbitrary code execution. sox-12.17.6 ----------- o Changed comment code to always use copies of strings to fix bug in WAV handlering freeing argv[] memory. o Use calloc() to create ft_t structures so that all memory is initialized before being referenced. o Fixed VOC EOF bug were it thought there was an extra block when there wasn't. o Restructured directory layout so that source code is in a seperate directory. o Modified SoX to accept multiple input files. Concatenates files together in this case. o Removed map effect so that loops and instr could be removed from effects structures. This makes effects engine stand alone from the rest of the sox package. o Benedikt Zeyen found a bug in synth effect when generating brown noise that could cause clipping. o David Leverton sent another patch to prevent crashes on amd64's when resampling. o Fixed a bug were MP3 files with large ID3v2 tags could cause SoX to stick in a loop forever. Now, it will abort on IDv3 tags larger then 100k. Could still be improved to handle any size. o Changed volume option (-v) so that it tracks the file it was specified. This means that when specified with the input file, it changes volume before effects engine and when specified with output file, its done after effects engine. o Added crossfade_cat.sh script that will concatenate to audio files and do a crossfade between them. o Fixed bug in fade effect were it was impossible to do a fadeout starting from the beginning of the audio file. o Removed rounding error when changing volume of audio with "-v" option. This error caused doing a "-v -1.0" twice to not result in the original file. o Fixed a possible overflow in lots of effects were MIN value was treated as -MAX instead of -MAX-1. o Modifed sox so its OK for effects to not process any input or output bytes as long as they return ST_EOF. o When effects output data and reported ST_EOF at the same time, that buffer was discarded as well as data from any chained effect. o Added patch from Eric Benson that attempts to do a seek() if the first effect is trim. This greatly speeds up processing large files. o Daniel Pouzzner implemented a multi-band compander (using the butterworth filters to split the audio into bands). o Donnie Smith updated the silence effect so that its possible to remove silence from the middle of a sound file by using a negative value for stop_periods. o Changed float routines to only work with normalized values from -1:1. o Modifed .au handler to be able to read and write 32-bit and 64-bit float data. Only tested reading so far. o WAV with GSM data now always pads data to even number of bytes. o Added support for writing 32-bit audio to AIFF. sox-12.17.5 ----------- o Thomas Klausner sent in patches to compile audio drivers under NetBSD. o Rahul Powar pointed out a memory leak in the WAV file handler. It wasn't calling the correct close() function when closing input files. o Modified play.1 man page to not use multiple name lines. This appears to confuse some conversion programs. Updated sox.1 man page for typo in reverb option. o Andrew Church fixed problem with header of stereo 8SVX files. o Jimen Ching added support to scan over garbage data at the beginning of MP3 files to find valid frames. This is useful to play WAV and AIFF files that have MP3 data in them until those handlers support it directly. To play those, force sox to use the mp3 handler with the "-t mp3" option. o Added patch from Ulf Harnhammar to wav handler to prevent buffer overflows. o Added patch from Redhat to allow resample to work on certain 64-bit machines (Sam Varshavchik) o Tony Seebregts added a file handler for headerless Dialogic/OKI ADPCM files (VOX files). o Jan Paul Schmidt added a repeat effect to do loops the brute force way. This is also good for file format that don't support loops as well. o Fix for OSS driver in rate tolerance calcs that were off because of type conversion problems. Guenter Geiger. o Allow reading sphere files with headers greater then 256 bytes. Jimen Ching. o Fix for vorbis were comments are displayed in KEY=value format always. Stop printing some info to stdout in case output is a pipe. Guenter Geiger. o J Robert Ray submitted fix for AIFF handler to ignore lowercase chunks that are unknown. o Bugfix for 8-bit voc files. Jimen Ching o General warning cleanups (cbagwell) o Memory leaks in reading WAV files (Ufuk Kayserilioglu) o Rearrange link order of ogg vorbis libraries so that they can be compiled as static. (Christian Weisgerbr)
2004-10-18Correct the case of CDDB in the description.ben1-2/+2
2004-10-18Add SUBDIR for p5-CDDB_get import.ben1-1/+2
2004-10-18Initial import of p5-CDDB_get-2.23, a perl interface to query forben4-0/+26
CDDB-information. This is separate package from p5-CDDB. Package provided by Leonard Schmidt in PR#27270.
2004-10-18Fix mikmod option parsing using patch provided by David Holland inben2-10/+10
PR#27280.
2004-10-15Update xmms-flac to version 1.1.1 to match recent flac update.ben16-786/+20
This addresses PR#27198.
2004-10-15Make this work on NetBSD 1.6 again, by reverting the last change.kristerw3-388/+1
(That change was a work-in-progress to get this to build with gcc3, so no functionality is lost by reverting it. The "correct" way of fixing this package is to upgrade to a newer version...)
2004-10-14With gettext-lib/builtin.mk 1.11, this package doesn't modifyminskim1-3/+1
charset.alias or locale.alias any more. Remove comments about them.
2004-10-14Enable pkgviews installation.minskim1-1/+3
2004-10-13- Update to 2.0.2adrianp2-7/+6
- Fixes a security issue - upgrade recommended - Patch submitted in PR 27253 by pancake@phreaker.net, thanks !
2004-10-13Changes 2.13.1:adam2-13/+14
* Various bug fixes * Some feature improvements * Support for libao, FLAC (now in pkgsrc), Speex (pkgsrc as well) Changes 2.13.2: * Win32 compile error fix
2004-10-13Update to arts 1.3.1 (part of KDE 3.3.1)markd2-6/+5
changes unknown.
2004-10-12Make work on Interix. (Its base libao has no direct audio drivers; atv1-1/+4
plugin such as libao-esound is required.)
2004-10-12Update to 0.1.3-1itohy2-5/+5
0.1.3-1: (26/05/02) -------- - fixed parsing sideinfo (off by 1 bit) for mpeg 1 layer 3 mono (found by Alain Daurat (alain.daurat libertysurf.fr))
2004-10-11Note that cygwin_esound is required on Interix for physical audio output.tv1-0/+10
2004-10-11Allow this to build on Interix in client-only mode.tv1-4/+8
2004-10-10Bump PKGREVISION for Charles' fix for kaudiocreator.wiz1-2/+2
2004-10-10Fix a problem with our hacked version of cdda_identify_scsi() that wasmycroft2-28/+31
causing kaudiocreator to fail with a mysterious "Unknown error".
2004-10-10Update moss to 0.1.11. Patch provided by Myung-Gon Park, the maintainer.minskim2-6/+6
Changes since 0.1.9: - Avoid an infinite loop with buffer underrun in the live mode. - More detailed and consistent log messages.
2004-10-07Extra PKGREVISION bump to cover the libtool/compiler-wrapper problems.tv2-4/+5
Since dependencies were actually failing to build, they fortunately don't require PKGREVISION bumps themselves.
2004-10-07Update to 0.8.7. OK'd by jmmv.hira2-6/+5
Overview of Changes from 0.8.6: * Fix periodic crasher in shuffle code. * Make documentation valid DocBook. * Compile fix for ipod source. * Save order of playlists. * Enable support for typeahead in property views. * Update ko, tr and fi translations.
2004-10-06Update moss to 0.1.9. Submitted by Myung-Gon Park, new MAINTAINER.minskim3-21/+21
Changes: - Bug fix in live mode.