summaryrefslogtreecommitdiff
path: root/audio/mad123
AgeCommit message (Collapse)AuthorFilesLines
2005-05-25Removed an empty line.rillig1-2/+1
2005-05-23Removed trailing white-space.rillig1-1/+1
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+2
2005-01-29Upgrade to mad123-0.8.5.scw2-8/+16
Notable changes include: - Improvements in the aRts audio backend. - Use taglib instead of id3lib to extract ID3 information. Support for aRts is controlled by a PKG_OPTION and is off by default to avoid pulling in a huge wad of dependencies.
2005-01-03Bump PKGREVISION because of curl dependency bump.wiz1-2/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Update to mad123-0.8.3.scw5-158/+14
This version adds support for several different audio backends, playlists, a manual page contributed by Lubomir Sedlacik, and numerous bug fixes. Currently supported audio backends are the original Sun (OSS) backend, an optional aRts backend (still experimental, so not compiled by default), and a raw pcm backend which writes the decoded stream to a file or stdout.
2004-04-11bl3ifyxtraeme1-6/+6
2004-04-10PKGREVISION++salo2-3/+151
Add manual page, sort bl3 inclusions.
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-10Revision bumped; dependency changed from mad to libmadadam1-2/+3
2003-07-03Update mad123 to version 0.7.1agc2-5/+5
"Wow, 0.7 was short-lived. This version makes mad123 work on big-endian systems."
2003-07-03Due to popular demand, initial import of Steve Woodford's mad123-0.7,agc4-0/+53
a command-line MPEG audio player, into the NetBSD Packages Collection. mad123 is a simple command line MP3 player using Robert Leslie's libmad fixed-point MP3 decoder library. This is not meant to be a serious replacement for the ubiquitous mpg123 program. Instead, this is a merely an experiment in using libmad. At the time mad123 was written, a couple of things set it apart from the command line MP3 player supplied with libmad (madplay): 1) Supports URL style MP3 pathnames. 2) The audio output is double-buffered. 3) Streams can be pre-buffered using read-ahead. 4) Simple keyboard controls. 5) CTRL-C behaves like it does for mpg123. 6) It can be installed setuid-root so it can adjust scheduling priority to reduce its susceptiblity to jitter.