[Lunar-commits] <moonbase-other> Merge branch 'master' of github.com:/lunar-linux/moonbase-other
Dennis Veatch
stumbles at lunar-linux.org
Sat Jul 14 01:06:02 CEST 2012
commit cf5526b672048c9168466e7774fb64e6db02f64f
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Fri, 13 Jul 2012 16:06:02 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/cf5526b672048c9168466e7774fb64e6db02f64f
Merge branch 'master' of github.com:/lunar-linux/moonbase-other
---
audio/audacity/BUILD +15/-0
audio/audacity/DEPENDS +49/-0
audio/audacity/DETAILS +22/-0
utils/wtf/BUILD +12/-0
utils/wtf/DETAILS +13/-0
5 files changed, 0 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
--- /dev/null
+++ b/utils/wtf/BUILD
@@ -0,0 +1,12 @@
+(
+
+ sedit "s:/usr/share/misc:/usr/share/games:" wtf &&
+
+ prepare_install &&
+ cat acronyms.comp >> acronyms &&
+
+ install -m755 -D wtf /usr/games/wtf &&
+ install -m0644 -D acronyms /usr/share/games/acronyms &&
+ install -m0644 -D wtf.6 /usr/share/man/man6/wtf.6
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/utils/wtf/DETAILS
@@ -0,0 +1,13 @@
+ MODULE=wtf
+ VERSION=20071004
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://www.mu.org/~mux/$MODULE/
+ SOURCE_VFY=sha1:c5bf7cd557ca15aa16db0f7e79d1b95d24ff9e5f
+ WEB_SITE=http://www.mu.org/~mux/
+ ENTERED=20040713
+ UPDATED=20071115
+ SHORT="translates acronyms for you"
+
+cat << EOF
+This application's sole purpose is to be an acronym translator.
+EOF
More information about the Lunar-commits
mailing list