summaryrefslogtreecommitdiff
path: root/audio/mad/Makefile
diff options
context:
space:
mode:
authortoshii <toshii@pkgsrc.org>2001-12-14 09:19:21 +0000
committertoshii <toshii@pkgsrc.org>2001-12-14 09:19:21 +0000
commitb5354bb4d366adc64b91af42de0638a92b1a411d (patch)
tree35768d7b2af9e20cc8a436ba2dcbad2806b59240 /audio/mad/Makefile
parentb3575da1cb911599615477d89b79bc1e6253132d (diff)
downloadpkgsrc-b5354bb4d366adc64b91af42de0638a92b1a411d.tar.gz
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.
Diffstat (limited to 'audio/mad/Makefile')
-rw-r--r--audio/mad/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/mad/Makefile b/audio/mad/Makefile
index 3c2c87c8c96..a3fe7d6da8b 100644
--- a/audio/mad/Makefile
+++ b/audio/mad/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2001/10/27 21:29:49 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2001/12/14 09:20:18 toshii Exp $
#
-DISTNAME= mad-0.14.0b
+DISTNAME= mad-0.14.2b
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mad/} \
ftp://ftp.mars.org/pub/mpeg/
@@ -19,6 +19,7 @@ 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"