Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž 'ruskie' Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andraž 'ruskie' Levstik (d6ddcd1017185cc27fd40ed61933672cd12b6d0e)
  • Date: Wed, 16 Jul 2008 00:34:05 -0500

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
+




Archive powered by MHonArc 2.6.24.

Top of Page