pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/mad123 Upgrade to mad123-0.8.5.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/86a49a26724d
branches:  trunk
changeset: 488378:86a49a26724d
user:      scw <scw%pkgsrc.org@localhost>
date:      Sat Jan 29 12:22:27 2005 +0000

description:
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:

 audio/mad123/Makefile |  18 +++++++++++++-----
 audio/mad123/distinfo |   6 +++---
 2 files changed, 16 insertions(+), 8 deletions(-)

diffs (52 lines):

diff -r a64b8c2bcfff -r 86a49a26724d audio/mad123/Makefile
--- a/audio/mad123/Makefile     Sat Jan 29 10:54:16 2005 +0000
+++ b/audio/mad123/Makefile     Sat Jan 29 12:22:27 2005 +0000
@@ -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 @@
 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 @@
 
 .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 -r a64b8c2bcfff -r 86a49a26724d audio/mad123/distinfo
--- a/audio/mad123/distinfo     Sat Jan 29 10:54:16 2005 +0000
+++ b/audio/mad123/distinfo     Sat Jan 29 12:22:27 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index