summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
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.
2002-03-14Set the WRKSRC definition correctly, even in the presence of PKGREVISIONagc1-2/+2
modifiers.
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb12-19/+31
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13bump pkgrevision, as noted by wizpooka1-1/+2
2002-03-13install documentationpooka2-2/+8
suggested by Arto Huusko in pkg/15892
2002-03-12Convert to RESTRICTED formatjmc3-9/+12
2002-03-12Update to 0.14.1.wiz3-6/+7
Changes since 0.14.0: - Minor alterations to the mrclean skin. * Fixed crash when closing a skinned menu.
2002-03-10Update to 0.14.0. Changes since 0.13.0:wiz3-6/+48
+ Added keyboard support to the skin engine (on by default). + Added skinned menu support (off by default). + Added flyby window that briefly appears at the beginning of each song to display the title and artist (off by default). This is only displayed when the player advances to another song without user intervention. + Included new mrclean skin to the package. - On demand song info loading is now done in the background. - F10 key now displays the pop-up menu. - Updated French translation. - Increased ID3v2 header skip size maximium to 64k (from 16k). - Spacebar no longer equates to 'play' button, use P instead. * Fixed imported fonts for the text widget failing to display in the the skin editor.
2002-03-09Fix directory location: SDL_mixer is in "audio", not "devel"rh1-2/+2
2002-03-06Add the missing quotes so it can handle filenames with spaces.martin2-5/+23
Don't delete spaces from filenames by default anymore (user overridable).
2002-03-05Use the provided Makefile.in file instead of Makefile.am so we can removeskrll1-6/+3
the BUILD_DEPENDS on automake.
2002-03-05Apply simply patch to Makefile.in not Makefile.am so that we can removeskrll3-9/+13
the BUILD_DEPENDs on automake.
2002-03-05This pkg doesn't need automake to build.skrll2-5/+3
2002-03-04Generalize the handling for packages where "fetch" and "fetch-list"fredb1-10/+1
only emit a message and don't actually fetch anything. This allows us to make the output of "fetch-list" for these packages consistent with other packages. While we're in here, integrate DYNAMIC_MASTER_SITES with the ${ORDERED_SITES} macro. The only functional change here is that ${MASTER_SITE_OVERRIDE} is now respected. Still to do -- something appropriate for "fetch-list" for these packages, like sourcing "getsites.sh" into the generated script. (Well, "package", but there are two others that do something similar in their "Makefile".) Also eliminate the misbegotten _FETCH_ALLFILES macro -- now that only "fetch" uses it, move it's functionality directly under "do-fetch".
2002-03-04Remove -ggdb as it's not needed and confuses gcc on powerpc at times.jmc2-6/+7
2002-03-04Upgrade to cdparanoia III 9.8.itohy10-601/+401
Install headers in separate directory. Related changes: - Patch for Kenwood TruX drives (they worked before, but were very slow) - Slightly different default read command to alleviate end-of-track read problems on a number of drives - New -z command syntax; option argument to allow a skip after a user-configurable number of tries - Added more possible read commands to autoprobe - Removed autoprobe limitation, so starting a new rip will not potentially stall in autoprobe until previous rip finishes - Patch to allow sample-granulairy offset - allow NULL callbacks to be passed to library interface
2002-03-02add mp32oggrxg1-1/+2
2002-03-02Add mp32ogg-0.11 - Convert MP3 files to Ogg Vorbis filesrxg4-0/+44
A perl script to convert MP3 files to Ogg Vorbis files, retaining ID3 information, bitrate, and optionally renaming the output files, as well as deleting the originals.
2002-03-02add p5-MP3-Inforxg1-1/+2
2002-03-02Add p5-MP3-Info-1.00 - Manipulate / fetch info from MP3 audio filesrxg4-0/+31
This is MP3::Info, for getting info out of and into MP3 files. This release has two small bugfixes, one for better rendering of ID3v2 data in get_mp3tag, and one for dealing with some possibly broken MP3s. A wrapper module is included so scripts calling MPEG::MP3Info (the old name) will still work. close pkg/15623, submitted by me.
2002-02-27Use -DREAD_MMAP on all NetBSD targets. Fixes problems with mis-decodingsimonb2-9/+11
ID3 tags. Reported by Martin Husemann.
2002-02-27Some stupid people can not tell "int" from "long". Some of them daremartin3-1/+35
to cast "void*" to one or the other.
2002-02-27Update to 0.13.0. Changes:wiz3-8/+9
- Updated French, and added Finnish translations. - Added on demand load of song information for the playlist window. - Searches further into mp3 files with ID3v2 tags for header info. - Added ID3 blank genre option. * Fixed file descriptor leak in mpg123 fork pipe. * ogg song information tags are now case insensitive. * Fixed possible buffer overruns with sprintf, strcpy, etc. * More bug fixes.
2002-02-26Wherever "make fetch" simply echos a message, let "make fetch-list|sh"fredb1-6/+12
echo the message, too.
2002-02-26As the name implies, this package should depend on gtk; add a dependencywiz3-4/+21
[noted in recent alpha bulk build]. Buildlinkify while I'm here.
2002-02-24Use ncurses buildlink.mk [we still need USE_NCURSES for now, though].wiz1-3/+6
2002-02-24Buildlinkify.wiz4-16/+21
2002-02-23Bump package revision to 1 after 64Bit patch went in.tron1-2/+2
2002-02-23add mp3blasterrxg1-1/+2
2002-02-23Add mp3blaster-3.0p8 - MP3 console ncurses-based playerrxg7-0/+84
mp3blaster is an interactive text-based mp3player. One of the unique features of this player is the ability to divide a playlist into groups (albums). Therefore, the play order can be adjusted with great flexibility. close pkg/15622, submitted by me.
2002-02-22Drop the alpha-linux l3.diff.gz altogether - it only makes the previoussimonb3-77/+46
diff much harder to read than it should be.
2002-02-22Drop the assumption that alphas are the only 64bit machines. int issimonb2-37/+97
32bit on all platforms so just use that instead of the #ifdef dance between int/long. Patch from Darren Reed and myself.
2002-02-19ogg123 can fetch *.ogg file over IPv6itojun1-1/+4