summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2000-02-02Update to V0.05.5, changes:hubertf2-5/+5
- Two new playmodes... loop and random. - Continous play has been fixed, it does not crash eMixer anymore, also the user has better control of it. - A bias meter has been included, you can tell how many times you have played a song. - The total number of tracks on your playlist is now displayed.
2000-01-28Make cdparanoia compile under NetBSD-1.4.x (pointed out by Eric Mumpowerrh3-12/+24
on the cdparanoia mailing list).
2000-01-26* Libtoolize.jlam1-11/+0
* Teach rplay to look for libedit readline emulation if it exists. * Cosmetic changes to installation process. * Depend on rx-1.5.
2000-01-26* Update rplay to 3.3.2.jlam24-200/+519
* Libtoolize build. * Teach rplay to look for libedit readline emulation if it exists. * Add dependency on rx-1.5. Changes since rplay 3.3.1: * Added devrplay.so which can be used with LD_PRELOAD to add rplay support to audio applications use /dev/dsp. devrplay is known to work with rvplayer, xmp, mpg123, freeamp, s3mod, esd (Enlightenment Sound Daemon) and even rplayd itself. devrplay.so should be installed in your LD_LIBRARY_PATH. Example usage: bash$ LD_PRELOAD=devrplay.so rvplayer bash$ LD_PRELOAD=devrplay.so /usr/X11R6/lib/X11/rvplayer/rvplayer bash$ LD_PRELOAD=devrplay.so dd if=/foo/bar/sound.wav of=/dev/dsp bash$ LD_PRELOAD=devrplay.so xxmp sound.mod bash$ LD_PRELOAD=devrplay.so mpg123 sound.mp3 tcsh users will probably need to `setenv LD_PRELOAD devrplay.so; command' instead of using the `LD_PRELOAD=devrplay.so command' syntax. devrplay has only been tested on Linux, but it should be possible to get it working on other systems. * Added rptp "set" command. This can be used to set rplayd variables. One important use of this is to set the audio-close variable. Examples: Tell rplayd to close the audio device: $ rptp set audio-close 1 Tell rplayd *not* to close the audio device: $ rptp set audio-close 0 * Added rplayd monitor support which allows rptp clients to monitor audio data that is written to the audio device. rptp clients can now issue the "monitor" command to start receiving audio data. One use of this feature is to pipe the audio data to a program for visual display. * rptp includes support for GNU readline and also displays progress information when doing get, put, and monitor. * Fixed several potential rplayd buffer overflows. Changes since rplay 3.2: * Improved Linux support, including playing sounds directly from ATAPI CDROM. Tested with the following: Linux 2.0.34 Debian 2.0 ESS ES1688 AudioDrive (rev 6) (3.1) TOSHIBA CD-ROM XM-1502B, ATAPI CDROM drive This also includes a new --audio-fragsize rplayd option. See README.linux for more information. * Support for external helper applications used to convert unsupported audio formats. Helpers can be configured to support formats such as MPEG (using mpg123), modules (using xmp), and any other format that can be converted using a stdin -> stdout filter. * --fork and --no-fork rplayd options. When not in debug or inetd mode, rplayd will fork to put itself in the background. * rplayd is now installed in $prefix/sbin/rplayd instead of $prefix/bin/rplayd. * Running rplayd from inetd now requires the --inetd option. * --enable-rplayd-user=USER and --enable-rplayd-group=GROUP configure options. * --user=USER and --group=GROUP rplayd options. * Lots of bug fixes.
2000-01-26* Libtoolize libgsm.a build.jlam4-105/+130
* Use a shared library numbering scheme of libgsm.so.x.y instead of libgsm.so.x.y.z. Instead of libgsm.so.1.0.10, we now have libgsm.so.1.10.
2000-01-22don't use pthreads, even if they are installed; fixes PR 9002wiz1-2/+2
2000-01-19add & enable cdparanoiaitohy1-1/+2
2000-01-19An attempt to port cdparanoia-III-alpha9.7.itohy19-0/+1039
CD-DA extraction tool with excessive data corrections, such as jitter, loss of data, etc. This will soon be obsoleted by cdparanoia IV, I hope.... Most SCSI/ATAPI CD-ROM drives should work fine. However, the ATAPI stuff is totally untested, and if it happened to work, it was a miracle. :-) Currently, - the feature to search for CD-ROM device is not implemented and the -g option is required, - the libraries are not installed.
2000-01-15Update dependency on ncurses to >=4.2jlam5-10/+10
2000-01-15Update for yet another directory structure change on the GNOME FTP sites.tron2-4/+4
2000-01-15Update for yet another change of the directory structure on the GNOME FTPtron1-2/+2
servers.
2000-01-15Update for yet another directory structure change on the GNOME FTP sites.tron1-2/+2
2000-01-13Depend on suse_linux>=6.1, not >=6.1p1.soren1-2/+2
2000-01-11Extra files for working rio program.agc2-0/+25
2000-01-11Make this program work.agc5-12/+43
+ add -li386, and a check to make sure that root is running the program (for obvious reasons) + add a small shell script to find the lpt port easily Initialisation of flash RAM on the rio is slow, but upload works quite well and fast. Not yet tested with external flash media.
2000-01-11Allow newer versions of SuSE Linux libraries.soren1-2/+2
2000-01-08find -> ${FIND}wiz1-2/+2
2000-01-07software := code + documentationhubertf2-3/+11
2000-01-06This package requires Tk not only Tcl. Problem noted by Bjoern Labitzketron1-2/+2
on "tech-pkg@netbsd.org".
2000-01-06Add ac3decabs1-1/+2
2000-01-06ac3dec-0.5.6 package from David Maxwell (ac3 audio decoding tools)abs8-0/+58
2000-01-06oops. moved patches-aa to patches/patches-aawiz1-1/+1
2000-01-05install info files correctly, make binary package workwiz4-5/+28
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs47-47/+47
2000-01-02Adapt to new directory structure on GNOME ftp sites.tron3-6/+6
2000-01-02replaced some commands by their ${COMMAND} counterpartswiz1-2/+2
1999-12-31Add the XFree86 copyright notice from the file from which inb() andagc2-6/+31
outb() were taken. Regenerate patchsum.
1999-12-31Add and enable rio.agc1-1/+2
1999-12-31Import the Snowblind Alliance rio tools into the NetBSD packagesagc8-0/+131
collection: 'rio' is a simple command line utility which allows you to display and manage files on your Diamond Rio portable music player. At present the Rio utility supports the Diamond Rio PMP300 with 32M internal flash memory. Additional external flash memory is now supported thanks to the work done by Guido March (march@pc40.mpier.uni-frankfurt.de).
1999-12-28replaced some more commands by their ${COMMAND} counterpartswiz32-81/+81
1999-12-28moved ${ECHO} lines below .include of bsd.pkg.mk, making it expand correctlywiz1-7/+8
to 'echo' instead of ''
1999-12-28reversed replacement of 'echo' by '${ECHO}' until I understand whywiz1-5/+5
it didn't work
1999-12-26RCS tag addedwiz1-0/+1
1999-12-26reformatted for 70 characters per linewiz1-16/+19
1999-12-25RCS tag addedwiz4-0/+4
1999-12-25added missing NetBSD RCS tags, 'quoted' existing *BSD oneswiz7-14/+17
1999-12-25replaced obsolete master sitewiz1-2/+2
1999-12-25pkglint silencing:wiz33-398/+159
o use DISTNAME and PKGNAME instead of DISTFILES o replace rm by ${RM}, chmod by ${CHMOD}, pax by ${PAX}, echo by ${ECHO} o reorder lines, remove unnecessary blank o modify pkg/COMMENT and pkg/DESCR o remove lines from files/patch-sum for files that aren't there
1999-12-25shortened description to the relevant partwiz1-186/+16
1999-12-25pkglint cleanupwiz3-13/+14
1999-12-25replaced chmod by ${CHMOD}wiz1-2/+2
cvs: ----------------------------------------------------------------------
1999-12-25removed distribution site that's not distributing anymore,wiz1-2/+4
moved distfile to LOCAL_PORTS, as agreed on on packages@netbsd.org (ftp.netbsd.org distfiles directory updated)
1999-12-24Radically shortened description to be more precise, added HOMEPAGEwiz2-279/+2
1999-12-24more pkglint silencingwiz1-5/+3
1999-12-24remove unnecessary PKGNAME (== DISTNAME), silencing pkglint a bitwiz1-2/+1
1999-12-22Add -Wl,-R to the link phase.scw2-4/+5
1999-12-20Link libm in explicitly, which makes things going on ELF.hubertf1-1/+3
Fixes PR 9000 by Lennart Augustsson <lennart@augustsson.net>
1999-12-17Make this compile again. Hopefully fixes pr 9003 by Lennart Augustssonpooka2-0/+16
1999-12-17Update dependency on esound to reflect its correct version. Pointedagc1-2/+2
out by David Brownlee.
1999-12-13add & enble emixerhubertf1-1/+2