pkgsrc/audio/mad/Makefile
toshii b5354bb4d3 Update mad to 0.14.2b, and make it use audio/esound.
Excerpt of changelog from previous pkgsrc version:

  * Added a new output module, audio_esd, for EsounD (Enlightened Sound
    Daemon) support. You must have EsounD already installed before running
    `configure'. Use -o esd:[HOSTNAME] as args to `madplay'. If --with-esd
    is given to `configure', EsounD will be used for native audio output.

  * Added a new output module, audio_cdda, for creating CD audio images.
    Output is forced to 16-bit 44100 Hz stereo.

  * Added a new output module, audio_aiff, for Audio IFF (AIFF) format
    files.

  * Added new -b (--bit-depth) option to `madplay'. Most output modules now
    support configurable bit depths.

  * Added new -i (--ignore-crc) option to `madplay'.

  * Enabled libtool versioning rather than release numbering.

  * Renamed `libid3' to `libid3tag' and enabled installation as a separate
    library.

  * Modified the audio_null output module to compute peak amplitude.
2001-12-14 09:19:21 +00:00

25 lines
617 B
Makefile

# $NetBSD: Makefile,v 1.5 2001/12/14 09:20:18 toshii Exp $
#
DISTNAME= mad-0.14.2b
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mad/} \
ftp://ftp.mars.org/pub/mpeg/
MAINTAINER= simonb@netbsd.org
HOMEPAGE= http://sourceforge.net/projects/mad/
COMMENT= High-quality MPEG audio decoder
BUILD_USES_MSGFMT= YES
CONFLICTS= madplay-[0-9]*
USE_BUILDLINK_ONLY= YES
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
.include "../../audio/esound/buildlink.mk"
.include "../../devel/gettext-lib/buildlink.mk"
.include "../../devel/zlib/buildlink.mk"
.include "../../mk/bsd.pkg.mk"