summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2002-05-20Add NetBSD tag.cjep1-0/+1
2002-05-15Updated icecast to 1.3.12martti3-10/+10
This release is a security update and all users are highly encouraged to upgrade immediately! (ChangeLog doesn't give exact details, it was updated 2000-03-01)
2002-05-13Add and enable rioutil.schmonz1-1/+2
2002-05-13Import rioutil-1.1.2.0.1, a program and library to interface withschmonz5-0/+68
Rio 600, 800, Nike psa[play. This closes my own pkg/14951. Tested with a Rio 800 Extreme.
2002-05-12* Use ossaudio.buildlink.mk.schmonz5-5/+34
* Include <ctype.h> for tolower() prototype. * Fix pkg/16755 with patch from rxg (thanks!). * Bump PKGREVISION (PLIST change).
2002-05-12prdownloads.sourceforge.net is no longer any use.abs3-6/+6
Switch to MASTER_SITE_SOURCEFORGE.
2002-05-12Add and enable mpegaudio.wiz1-1/+2
2002-05-12Initial import of mpegaudio, based on a package by Veego, which seems basedwiz10-0/+338
on the FreeBSD port: mpegaudio is an MPEG/audio Layer 1 and Layer 2 software package.
2002-05-08Update to 0.2.26.wiz3-7/+7
Changes: Fix resampling from 44 to 48kHz, and other bug fixes.
2002-05-06Use "LIBTOOL_OVERRIDE" instead of "LTCONFIG_OVERRIDE" because the latertron1-3/+2
one is not effective for this package. This fixes package list problems under Solaris.
2002-05-05Use bz2 distfile.wiz2-4/+5
2002-05-05Update to 0.16.0:wiz3-384/+5
Added configuration of radio device. Added 'save playlist' to main pop up menu. Added open_file, open_playlist, open_custom, and save_playlist to the skin spec. Many fixes to the ogg123 support (patch-ac). gtk specific command line options now work. Fixed a possible buffer over run in cpu percent usage polling (linux). SLIK 0.10.0: Added divider between dirs and files in path selection dialogs. Fixed a file descriptor leak in skin loader. Fixed writing of blank focus file name (should not be written at all) in the editor. Fixed unhiding of a widget to update it's state first. Fixed clist in place editing scroll bug. Fix and guard against a few cases that may cause a crash at startup.
2002-04-29LTCONFIG_OVERRIDE -> LIBTOOL_OVERRIDE.wiz1-2/+2
2002-04-29Update to 0.2.25: Bugfix releases.wiz6-20/+20
2002-04-28Use .tar.bz2 distfile as it's smallerzuntum2-4/+5
2002-04-28add & enable mp3asmzuntum1-1/+2
2002-04-28Do the sed part a bit differentlyzuntum1-4/+4
2002-04-28Initial import of mp3asm-0.1.3 as pkgsrc/audio/mp3asmzuntum6-0/+63
An mpeg 1/2/2.5 audio layer 1,2,3 frame level editor. Allows for cutting, copying, pasting of individual frames, correction of common (correctable) errors, removal of bad frames and more. Quite useful program for maintaining any mp3 collection. Provided by Rui-Xiang Guo <rxg@netbsd.org> in pkg/16530
2002-04-28Fix wrong filename of strings file. Problem reported bytron2-4/+4
<collver@linuxfreemail.com> in PR pkg/16521.
2002-04-27Add buildlink.mk file. Provided by <collver@linuxfreemail.com> in PRrh1-0/+36
pkg/16470, thanks!
2002-04-27Update flac-xmms to 1.0.2. Changes are bugfixes and general cleanup.rh2-9/+8
Patch provided by <collver@linuxfreemail.com>, thanks! This closes PR pkg/16470.
2002-04-27Update flac to 1.0.2. Changes are general bugfixes and cleanups.rh3-22/+12
This closes PR 16469 by <collver@linuxfreemail.com>, thanks!
2002-04-25Check for arm and arm32, not just arm32.abs3-8/+8
2002-04-23Add and enable xanalyser.schmonz1-1/+2
2002-04-23Import xanalyser-1.21. Patches and approval by garbled.schmonz13-0/+215
The frequency analyser showes the frequency spectrum of the source, either separately for both channels or together. Roughly speaking the XY scope draws a plots where the left channel is used for the x axis and the right channel for the y axis. Thus a audio signal only present on the left channel produces a horizontal line, whereas a audio signal only present on the right channel produces a vertical line. Can be used as a PC-Based RTA.
2002-04-21Small nit: Cheesetracker's configure script calls c++ explicitly rather thancjep2-5/+14
using CXX when determining version number.
2002-04-19add & enable musicbrainzzuntum1-1/+2
2002-04-19Initial import of musicbrainz-1.1.0 [pkgsrc/audio/musicbrainz]zuntum5-0/+88
MusicBrainz is the second generation incarnation of the CD Index. This server is designed to enable Audio CD and MP3/Vorbis players to download metadata about the music they are playing. All of the data collected on the Musicbrainz server is made available to the public under the OpenContent license. Provided by Rui-Xiang Guo <rxg@netbsd.org> in pkg/15984
2002-04-19add & enable id3v2zuntum1-1/+2
2002-04-19Initial import of id3v2-1.0.6 -- command-line id3v2 tag editorzuntum5-0/+40
This command-line utility will allow you to modify MP3's id3v2 tags. The are more powerful than the default id3v1; they can store infomation about what band recorded the song, the song name, etc. and without string length limits. Provided by Julio Merino <slink@unixbsd.org> in pkg/16332
2002-04-18Correct package name in comment. pkg/16399 by Julio Merino.wiz1-2/+2
2002-04-17Update dependency on xforms. We're mainly bumping the dependencyfredb3-11/+16
and package revision, since we may now link against the forms shared library, and because we also have to add a dependency on jpeg lib.
2002-04-04Use "suse_linux/Makefile.application" to pick correct SuSE packages.tron1-3/+3
2002-04-01Update to version 2.1.2:fredb3-7/+8
Added ability to balance / pan in mixplay screens (2, 4, desk). Added FEATURES document. Update TODO document with user suggestions.
2002-03-31depend on the gcc package on systems with old toolchain. This lets thisdmcmahill1-4/+6
package work on several platforms which formerly failed due to a c++ compiler bug.
2002-03-25fix minor memory leak in ogg123_comment_set() introduced in previouslukem2-13/+15
2002-03-25Add back patch-ac containing various ogg123 playback fixes (differentlukem3-2/+380
from the last set), making ogg playback useful: - implement ogg123_pipe_open() which opens a pipe and runs the command supplied in the char **, returning the child pid and fd array from pipe(2). based on code from ogg123_child_run(). - replace popen() with ogg123_pipe_open() in ogg123_info_get(), ogg123_comment_get(), and ogg123_comment_set(). now info actually works for file names which contain wacky shell characters (where surrounding the file name with quotes just Isn't Enough) - parse_bitrate(): current bitrate in ogg123 output is now "(NNN.MM kbps)", so look for that rather than "Bitrate: NNNN" - when setting the initial bit_rate for a song, use "bitrate_average / 1000" rather than "bitrate_nominal", since bit_rate is in kbps and bitrate_* is in bps and bitrate_average is more appropriate that bitrate_nominal.
2002-03-25Add buildlink for tcljmc1-1/+2
2002-03-24Update to 0.2.3.wiz3-7/+8
Changes since 0.2.1: Fixed a bug involving the processing of 24-bit audio data on little-endian systems. Added support for IMA and MS ADPCM. Added support for the IRCAM file format. Added support for AF_QUERYTYPE_COMPRESSION. Added support for floating-point data in the AIFF-C and WAVE file formats. Improved support for compressed data formats in AIFF-C, WAVE, and NeXT .snd file formats. Cleaned up code for 64-bit systems. Cleaned up some compiler warnings. Added many new tests. Fixed several small bugs. Cleaned up code in many places.
2002-03-23Replace STRIPFLAG with _STRIPFLAG_INSTALL to fix pkg/15467.yyamano1-2/+2
2002-03-23Update csound to 4.13.0.2a, provided by Ben Collver in pkg/14631.wiz18-375/+820
Changes unknown, package changes: * the c-preprocessor should now correctly chose whether to build big-endian or little-endian specific code * added support for NetBSD native audio API
2002-03-23Update to 4.18, provided by Ben Collver in pkg/14630.wiz20-194/+510
Changes are unknown. Package changes: * the c-preprocessor should now correctly chose whether to build big-endian or little-endian specific code * added support for NetBSD native audio API
2002-03-23Add examples for using csound with realtime MIDI input on NetBSD,wiz4-3/+35
update MAINTAINER address. Both from pkg/16012 by Ben Collver.
2002-03-21update to 1.2.7drochner11-203/+119
changes: General: * Replaced folder icons. New ones by Jakub Steiner. * Don't display playlist numbers elsewhere when turned off. * Support 32-bit and 16-bit "bitfield" bmps in skins. CD Audio: * Supply a dummy user and hostname to the cddb server. * Picked up support for Darwin (from FINK cvs) and NetBSD (from NetBSD cvs) MPG123: * Handle UTF-16 encoded tags. * Major stability fixes Translation/Internationalization: * New translations: Basque (eu), Tajik (tg), Vietnamese (vi), Nynorsk (nn), Thai (th). General: * --play-pause command to toggle playback. * Updated README/man pages. * Added xmms_remote_play_pause(), xmms_remote_playlist_ins_url_string() * Realtime priority works again, it was broken in 1.2.5. * bzip2 skins should now work regardless of Tar version. * Key bindings are now saved when you exit XMMS. * NetWM support updated to the latest specs. * Handles @ in URL's properly if username:password@host is not used. Playlist: * Added 'Sort by date' * Page Up/Down keys scrolls one page, instead of the 3 line inheritance from Winamp. * Extended M3U lists now supported. * Added reading of playlist info for selection. Equalizer: * Added Import/WinAMP Presets to the preset menu to import an entire set of WinAMP presets (WINAMP.q1) into the preset list. Vorbis: * Fixed an endianess problem on smallendian boxes * 1.0rc1 or higher required. MPG123: * Handle more broken mp3s. * No more "-" for mp3s with ID3v2 tags that contain no usable information. * VBR files without XING header are now handled more gracefully. Mikmod: * Mikmod plugin now recognizes mod.* files. CD Audio: * Setting the environmental variable XMMS_CDDB_CLIENT_NAME, will make XMMS use that instead when identifying to CDDB servers. * Better handling of CDDB requests. * Don't poll current time when paused, can cause weird things on some drives. OSS Output: * Do endian/sign conversion if necessary. ESD Output: * Will use ESD stream volume instead of the OSS mixer as default. * Assorted bugfixes/memleaks plugged.
2002-03-19Update to 2.1.3, provided by Hume Smith in pkg/15027, with some minorwiz11-92/+87
changes and buildlinking by me. Bugfix release.
2002-03-19Add patches derived from the xiph.org CVS repository to fix ogg123 bugs inlukem4-2/+63
1.0 rc3, and crank to nb1 whilst here: - patch-aa: the mutex and the condition variables are not owned by the buffer thread, but by the buffer itself. don't destroy them when the thread dies, but when the buffer itself dies. fixes #112. [ patch suggested by Christian Weisgerber <naddy@mips.inka.de> in private email ] - patch-ab: Some fixes to how audio writes are handled. Closes #127.
2002-03-18Updated mp3blaster to 3.1.1rxg6-41/+40
V3.1.1 2002/03/16 ================= -Applied a patch from Douglas Richard that introduces horizontal panning of the scrollable window using Key.Left and Key.Right, as well as configurable wraparound-behaviour (see config file directive 'WrapAround') and jump-to-top/bottom of the list using Key.Home and Key.End keybindings. -When resetting sound device failed, playback of current song is stopped. -config file directive 'SkipFrames' => 'SkipLength' -Added RPM specfile, so you can build mp3blaster on RedHat 7.2 with rpm -ta <source tarball> -applied patches from Martijn to fix compiling issues with NetBSD/curses. -applied patch from Martijn that fixes endian issues in waveplayer -applied patch from Ivan Prokudin that fixes a bug in the character set recoding code. -Added patch from Serge v/d Boom that writes info about mp3's being played to a status file (see --status-file). -Fixed bug that prevented showing next song -Configfile directive 'File.ID3Names' enabled now implies that the default file display mode in the filemanager is show by ID3 name instead of filename. -When decoding mp3s as wavs, decoding will be aborted with a warning when samplerate/speed/stereo-mode changes. -ID3tags in ID3 displaying mode are now charset-recoded as well. Thank Martijn van Buul <pino@dohd.org> for fixing many bugs for NetBSD.
2002-03-18Strongly buildlinkify once again.wiz3-3/+17
2002-03-18update to icecast 1.3.11. from the web site:mrg2-5/+5
It contains security updates and network fixes for streams over 160kbps. It should also help with the stuttering problem some users have reported.
2002-03-18Update to 0.15.0. Changes since 0.14.1(nb1):wiz3-10/+32
+ Skins can now open skinned subwindows. + Cleaned up mrclean skin, adding themed playlist and song info windows. - Flybys are now interactive, and include a right click menu. - Flybys and themed menus now support all widgets of the main window. - Added playlist text widget to skin spec for display of playlist name. * Fix command line file path handling. * Small bug fixes. Notes: - Keyboard focus support with tab and shift-tab uses the order of widgets in the skin. Most skins were made before keyboard focus was added, so tab and shift-tab movement may seem completely random in those skins. XXX: not strongly buildlinked any longer -- a -I/usr/X11R6/include crept in somewhere, but right now I'm too tired to go look where.