Module submission - audacity
stelzy@gmail.com
stelzy at gmail.com
Mon Oct 30 16:54:57 CET 2006
module name : audacity
suggested section : audio
update (y/n) : y
bugfix (y/n) : n
security (y/n) : n
1. We may remove audacity 1.2.* cause it can't be compiled with
new wxwidgets 2.6.*.
2. Audacity 1.3.2 is marked on the offsite as beta.. but its a stable release
only without some translations.. has a lot of new features, etc.
3. So i think we may remove /zbeta/audacity-beta and add /audio/audacity as 1.3.2
-------------- next part --------------
--- audacity/BUILD 2006-10-23 02:28:59.000000000 +0400
+++ audacity/BUILD 2006-10-23 02:29:01.000000000 +0400
@@ -1,7 +1,7 @@
(
unset CPP CXX CC CFLAGS CXXFLAGS CPPFLAGS LDFLAGS
- OPTS="$OPTS --with-libsndfile=system --with-libresample=no --with-libsamplerate=system"
+ OPTS="$OPTS --with-libsndfile=system --with-libresample=no"
default_build
) > $C_FIFO 2>&1
--- audacity/CONFIGURE 2006-10-23 02:28:59.000000000 +0400
+++ audacity/CONFIGURE 1970-01-01 03:00:00.000000000 +0300
@@ -1,9 +0,0 @@
-if ! grep -q CONFIGURED $MODULE_CONFIG; then
-
- if [ -d /proc/asound ]; then
- OPTS="$OPTS --with-portaudio=v19"
- fi
-
- echo 'CONFIGURED="y"' >> $MODULE_CONFIG
- echo 'OPTS='\"$OPTS\" >> $MODULE_CONFIG
-fi
--- audacity/DETAILS 2006-10-23 02:28:59.000000000 +0400
+++ audacity/DETAILS 2006-10-30 18:36:30.447760250 +0300
@@ -1,13 +1,13 @@
MODULE=audacity
- VERSION=1.2.4b
+ VERSION=1.3.2
SOURCE=$MODULE-src-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-src-$VERSION
- SOURCE_URL=$SFORGE_URL/$MODULE/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-src-$VERSION-beta
+ SOURCE_URL=$SFORGE_URL/$MODULE
WEB_SITE=http://audacity.sourceforge.net/
- SOURCE_VFY=sha1:cc159cbda4647af91460a1785db2bfa6a1ab9760
- ENTERED=20011217
- UPDATED=20060604
- SHORT="simple soundfile editor"
+ SOURCE_VFY=sha1:87690806763b7de26a8e2df1f0d4c3a7e6d1a404
+ ENTERED=20060613
+ UPDATED=20061030
+ SHORT="Simple soundfile editor"
cat << EOF
Audacity is a program that lets you manipulate digital audio waveforms.
@@ -19,4 +19,3 @@
customizable spectrogram mode and a frequency analysis window for audio
analysis applications.
EOF
-
--- audacity/PRE_BUILD 2006-10-23 02:28:59.000000000 +0400
+++ audacity/PRE_BUILD 2006-10-23 02:29:01.000000000 +0400
@@ -1,5 +1,5 @@
if which wx-config &> /dev/null; then
- if wx-config --unicode=no &> /dev/null; then
+ if wx-config --unicode &> /dev/null; then
message "${MODULE_COLOR}wxGTK${DEFAULT}${MESSAGE_COLOR} has been compiled with Unicode support."
message "If you want to install ${MODULE_COLOR}audacity${DEFAULT}${MESSAGE_COLOR} you have to "
message "rebuild wxGTK without Unicode.${DEFAULT_COLOR}"
-------------- next part --------------
lvu submit audacity 9890f309f3d09100a37b25edd1c960fa -
2.6.16 2.6.12 gcc-3.4.6 glibc-2.3.6
More information about the Lunar
mailing list