summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2007-03-15 15:12:02 -0700
committerEric Sandall2007-03-15 15:12:02 -0700
commit3078b1a57e5154dbcf83d46c9b17e1166fa56e34 (patch)
treef034b9426bac0eb632ff10816c86109b95362928
parent1c9e652103c9774590a8f9465cdc6acc58f53942 (diff)
alsamixergui: (WIP) FLTK-based ALSA mixer GUI
-rw-r--r--ChangeLog3
-rwxr-xr-xaudio-soft/alsamixergui/DEPENDS2
-rwxr-xr-xaudio-soft/alsamixergui/DETAILS13
-rw-r--r--audio-soft/alsamixergui/HISTORY3
-rw-r--r--audio-soft/alsamixergui/WIP7
-rw-r--r--audio-soft/alsamixergui/alsamixergui-0.9.0rc1-2.tar.gz.sigbin0 -> 280 bytes
6 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bf12f0ee46..cc71c17782 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-03-15 Eric Sandall <sandalle@sourcemage.org>
+ * audio-soft/alsamixergui: ALSA mixer GUI based on FLTK
+
2006-08-18 Pol Vinogradov <vin.public@gmail.com>
* audio-soft/qloud: new spell, tool to measure loudspeaker frequency
response
diff --git a/audio-soft/alsamixergui/DEPENDS b/audio-soft/alsamixergui/DEPENDS
new file mode 100755
index 0000000000..2810d4eff1
--- /dev/null
+++ b/audio-soft/alsamixergui/DEPENDS
@@ -0,0 +1,2 @@
+depends alsa-lib &&
+depends fltk
diff --git a/audio-soft/alsamixergui/DETAILS b/audio-soft/alsamixergui/DETAILS
new file mode 100755
index 0000000000..7f5827f1be
--- /dev/null
+++ b/audio-soft/alsamixergui/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=alsamixergui
+ VERSION=0.9.0rc1-2
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ SOURCE_URL[0]=ftp://www.iua.upf.es/pub/mdeboer/projects/${SPELL}/${SOURCE}
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ LICENSE[0]=
+ WEB_SITE="http://www.iua.upf.es/~mdeboer/projects/alsamixergui/"
+ ENTERED=20070315
+ SHORT="FLTK GUI for ALSA Mixer"
+cat << EOF
+An FLTK-based GUI for ALSA mixer.
+EOF
diff --git a/audio-soft/alsamixergui/HISTORY b/audio-soft/alsamixergui/HISTORY
new file mode 100644
index 0000000000..9ac9e98f88
--- /dev/null
+++ b/audio-soft/alsamixergui/HISTORY
@@ -0,0 +1,3 @@
+2007-03-15 Eric Sandall <sandalle@sourcemage.org>
+ * DETAILS, DEPENDS, HISTORY: created spell
+
diff --git a/audio-soft/alsamixergui/WIP b/audio-soft/alsamixergui/WIP
new file mode 100644
index 0000000000..f60cf2dd9c
--- /dev/null
+++ b/audio-soft/alsamixergui/WIP
@@ -0,0 +1,7 @@
+Fails to find numericsort in fltk:
+...
+checking dependency style of c++... gcc3
+checking for a BSD compatible install... /bin/install -c
+checking whether ln -s works... yes
+checking for numericsort in -lfltk... no
+configure: error: missing fltk
diff --git a/audio-soft/alsamixergui/alsamixergui-0.9.0rc1-2.tar.gz.sig b/audio-soft/alsamixergui/alsamixergui-0.9.0rc1-2.tar.gz.sig
new file mode 100644
index 0000000000..e28fb225a7
--- /dev/null
+++ b/audio-soft/alsamixergui/alsamixergui-0.9.0rc1-2.tar.gz.sig
Binary files differ