[SM-Commit] GIT changes to master grimoire by Andraž 'ruskie' Levstik (d6ddcd1017185cc27fd40ed61933672cd12b6d0e)

Andraž 'ruskie' Levstik scm at sourcemage.org
Wed Jul 16 01:34:05 EDT 2008


GIT changes to master grimoire by Andraž 'ruskie' Levstik <ruskie at codemages.net>:

 ChangeLog                   |    3 +++
 audio-soft/rexima/BUILD     |    1 +
 audio-soft/rexima/DEPENDS   |    1 +
 audio-soft/rexima/DETAILS   |   15 +++++++++++++++
 audio-soft/rexima/HISTORY   |    5 +++++
 audio-soft/rexima/PRE_BUILD |    6 ++++++
 6 files changed, 31 insertions(+)

New commits:
commit d6ddcd1017185cc27fd40ed61933672cd12b6d0e
Author: Andraž 'ruskie' Levstik <ruskie at codemages.net>
Commit: Andraž 'ruskie' Levstik <ruskie at codemages.net>

    audio-soft/rexima: new spell, an oss compatible mixer, this has been in my arcane grimoire for atleast 3 years)

diff --git a/ChangeLog b/ChangeLog
index 385a1bf..89209d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-07-16 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
+	* audio-soft/rexima: new spell, an oss compatible mixer
+
 2008-07-15 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
 	* audio-drivers/oss: finnaly a spell for the new GPLed OSS drivers
 
diff --git a/audio-soft/rexima/BUILD b/audio-soft/rexima/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/audio-soft/rexima/BUILD
@@ -0,0 +1 @@
+make
diff --git a/audio-soft/rexima/DEPENDS b/audio-soft/rexima/DEPENDS
new file mode 100755
index 0000000..5764a9c
--- /dev/null
+++ b/audio-soft/rexima/DEPENDS
@@ -0,0 +1 @@
+depends ncurses
diff --git a/audio-soft/rexima/DETAILS b/audio-soft/rexima/DETAILS
new file mode 100755
index 0000000..d947d53
--- /dev/null
+++ b/audio-soft/rexima/DETAILS
@@ -0,0 +1,15 @@
+           SPELL=rexima
+         VERSION=1.4
+          SOURCE=$SPELL-$VERSION.tar.gz
+   SOURCE_URL[0]=ftp://ftp.ibiblio.org/pub/Linux/apps/sound/mixers/$SOURCE
+     SOURCE_HASH=sha512:6a4c70fd2f61446a2e79a3a22218d443f7ae4df9928b73c66f8d4d2f592d50c57f5fe53875bf975a8ffb6d9d8f99bc99d083ced2714b7623bef06229f8e37fd6
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+        WEB_SITE=http://rus.members.beeb.net/rexima.html
+         ENTERED=20051211
+      LICENSE[0]=GPL
+           SHORT="A curses-based (and command-line) sound mixer."
+cat << EOF
+rexima is a curses-based interactive mixer which can also be used from the
+command-line. It's intended to be a simple, general, usable mixer without
+all the chrome usually present in other mixers.
+EOF
diff --git a/audio-soft/rexima/HISTORY b/audio-soft/rexima/HISTORY
new file mode 100644
index 0000000..2571397
--- /dev/null
+++ b/audio-soft/rexima/HISTORY
@@ -0,0 +1,5 @@
+2008-07-16 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
+	* PRE_BUILD, BUILD: added some stuff
+
+2005-12-11 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
+	* DETAILS, DEPENDS, HISTORY: created spell
diff --git a/audio-soft/rexima/PRE_BUILD b/audio-soft/rexima/PRE_BUILD
new file mode 100755
index 0000000..351b647
--- /dev/null
+++ b/audio-soft/rexima/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build                                        &&
+cd $SOURCE_DIRECTORY                                     &&
+sed -i "s:CFLAGS=.*:CFLAGS=$CFLAGS:" Makefile            &&
+sed -i "s:PREFIX=.*:PREFIX=$INSTALL_ROOT/usr:" Makefile  &&
+sed -i "s:MANDIR=.*:MANDIR=\$(PREFIX)/share/man/man1:" Makefile
+



More information about the SM-Commit mailing list