summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2001-02-10add & enable cmp3hubertf1-1/+2
2001-02-10Add cmp3-2.0.p5: ncurses based frontend to mpg123hubertf10-0/+295
A simple yet featureful ncurses frontend to mpg123. Includes playlist support, volume control and tools to help with file management. Submitted by Rui-Xiang Guo <rxg@ms25.url.com.tw> in PR 12168
2001-02-09Update to mad-0.12.4b. Changes from 0.12.3b are:simonb2-4/+4
* New PowerPC fixed-point assembly courtesy of David Blythe. * Reorganized fixed-point assembly routines for easier maintenance and better performance. * Improved performance of subband synthesis through better indexing and fewer local variables. * Added alias reduction for the lower two subbands of mixed short blocks, per a report of ambiguity with ISO/IEC 11172-3 and for uniformity with most other implementations. Also improved alias reduction performance using multiply/accumulate. * Added --enable-strict-iso option to `configure' to override best accepted practices such as the alias reduction for mixed short blocks. * Improved performance of Layer III IMDCT by using longer multiply/accumulate runs where possible.
2001-02-07Update to 0.12.3b. Changes: MPEG 2.5 support, bug fixes, madvise support,wiz4-30/+5
more statistical output on program exit, better mono/stereo support, support for amplification/attenuation, and some other stuff.
2001-02-06Unify format of MESSAGEs, and include RCS Ids.wiz3-4/+11
2001-02-06Update home page and master site URL.tron1-3/+3
2001-02-06Make that "autoreconf" -- there is no "autoremake".fredb1-2/+2
2001-02-05Use full pathname "${LOCALBASE}/bin/auto..." in dependences and maketron1-2/+2
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-01-29Update to 0.92.7. Changes include speedups, autoconfiscation, bugfixes.wiz4-20/+10
2001-01-29Add automatic ${VARIABLE} handling for MESSAGE files.wiz2-7/+5
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced, not @VARIABLE@, nor @@VARIABLE@@). By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX, X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST. Clean up some packages while I'm there; add RCS tags to most MESSAGEs. Remove some uninteresting MESSAGEs.
2001-01-26This file is obsolete (patch integrated).wiz1-16/+0
2001-01-26etc/rc.d: rplayd.sh -> rplaydhubertf2-4/+4
2001-01-21Change the first bsd.pkg.mk to bsd.prefs.mk.veego1-2/+2
Having two includes of bsd.pkg.mk in one Makefile is a bad idea.
2001-01-19add USE_XPM.wiz1-1/+2
2001-01-19Fix MASTER_SITES -- it _must_ have a trailing /.jwise1-2/+2
2001-01-18Update to 0.8.2. Changes:hubertf5-15/+12
* Skin Editor * Ogg Vorbis (ogg123) support Patches for update send in PR 11986 by Michael Lyngbøl <michael@lyngbol.dk>
2001-01-13Wildcard dependency on libcdaudio.wiz1-2/+2
2001-01-11Update HOMEPAGE.dent1-2/+2
2001-01-11Use IPv6 support on Solaris, too.tron1-2/+1
2001-01-11Fix build problem invented in last commit.tron1-2/+4
2001-01-11Work arround the problem that the IPv6 patch file needs to be applied withtron1-2/+4
"-p1" while the layer 3 64bit patch needs "-p0".
2001-01-11spell "Commodore" correctlylukem1-1/+1
2001-01-11change the minimum screen size from 80x25 -> 80x24 (which is thelukem2-1/+18
default for xterm, amongst others). this doesn't seem to have caused any noticable problems
2001-01-09fix spelolukem1-1/+1
2001-01-08- Change the timeout period from 10s to 1min, which is the same value ofitohy2-15/+48
the original implementation. Actually, one of my drive takes more than 10s for seeking a track and causes inconsistency of the aic SCSI driver. Yeah, the driver should not fail, but that is a different problem.... :) - Implement read speed selection (-S option). The unit is 1000byte/s. "-S 176" for 1x speed, "-S 352" for 2x speed, and so on. If the specified value is smaller than 176, it will be multiplied by 176, so "-S 1" also selects 1x speed. "-S 0" selects the maximum speed. This is an experimental feature and the interface will likely change.
2001-01-08Don't depend on ncurses, USE_CURSES.wiz1-4/+10
2001-01-08add and enable wmmixerwiz1-1/+2
2001-01-08Initial import of wmmixer, a dockable mixer for WindowMaker.wiz5-0/+37
Provided by Peter Reich in pkg/11912.
2001-01-08Use native audio output, not libossaudio.mycroft3-19/+82
2001-01-07USE_CURSES instead of hardwired dependency on ncurses.wiz5-30/+45
Fix a segfault while I'm here.
2001-01-07USE_CURSES instead of hardwired curses dependency.wiz3-7/+18
Fix command line parsing (patch by Charles Hannum).
2001-01-06Update to cdd-1.0nb3, with the following changes (by me):simonb7-264/+15
+ Add a -w flag to output WAV files instead of raw audio. + Add the "TOSHIBA DVD-ROM SD-C2402" DVD drive. + Handle a CDDCPPFLAGS mk.conf variable, can be used to set a C preprocessor CDD_MMC_SPEED define (maximum value of 65535) for some DVD's that don't get MMC setspeed requests right (eg, the drive mentioned above). + Fold existing pkgsrc patches into distribution tar file.
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc10-12/+32
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-12-31Fix libintl dependency and add missing file to PLIST.wiz2-3/+6
2000-12-30Manually syncing ONLY_FOR_PLATFORM is not the way to go.wiz1-5/+1
Remove ONLY_FOR_PLATFORM, and let it fail while installing the DEPENDS.
2000-12-28Sync ONLY_FOR_PLATFORM with devel/unproven-pthreads.wiz1-1/+5
2000-12-28add two fileswiz1-1/+3
2000-12-28add & enable xmphubertf1-1/+2
2000-12-28Added xmp-2.0.2:hubertf10-0/+122
This is the Extended Module Player, an open source module player for UNIX distributed under the terms of the GNU GPL. xmp currently runs on several platforms, including ALSA, OSS (for Linux on i386 and Alpha and FreeBSD), BSD, SunOS, Solaris, S/Linux and HP-UX. On PC class machines with GUS or AWE cards xmp takes advantage of the OSS sequencer to play modules with virtually no system load. Using software mixing, xmp plays at rates up to 48 kHz in mono or stereo, 8 or 16 bits, signed or unsigned, little or big endian samples with 32 bit linear interpolation. The current version of xmp supports many Amiga and PC module formats (including packed, Powerpacked and SQSHed modules) -- currently 47 known formats. Submitted by Rui-Xiang Guo <rxg@ms25.url.com.tw> in PR 11026.
2000-12-27Fix compilation on alpha, and handle most warnings while I'm here.wiz9-1/+107
2000-12-25Add and enable realplayer and remove realplayer7.jlam1-2/+2
2000-12-25Removed this package as the current RealPlayer for UNIX is available asjlam12-572/+0
pkgsrc/audio/realplayer.
2000-12-25RealPlayer 8 for UNIXjlam13-0/+581
This version seems to now work correctly with audio streams over the Internet. This package is imported as audio/realplayer with the intention of removing the old audio/realplayer7 package, as www.real.com only carries a single distfile for the latest version, and we are not allowed to mirror the distfiles. When a new version of RealPlayer is released for UNIX, please just update this package.
2000-12-19USE_X11 -> USE_X11BASEwiz1-2/+2
2000-12-18Install gnome-support files even if gnome is not installed; this waywiz4-3/+31
we don't have to have separate PLISTs for the two cases.
2000-12-17Correct paths.wiz1-3/+3
2000-12-17add and enable eawpatches and guspatcheswiz1-1/+3
2000-12-17Possible patch set for timidity (5,5MB). Was used in timidity-0.2i package.wiz8-0/+542
2000-12-17Possible patch set for Timidity (34MB extracted).wiz5-0/+423
2000-12-17Update timidity to 2.10.2, based on a package provided by Adam Ciarcinskiwiz18-973/+33
in connection with pkg/8648.