diff options
author | adam <adam@pkgsrc.org> | 2006-01-17 21:49:44 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-01-17 21:49:44 +0000 |
commit | 0ea0cd040c9f9cbaff25b37d39bc80c714a358a8 (patch) | |
tree | df379077c3dfb6f2c6cd3313c373f6a8aa013a7c /audio/audacity/Makefile | |
parent | feb167b64143d68749ae494b8eb06b7557e3b916 (diff) | |
download | pkgsrc-0ea0cd040c9f9cbaff25b37d39bc80c714a358a8.tar.gz |
Changes 1.2.4b:
* A serious problem with the French translation was corrected.
Changes 1.2.4:
* The File menu now includes a list of recent files.
* The "Generate Silence" effect now prompts for a length.
* Audacity is now built with Vorbis 1.1, which features better encoding quality
and file compression.
* Dragging sound files into the Audacity window now works on Mac OS X and Linux,
as well as Windows. (Before, it worked only on Windows.)
* Better support for certain audio devices on Mac OS X 10.4 "Tiger"
* The "View History" window can now discard old undo levels to save disk space
on Windows. (This previously worked only on Linux and Mac.)
* "Preferences" command is now in Edit menu.
* "Plot Spectrum" command is now in Analyze menu.
* Opening a project file saved by a later version of Audacity displays an
intelligent error message. Also, trying to import a project file (instead of
open it) displays an intelligent error message.
* Audacity now compiles in Visual C++ .NET 2003.
* Other minor bug fixes.
* New or updated translations: Arabic (ar), Czech (cs), Finnish (fi), Hungarian
(hu), Japanese (ja), Norwegian (nb), Slovenian (sl), Simplified Chinese
(zh_CN), Traditional Chinese (zh_TW).
Diffstat (limited to 'audio/audacity/Makefile')
-rw-r--r-- | audio/audacity/Makefile | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index 218194a1ebe..fee42a0a992 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2005/10/03 20:42:58 joerg Exp $ +# $NetBSD: Makefile,v 1.40 2006/01/17 21:49:44 adam Exp $ -DISTNAME= audacity-src-1.2.3 -PKGNAME= audacity-1.2.3 -PKGREVISION= 2 +DISTNAME= audacity-src-1.2.4b +PKGNAME= audacity-1.2.4b CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=audacity/} @@ -12,10 +11,9 @@ COMMENT= Audio editor DEPENDS+= zip>=0.0:../../archivers/zip -WRKSRC= ${WRKDIR}/audacity-src-1.2.3 -USE_TOOLS+= autoconf gmake USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes +USE_TOOLS+= autoconf gmake GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-xaudio CONFIGURE_ARGS+= --with-id3=system @@ -24,10 +22,8 @@ CONFIGURE_ARGS+= --with-libmad=system CONFIGURE_ARGS+= --with-libsndfile=system CONFIGURE_ARGS+= --with-portaudio=system CONFIGURE_ARGS+= --with-vorbis=system -CONFIGURE_ENV+= WX_CONFIG=${LOCALBASE}/bin/wx24-config -LTCONFIG_OVERRIDE= ${WRKSRC}/lib-src/libsndfile/libtool \ - ${WRKSRC}/lib-src/libsndfile/ltconfig \ - ${WRKSRC}/ltconfig +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig + CONFIG_GUESS_OVERRIDE?= \ config.guess */config.guess */*/config.guess */*/*/config.guess CONFIG_SUB_OVERRIDE?= \ @@ -41,9 +37,9 @@ CONFIG_SUB_OVERRIDE?= \ .include "../../audio/libvorbis/buildlink3.mk" .include "../../audio/portaudio/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" -.include "../../x11/wxGTK24/buildlink3.mk" -.include "../../mk/ossaudio.buildlink3.mk" +.include "../../x11/wxGTK/buildlink3.mk" +.include "../../mk/ossaudio.buildlink3.mk" .include "../../mk/bsd.pkg.mk" # XXX Internal compiler error with -O2 |