Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (f4e5d71aedf96b7892f7a09ab983d3fd6e02dc76)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Justin Boffemmyer <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (f4e5d71aedf96b7892f7a09ab983d3fd6e02dc76)
  • Date: Mon, 18 Jun 2012 07:32:59 -0500

GIT changes to master grimoire by Justin Boffemmyer <flux AT sourcemage.org>:

ChangeLog | 3 +++
audio-soft/alsaequal/BUILD | 1 +
audio-soft/alsaequal/DEPENDS | 2 ++
audio-soft/alsaequal/DETAILS | 22 ++++++++++++++++++++++
audio-soft/alsaequal/HISTORY | 3 +++
5 files changed, 31 insertions(+)

New commits:
commit f4e5d71aedf96b7892f7a09ab983d3fd6e02dc76
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

audio-soft/alsaequal: new - alsa equalizer plugin

This is an alsa plugin to provide a realtime equalizer.

Once installed, follow the directions in its readme file
(/usr/share/doc/alsaequal/README) and add some mappings to your
.asoundrc file. Then you can access the equalizer settings from any
alsa-compatible mixer program (like alsamixer), and play audio through
it by addressing the equalizer device with an alsa-compatible player.

diff --git a/ChangeLog b/ChangeLog
index b82583d..8d87259 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2012-06-18 Justin Boffemmyer <flux AT sourcemage.org>
+ * audio-soft/alsaequal: new spell, alsa equalizer plugin
+
2012-05-17 Robin Cook <rcook AT wyrms.net>
* java/icedtea7: new spell for openjdk7

diff --git a/audio-soft/alsaequal/BUILD b/audio-soft/alsaequal/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/audio-soft/alsaequal/BUILD
@@ -0,0 +1 @@
+make
diff --git a/audio-soft/alsaequal/DEPENDS b/audio-soft/alsaequal/DEPENDS
new file mode 100755
index 0000000..e516516
--- /dev/null
+++ b/audio-soft/alsaequal/DEPENDS
@@ -0,0 +1,2 @@
+depends alsa-lib &&
+runtime_depends caps-plugins
diff --git a/audio-soft/alsaequal/DETAILS b/audio-soft/alsaequal/DETAILS
new file mode 100755
index 0000000..64b3191
--- /dev/null
+++ b/audio-soft/alsaequal/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=alsaequal
+ VERSION=0.6
+ SOURCE=${SPELL}-${VERSION}.tar.bz2
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL"
+ SOURCE_URL[0]="http://www.thedigitalmachine.net/tools/$SOURCE";
+
SOURCE_HASH=sha512:53a73469682eb7b641849151d4e91a3ac031daa5f11f7ad328bdd0bcf5251112814c75d27dceb8baf8582c749bf80f055414397259d24b749e7edbc03472bc6a
+ WEB_SITE="http://www.thedigitalmachine.net/${SPELL}.html";
+ LICENSE[0]=GPL
+ ENTERED=20120618
+ KEYWORDS="tools audio"
+ SHORT="alsa realtime equalizer plugin"
+cat << EOF
+Alsaequal is a real-time adjustable equalizer plugin for ALSA. It can be
+adjusted using an ALSA compatible mixer, like alsamixergui or alsamixer.
+
+Alsaequal uses the Eq CAPS LADSPA Plugin as it's default equalizer but you
can
+change it to use almost any LADSPA plugin, like mbeq from the swh-plugin
+package. Though alsaequal is primarily intended to be used as an equalizer
you
+should be able to use it to control any LADSPA plugin. It's similar in
+functionality to the LADSPA plugin provided with ALSA but allows for
real-time
+controls as opposed to static controls defined in the asoundrc file.
+EOF
diff --git a/audio-soft/alsaequal/HISTORY b/audio-soft/alsaequal/HISTORY
new file mode 100644
index 0000000..90da208
--- /dev/null
+++ b/audio-soft/alsaequal/HISTORY
@@ -0,0 +1,3 @@
+2012-06-18 Justin Boffemmyer <flux AT sourcemage.org>:
+ * DETAILS, DEPENDS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (f4e5d71aedf96b7892f7a09ab983d3fd6e02dc76), Justin Boffemmyer, 06/18/2012

Archive powered by MHonArc 2.6.24.

Top of Page