diff options
author | tron <tron> | 1999-07-10 10:39:02 +0000 |
---|---|---|
committer | tron <tron> | 1999-07-10 10:39:02 +0000 |
commit | 46969d5b0430717e84af82c3c974f5c1b607b87c (patch) | |
tree | 0ff3aeb052d4fb0eb695e52dd12d868c85749edd /audio/mpg123/Makefile | |
parent | 16b7aef8658d3ce1dbefdb53651ed9ca1f9affe8 (diff) | |
download | pkgsrc-46969d5b0430717e84af82c3c974f5c1b607b87c.tar.gz |
Update "mpg123" package version 0.59r. Changes since version 0.59q:
- applied audio_alib changes from Ralf Hildebrandt <R.Hildebrandt@TU-BS.DE>
- some 'paetsches' from DK
- minor optimizations in layer3 (dequantize/huffman)
- BSDOS 4.0 with gcc added to Makefile (<sms@moe.2bsd.com>)
- Solaris-ESD patch from Ryan Prosser <prosser@wam.umd.edu>
- Added Frontend changes from Bertrand Petit <elrond@phoe.netdev.net>
- more DK 'paetsches' (final dk7-clubhaus edition), includes extended term
control
- SGI audio fix for non RAD machines from Erik Mouw <J.A.K.Mouw@its.tudelft.nl>
- fixed ugly bug in layer3 dequant for bt==2 (may cause high frequency clitchs)
- AMD-3DNow optimizations in decode and dct64
- OS/2 reworked from Samuel Audet (see audio_os2.c for more)
- added freebsd-esd make-entry from Daniel O'Connor (darius@guppy.dons.net.au)
- added enhanced head_check from D. Skarda <0rfelyus@atrey.karlin.mff.cuni.cz>
- applied 'xterm-title-patch' from "Wilson, Jeff D" <jeff.wilson@wilcom.com>
- more esd changes from Robert Bihlmeyer <robbe@orcus.priv.at>
- applied Hannu Napari's <Hannu.Napari@hut.fi> SGI audio patches
- minor changes in httpget.c and mpg123.c
- added native AIX support from Juergen.Schoew@unix-ag.uni-siegen.de
- applied playlist patch from <psst@euskalnet.net>
- more SGI audio patches from Gilles Zunino <Gilles.Zunino@hei.fupl.asso.fr>
- applied esdserver patch from Matthew Parslow <roy@alpha.alphalink.com.au>
- added some fixes for control_generic
Diffstat (limited to 'audio/mpg123/Makefile')
-rw-r--r-- | audio/mpg123/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile index 72eed5230da..8b4bd97e0eb 100644 --- a/audio/mpg123/Makefile +++ b/audio/mpg123/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.14 1999/07/05 21:56:03 hubertf Exp $ +# $NetBSD: Makefile,v 1.15 1999/07/10 10:39:02 tron Exp $ # -# for OBJECT_FMT -.include "../../mk/bsd.prefs.mk" - -DISTNAME= mpg123-0.59q +DISTNAME= mpg123-0.59r CATEGORIES= audio -MASTER_SITES= http://ftp.tu-clausthal.de/pub/unix/audio/mpg123/ +MASTER_SITES= http://www-ti.informatik.uni-tuebingen.de/~hippm/mpg123/ -MAINTAINER= augustss@cs.chalmers.se -HOMEPAGE= http://mpg.123.org/ +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www-ti.informatik.uni-tuebingen.de/~hippm/mpg123.html + +# for OBJECT_FMT +.include "../../mk/bsd.prefs.mk" .if (${MACHINE_ARCH} == "i386") .if (${OBJECT_FMT} == "ELF") |