summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Franzmann2009-07-01 23:53:47 +0200
committerFlorian Franzmann2009-07-01 23:53:47 +0200
commitb26bcab7395a3058686dd33bdcaa6728fb1726ca (patch)
tree1892af0926f70d178ad25ee0a36c88fd97e94bd4
parentbfeab8f864336d2a55c4ab45ef1fe751bc8bf315 (diff)
audio-creation/stops: new spell, organ stops for aeolus
-rw-r--r--ChangeLog1
-rwxr-xr-xaudio-creation/stops/BUILD1
-rwxr-xr-xaudio-creation/stops/DETAILS13
-rw-r--r--audio-creation/stops/HISTORY3
-rwxr-xr-xaudio-creation/stops/INSTALL3
5 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c84c020ac8..6d32b6e6db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* libs/clthreads: new spell, a POSIX thread access package for
C++
* libs/clxclient: new spell, a C++ wrapper for libX11
+ * audio-creation/stops: new spell, organ stops for aeolus
2009-06-28 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* audio-players/pms: new spell, a console mpd client
diff --git a/audio-creation/stops/BUILD b/audio-creation/stops/BUILD
new file mode 100755
index 0000000000..27ba77ddaf
--- /dev/null
+++ b/audio-creation/stops/BUILD
@@ -0,0 +1 @@
+true
diff --git a/audio-creation/stops/DETAILS b/audio-creation/stops/DETAILS
new file mode 100755
index 0000000000..37ed131453
--- /dev/null
+++ b/audio-creation/stops/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=stops
+ VERSION=0.3.0
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://www.kokkinizita.net/linuxaudio/downloads/${SOURCE}
+ SOURCE_HASH=sha512:a6572a42c6796aa08b9085bfc4cb9e252091310224a0b8867eaf5d41f399b2649744c357506ae5fb64a82018f0da702bacbdc7e96965a1116f08d0a248d28ad3
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.kokkinizita.net/linuxaudio/aeolus/index.html"
+ LICENSE[0]=GPL
+ ENTERED=20090701
+ SHORT="organ stops for aeolus"
+cat << EOF
+Organ stops for aeolus. These are needed so aeolus plays any sound at all.
+EOF
diff --git a/audio-creation/stops/HISTORY b/audio-creation/stops/HISTORY
new file mode 100644
index 0000000000..2b8d84b63e
--- /dev/null
+++ b/audio-creation/stops/HISTORY
@@ -0,0 +1,3 @@
+2009-07-01 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * BUILD, DETAILS, INSTALL: spell created
+
diff --git a/audio-creation/stops/INSTALL b/audio-creation/stops/INSTALL
new file mode 100755
index 0000000000..beec91ae6b
--- /dev/null
+++ b/audio-creation/stops/INSTALL
@@ -0,0 +1,3 @@
+mkdir -p ${INSTALL_ROOT}/usr/share/aeolus/${SPELL}-${VERSION} &&
+cd ${SOURCE_DIRECTORY} &&
+cp -R * ${INSTALL_ROOT}/usr/share/aeolus/${SPELL}-${VERSION}