[Lunar-commits] <moonbase-other> audacity: resurrected
v4hn
me at v4hn.de
Fri Jul 13 23:32:54 CEST 2012
commit 88416fe8f633fe39b235e99bca84f408bb2dceb5
Author: v4hn <me at v4hn.de>
Date: Fri, 13 Jul 2012 14:32:54 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/88416fe8f633fe39b235e99bca84f408bb2dceb5
audacity: resurrected
---
audio/audacity/BUILD +15/-0
audio/audacity/DEPENDS +49/-0
audio/audacity/DETAILS +22/-0
3 files changed, 86 insertions (+), 0 deletions (-)
--- /dev/null
+++ b/audio/audacity/BUILD
@@ -0,0 +1,15 @@
+(
+
+ unset CPP CXX CC CFLAGS CXXFLAGS CPPFLAGS LDFLAGS &&
+ OPTS+=" --with-libsndfile=system --with-libresample=no --with-libsamplerate=system --enable-unicode" &&
+
+ #see DEPENDS
+ OPTS+=" --without-soundtouch"
+
+ if [ -d /proc/asound ]; then
+ OPTS+=" --with-portaudio"
+ fi &&
+
+ default_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/audio/audacity/DEPENDS
@@ -0,0 +1,49 @@
+depends wxGTK
+depends libsndfile
+depends libsamplerate
+
+#soundtouch 1.6.0 is not supported by audacity 2.0.1
+#optional_depends "soundtouch" \
+# "--with-soundtouch" \
+# "--without-soundtouch" \
+# "for pitch and tempo changing"
+
+optional_depends "portaudio" \
+ "--with-portmixer" \
+ "--without-portmixer" \
+ "for portaudio support"
+
+optional_depends "ffmpeg" \
+ "--with-ffmpeg" \
+ "--without-ffmpeg" \
+ "for ffmpeg support"
+
+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"
--- /dev/null
+++ b/audio/audacity/DETAILS
@@ -0,0 +1,22 @@
+ MODULE=audacity
+ VERSION=2.0.1
+ SOURCE=$MODULE-fullsrc-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-src-$VERSION
+ SOURCE_URL[0]=$SFORGE_URL/$MODULE
+ SOURCE_URL[1]=http://audacity.sourceforge.net/latest/audacity-src
+ SOURCE_VFY=sha1:87e6a0e5c2e2a736380c0252817cf7627e8387bc
+ WEB_SITE=http://audacity.sourceforge.net
+ ENTERED=20011217
+ UPDATED=20120630
+ SHORT="A 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
More information about the Lunar-commits
mailing list