Module submission - audacity-devel
stelzy@gmail.com
stelzy at gmail.com
Mon Jun 5 11:19:35 UTC 2006
module name : audacity-devel
suggested section :
update (y/n) : n
bugfix (y/n) : n
security (y/n) : n
Audacity devel version ( beta)
-------------- next part --------------
--- audacity-devel/BUILD 1970-01-01 03:00:00.000000000 +0300
+++ audacity-devel/BUILD 2006-06-05 14:43:15.049855000 +0400
@@ -0,0 +1,7 @@
+(
+
+ unset CPP CXX CC CFLAGS CXXFLAGS CPPFLAGS LDFLAGS
+ OPTS="$OPTS --with-libsndfile=system --with-libresample=no"
+ default_build
+
+) > $C_FIFO 2>&1
--- audacity-devel/DEPENDS 1970-01-01 03:00:00.000000000 +0300
+++ audacity-devel/DEPENDS 2005-07-17 10:02:14.000000000 +0400
@@ -0,0 +1,33 @@
+depends wxGTK &&
+depends libsndfile &&
+depends libsamplerate &&
+
+optional_depends "libid3tag" \
+ "--with-id3tag=system" \
+ "" \
+ "enable id3 support" &&
+
+optional_depends "lame" \
+ "" \
+ "" \
+ "enable mp3 support" &&
+
+optional_depends "libvorbis" \
+ "--with-vorbis=system" \
+ "" \
+ "enable ogg support" &&
+
+optional_depends "libmad" \
+ "--with-libmad=system" \
+ "" \
+ "for fast mp3 decoding" &&
+
+optional_depends "flac" \
+ "--with-flac=system" \
+ "" \
+ "for flac encoding" &&
+
+optional_depends "ladspa_sdk" \
+ "" \
+ "" \
+ "for ladspa plugin support"
--- audacity-devel/DETAILS 1970-01-01 03:00:00.000000000 +0300
+++ audacity-devel/DETAILS 2006-06-05 14:36:49.277745750 +0400
@@ -0,0 +1,22 @@
+ MODULE=audacity-devel
+ MODULE_BASE=audacity
+ VERSION=1.3.0b
+ SOURCE=${MODULE_BASE}-src-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE_BASE}-src-$VERSION-beta
+ SOURCE_URL=$SFORGE_URL/${MODULE_BASE}/
+ WEB_SITE=http://audacity.sourceforge.net/
+ SOURCE_VFY=sha1:6ba57ee1a3a9b6c57bf98142fbe4561b7cadf5db
+ ENTERED=20060605
+ UPDATED=20060605
+ SHORT="simple soundfile editor"
+
+cat << EOF
+Audacity is a program that lets you manipulate digital audio waveforms.
+In addition to letting you record sounds directly from within the
+program, it imports many sound file formats, including WAV, AIFF, and
+MP3. It supports all common editing operations such as Cut, Copy, and
+Paste, plus it will mix tracks and let you apply plug-in effects to any
+part of a sound. It also has a built-in amplitude envelope editor, a
+customizable spectrogram mode and a frequency analysis window for audio
+analysis applications.
+EOF
--- audacity-devel/PRE_BUILD 1970-01-01 03:00:00.000000000 +0300
+++ audacity-devel/PRE_BUILD 2006-06-04 16:31:37.000000000 +0400
@@ -0,0 +1,9 @@
+if which wx-config &> /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}"
+ return 1
+ fi
+fi
+
-------------- next part --------------
lvu submit audacity-devel b70c9f0d1511aa7ca391d623aab7ba12 -
2.6.16 2.6.12 gcc-3.4.5 glibc-2.3.6
More information about the Lunar
mailing list