diff options
author | scw <scw@pkgsrc.org> | 2005-01-29 12:22:27 +0000 |
---|---|---|
committer | scw <scw@pkgsrc.org> | 2005-01-29 12:22:27 +0000 |
commit | 4e69c56133ef38661968cf53f023d8d73a700ec2 (patch) | |
tree | d768296790e150bac4abc1bdf79145d384ebb81c /audio/mad123 | |
parent | 496afeed76fffa68e0e28e2796fb391d823b51bc (diff) | |
download | pkgsrc-4e69c56133ef38661968cf53f023d8d73a700ec2.tar.gz |
Upgrade to mad123-0.8.5.
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.
Diffstat (limited to 'audio/mad123')
-rw-r--r-- | audio/mad123/Makefile | 18 | ||||
-rw-r--r-- | audio/mad123/distinfo | 6 |
2 files changed, 16 insertions, 8 deletions
diff --git a/audio/mad123/Makefile b/audio/mad123/Makefile index 567de991c81..28ed67e61a0 100644 --- a/audio/mad123/Makefile +++ b/audio/mad123/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2005/01/03 15:59:12 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2005/01/29 12:22:27 scw Exp $ # -DISTNAME= mad123-0.8.3 -PKGREVISION= 2 +DISTNAME= mad123-0.8.5 CATEGORIES= audio MASTER_SITES= http://www.mctavish.co.uk/mad123/ @@ -10,7 +9,11 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.mctavish.co.uk/mad123/ COMMENT= Command-line MPEG audio player -USE_BUILDLINK3= yes +USE_BUILDLINK3= yes + +PKG_OPTIONS_VAR= PKG_OPTIONS.mad123 +PKG_SUPPORTED_OPTIONS= arts +.include "../../mk/bsd.options.mk" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mad123 ${PREFIX}/bin/mad123 @@ -18,7 +21,12 @@ do-install: .include "../../mk/bsd.prefs.mk" -.include "../../audio/id3lib/buildlink3.mk" +.if !empty(PKG_OPTIONS:Marts) +MAKE_FLAGS+= USE_ARTS=yes +.include "../../audio/arts/buildlink3.mk" +.endif + +.include "../../audio/taglib/buildlink3.mk" .include "../../audio/libmad/buildlink3.mk" .include "../../www/curl/buildlink3.mk" diff --git a/audio/mad123/distinfo b/audio/mad123/distinfo index d17a15ef66b..b3d8ed87a53 100644 --- a/audio/mad123/distinfo +++ b/audio/mad123/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2004/09/22 11:16:35 scw Exp $ +$NetBSD: distinfo,v 1.4 2005/01/29 12:22:27 scw Exp $ -SHA1 (mad123-0.8.3.tar.gz) = e6f19a87d00cdf509a1211cacc9911ad7ea540cf -Size (mad123-0.8.3.tar.gz) = 24350 bytes +SHA1 (mad123-0.8.5.tar.gz) = 97c5d6185a54e2262d52a687ff3a3714ff260af8 +Size (mad123-0.8.5.tar.gz) = 24836 bytes |