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).
This commit is contained in:
parent
5d9e796b0a
commit
b338308fcf
3 changed files with 21 additions and 17 deletions
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.5 2004/11/22 16:36:31 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.6 2006/01/17 21:49:45 adam Exp $
|
||||
bin/audacity
|
||||
man/man1/audacity.1
|
||||
share/audacity/audacity-1.2-help.htb
|
||||
|
@ -20,6 +20,7 @@ share/audacity/nyquist/sndfnint.lsp
|
|||
share/audacity/nyquist/system.lsp
|
||||
share/audacity/nyquist/test.lsp
|
||||
share/audacity/nyquist/xlinit.lsp
|
||||
share/audacity/plug-ins/SilenceMarker.ny
|
||||
share/audacity/plug-ins/clicktrack.ny
|
||||
share/audacity/plug-ins/crossfadein.ny
|
||||
share/audacity/plug-ins/crossfadeout.ny
|
||||
|
@ -30,17 +31,22 @@ share/audacity/plug-ins/pluck.ny
|
|||
share/audacity/plug-ins/tremolo.ny
|
||||
share/doc/audacity/LICENSE.txt
|
||||
share/doc/audacity/README.txt
|
||||
${PKGLOCALEDIR}/locale/ar/LC_MESSAGES/audacity.mo
|
||||
${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/audacity.mo
|
||||
${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/audacity.mo
|
||||
${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/audacity.mo
|
||||
${PKGLOCALEDIR}/locale/da/LC_MESSAGES/audacity.mo
|
||||
${PKGLOCALEDIR}/locale/de/LC_MESSAGES/audacity.mo
|
||||
${PKGLOCALEDIR}/locale/el/LC_MESSAGES/audacity.mo
|
||||
${PKGLOCALEDIR}/locale/es/LC_MESSAGES/audacity.mo
|
||||
${PKGLOCALEDIR}/locale/eu/LC_MESSAGES/audacity.mo
|
||||
${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/audacity.mo
|
||||
${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/audacity.mo
|
||||
${PKGLOCALEDIR}/locale/ga/LC_MESSAGES/audacity.mo
|
||||
${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/audacity.mo
|
||||
${PKGLOCALEDIR}/locale/it/LC_MESSAGES/audacity.mo
|
||||
${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/audacity.mo
|
||||
${PKGLOCALEDIR}/locale/lt/LC_MESSAGES/audacity.mo
|
||||
${PKGLOCALEDIR}/locale/mk/LC_MESSAGES/audacity.mo
|
||||
${PKGLOCALEDIR}/locale/nb/LC_MESSAGES/audacity.mo
|
||||
${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/audacity.mo
|
||||
|
@ -51,6 +57,7 @@ ${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/audacity.mo
|
|||
${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/audacity.mo
|
||||
${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/audacity.mo
|
||||
${PKGLOCALEDIR}/locale/zh/LC_MESSAGES/audacity.mo
|
||||
${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/audacity.mo
|
||||
@dirrm share/audacity/nyquist
|
||||
@dirrm share/audacity/plug-ins
|
||||
@dirrm share/audacity
|
||||
|
|
|
@ -1,14 +1,15 @@
|
|||
$NetBSD: distinfo,v 1.10 2005/10/03 20:42:58 joerg Exp $
|
||||
$NetBSD: distinfo,v 1.11 2006/01/17 21:49:45 adam Exp $
|
||||
|
||||
SHA1 (audacity-src-1.2.3.tar.gz) = 98c3a171c1f5735df7c63baf1fcef52e5c38ceb8
|
||||
RMD160 (audacity-src-1.2.3.tar.gz) = 87b24db9252554ac5a9386efe1390d7c13927196
|
||||
Size (audacity-src-1.2.3.tar.gz) = 4175943 bytes
|
||||
SHA1 (audacity-src-1.2.4b.tar.gz) = cc159cbda4647af91460a1785db2bfa6a1ab9760
|
||||
RMD160 (audacity-src-1.2.4b.tar.gz) = 4c6609b200a86ff081ecaa1789525404031563d6
|
||||
Size (audacity-src-1.2.4b.tar.gz) = 4499894 bytes
|
||||
SHA1 (patch-aa) = 5494f3fb6035f15a4447556f8cf4a0a2404a2259
|
||||
SHA1 (patch-ab) = 8630488f5a89b1542ac2a9f01080c36f1eac7c7d
|
||||
SHA1 (patch-ac) = 00698c284e513e20f28ac536b206139ad87ab6d2
|
||||
SHA1 (patch-ad) = 820e5321a6558063d04ee8da11fc606d59e33046
|
||||
SHA1 (patch-ae) = 8e22a7a8ce064c8877323e44ffd07286fe3ea02f
|
||||
SHA1 (patch-af) = 54450e915cabde52e4276196d6eb8da331c8eedd
|
||||
SHA1 (patch-ag) = 68bcbd932cd4440bc9090c6afc369cfcae54a16b
|
||||
SHA1 (patch-ah) = fa0c240f7e20299a6ed26692d443dfb95c0b7eb9
|
||||
SHA1 (patch-ai) = f8c1cf877177f29981c83f209da9b5c67e52963b
|
||||
SHA1 (patch-aj) = 34b4cdd266345f04954983cc14e4b762f09f4df8
|
||||
|
|
Loading…
Reference in a new issue