summaryrefslogtreecommitdiff
path: root/audio/madplay/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2007-10-09Make this building on Mac OS X - rename wait() to madplay_wait()hubertf1-2/+2
Bump version to madplay-0.15.2bnb3 OK'd by agc@
2007-06-08Remove dead MASTER_SITES. From Zafer Aydogan.wiz1-3/+2
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-3/+2
USE_TOOLS+=msgfmt.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-05-31Convert to options framework.wiz1-17/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-11-22This package contains no ltconfig; remove LTCONFIG_OVERRIDE.wiz1-2/+1
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-06-22Make this package obey USE_ESOUND. While here, add USE_OSS to BUILD_DEFS.dillo1-1/+10
2004-03-22Fix build with gcc2 on sparc64.snj1-1/+4
2004-03-01Changes 0.15.2b:adam1-11/+10
- New Replay Gain support (-G, --replay-gain). - Tags can now be shown without decoding any audio (-T, --show-tags-only). - New support for reading and displaying encoder tag information written by e.g. lame(1).
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-07-10madplay resurrected, since mad package has been split up to libmad, ↵adam1-0/+34
libid3tag and madplay
2001-04-19Move madplay to mad.wiz1-24/+0
2001-04-13Include the experimental tty controls patches.simonb1-1/+4
2001-04-13Update package to 0.13.0 (beta).simonb1-2/+2
Major changes include: - The last complete audio frame should now be properly decoded even when it is not followed by other data - Ancillary data is now properly extracted from Layer III streams. - Rewrote the Layer III joint stereo decoding routine to correct a major MPEG-2 problem and a minor MPEG-1 problem decoding intensity stereo. Other changes in the CHANGES file in the distribution.
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+2
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-03-25Add a patch from Andre McCurdy <armccurdy@yahoo.co.uk> to fix the arm32simonb1-4/+1
PIC code. Fixes PR pkg/12312 from Ignatios Souvatzis.
2001-03-13Add workaround for libtool problem on ARM32.is1-1/+4
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2001-02-13Update to mad 0.12.5b.simonb1-2/+2
Changes from 0.12.4b: * Modified Layer III requantization to occur during Huffman decoding for significant performance gains. * Optimized short block IMDCT by eliminating redundant calculations. * Made several other Layer III performance improvements; added ASO_INTERLEAVE1, ASO_INTERLEAVE2, and ASO_ZEROCHECK architecture-specific options for best performance on various architectures. * Optimized synthesis DCT to store result values as soon as they are calculated.
2001-02-09Update to mad-0.12.4b. Changes from 0.12.3b are:simonb1-2/+2
* 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,wiz1-2/+2
more statistical output on program exit, better mono/stereo support, support for amplification/attenuation, and some other stuff.
2000-11-23Update to 0.12.2b. Changes: Performance improvements, bug fixes;wiz1-4/+10
internationalization (en, es, fr, hr, no), shared library, and some other minor changes.
2000-11-14Actually, the specially supported CPUs are recognized automatically...wiz1-11/+1
Remove the checks again.
2000-11-11Use "${MASTER_SITE_SOURCEFORGE}".tron1-2/+2
2000-10-22Enable assembler optimizations for arm32 (works on a shark).sommerfeld1-1/+3
2000-10-21Enable assembler optimizations on i386 and sparc (where I could verifywiz1-1/+9
compilation). XXX: someone on ARM or MIPS processors could try activating those options...
2000-10-15Make the pkg name "madplay-0.11.4b".simonb1-1/+2
2000-10-15Initial import of madplay - an integer MPEG audio decoder.simonb1-0/+13