pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/xmms-meta-timidity Switch from eawpatches to fre...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dd501476fde9
branches:  trunk
changeset: 518019:dd501476fde9
user:      ben <ben%pkgsrc.org@localhost>
date:      Tue Aug 29 05:34:15 2006 +0000

description:
Switch from eawpatches to freepats, which is more actively maintained and
does not require acceptance of the unrar license at build-time.

diffstat:

 audio/xmms-meta-timidity/Makefile          |  4 ++--
 audio/xmms-meta-timidity/files/timidity.sh |  2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r 5665032d252f -r dd501476fde9 audio/xmms-meta-timidity/Makefile
--- a/audio/xmms-meta-timidity/Makefile Tue Aug 29 04:40:53 2006 +0000
+++ b/audio/xmms-meta-timidity/Makefile Tue Aug 29 05:34:15 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2006/02/05 23:08:18 joerg Exp $
+# $NetBSD: Makefile,v 1.11 2006/08/29 05:34:15 ben Exp $
 #
 
 DISTNAME=              xmms-meta-timidity-0.2
@@ -12,7 +12,7 @@
 COMMENT=               XMMS meta input script for timidity
 
 DEPENDS+=              timidity-[0-9]*:../../audio/timidity
-DEPENDS+=              eawpatches-[0-9]*:../../audio/eawpatches
+DEPENDS+=              freepats-[0-9]*:../../audio/freepats
 DEPENDS+=              xmms-meta-input-[0-9]*:../../audio/xmms-meta-input
 
 WRKSRC=                        ${WRKDIR}
diff -r 5665032d252f -r dd501476fde9 audio/xmms-meta-timidity/files/timidity.sh
--- a/audio/xmms-meta-timidity/files/timidity.sh        Tue Aug 29 04:40:53 2006 +0000
+++ b/audio/xmms-meta-timidity/files/timidity.sh        Tue Aug 29 05:34:15 2006 +0000
@@ -6,7 +6,7 @@
        then
                TIMIDITY_CFG=""
        else
-               TIMIDITY_CFG="-L XXXPREFIXXXX/share/eawpatches -c timidity.cfg"
+               TIMIDITY_CFG="-L XXXPREFIXXXX/share/freepats -c timidity.cfg"
        fi
        XXXPREFIXXXX/bin/timidity $TIMIDITY_CFG -U -idq -Or -o - -s 44100 "$2"
        exit 0



Home | Main Index | Thread Index | Old Index