diff options
author | drochner <drochner> | 2004-05-24 18:17:18 +0000 |
---|---|---|
committer | drochner <drochner> | 2004-05-24 18:17:18 +0000 |
commit | 4a050458e3955ea269ea244802e94ea8d0b50e66 (patch) | |
tree | e383d27ae60307a857947f81abd77d04b5f5b092 /audio/audacity/Makefile | |
parent | afdbcafe6b890072e94b6479e92cabb5b7107a3d (diff) | |
download | pkgsrc-4a050458e3955ea269ea244802e94ea8d0b50e66.tar.gz |
update to 1.2.1
changes:
-added translations
-bugfixes
-added plugins: cross fade in/out
Diffstat (limited to 'audio/audacity/Makefile')
-rw-r--r-- | audio/audacity/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index f15cbc40e70..cf6c80d7f7d 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.25 2004/04/20 18:02:16 ben Exp $ -# $Id: Makefile,v 1.25 2004/04/20 18:02:16 ben Exp $ +# $NetBSD: Makefile,v 1.26 2004/05/24 18:17:18 drochner Exp $ +# $Id: Makefile,v 1.26 2004/05/24 18:17:18 drochner Exp $ -DISTNAME= audacity-src-1.2.0 -PKGNAME= audacity-1.2.0 +DISTNAME= audacity-src-1.2.1 +PKGNAME= audacity-1.2.1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=audacity/} +EXTRACT_SUFX= .tar.bz2 MAINTAINER= dotz@irc.pl HOMEPAGE= http://audacity.sourceforge.net/ @@ -12,7 +13,7 @@ COMMENT= Audio editor DEPENDS+= zip>=0.0:../../archivers/zip -WRKSRC= ${WRKDIR}/audacity-src-1.2.0 +WRKSRC= ${WRKDIR}/audacity-src-1.2.1 USE_BUILDLINK3= # defined USE_X11= # defined USE_GNU_TOOLS+= make |