Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (7fcdb3e23b8db2a484adc52bc6c8684534d51e91)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (7fcdb3e23b8db2a484adc52bc6c8684534d51e91)
  • Date: Wed, 21 Mar 2018 06:40:41 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
audio-plugins/eq10q/BUILD | 4 ++++
audio-plugins/eq10q/DEPENDS | 4 ++++
audio-plugins/eq10q/DETAILS | 26 ++++++++++++++++++++++++++
audio-plugins/eq10q/HISTORY | 2 ++
audio-plugins/eq10q/PRE_BUILD | 3 +++
6 files changed, 42 insertions(+)

New commits:
commit 7fcdb3e23b8db2a484adc52bc6c8684534d51e91
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

eq10q: new spell, LV2 Equalization Plugin

diff --git a/ChangeLog b/ChangeLog
index 5d73995..d7b9304 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2018-03-21 Ismael Luceno <ismael AT sourcemage.org>
+ * audio-plugins/eq10q: new spell, LV2 Equalization Plugin
+
2018-03-20 Vlad Glagolev <stealth AT sourcemage.org>
* utils/fzy: new spell, fast, simple fuzzy text selector for the
terminal
diff --git a/audio-plugins/eq10q/BUILD b/audio-plugins/eq10q/BUILD
new file mode 100755
index 0000000..d951430
--- /dev/null
+++ b/audio-plugins/eq10q/BUILD
@@ -0,0 +1,4 @@
+# pow10 was deprecated in Glibc 2.27, exp10 is identical
+CXXFLAGS+=" -Dpow10=exp10" &&
+OPTS+=" -DCMAKE_INSTALL_PREFIX=/usr/lib/lv2" &&
+cmake_build
diff --git a/audio-plugins/eq10q/DEPENDS b/audio-plugins/eq10q/DEPENDS
new file mode 100755
index 0000000..4d5c938
--- /dev/null
+++ b/audio-plugins/eq10q/DEPENDS
@@ -0,0 +1,4 @@
+depends gtkmm2 &&
+depends cmake &&
+depends fftw &&
+depends lv2
diff --git a/audio-plugins/eq10q/DETAILS b/audio-plugins/eq10q/DETAILS
new file mode 100755
index 0000000..27f16b2
--- /dev/null
+++ b/audio-plugins/eq10q/DETAILS
@@ -0,0 +1,26 @@
+ SPELL=eq10q
+ VERSION=2.2
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=https://downloads.sourceforge.net/project/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:4c6a79e9f1faeb431abd4e94b6bfa153b1ff5f55b3c2734d35a865ba23e3a7786ee45ee122cdcc26c9a8de915f1c4e2ec588a4c219ad6daf0ccf4a2b474b1e24
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="http://eq10q.sourceforge.net/";
+ LICENSE[0]="GPLv3"
+ ENTERED=20180321
+ KEYWORDS=""
+ SHORT="LV2 Equalization Plugin"
+cat << EOF
+EQ10Q is an audio plugin bundle over the LV2 standard (http://lv2plug.in)
+implementing a powerful and flexible parametric equalizer and more, take a
+look in “Included Plugins” to get a complete idea of what is EQ10Q about.
+
+All audio processing developed in this project is written in C language
+and highly optimized focusing on DSP load reduction yet keeping a superb
+audio quality, the audio engine is always working in 64 bits floating point
+maths but interfacing with LV2 ports using the standard 32 bits numbers. We
+believe that a good plugin is not completely useful without a full featured
+graphical user interface (GUI) that provides the correct way to set it up.
For
+this reason, each plugin distributed in this bundle is supplied with a nice
+GUI. These GUI’s are written in C++ and Gtkmm libraries to gain a great
+control over the graphics.
+EOF
diff --git a/audio-plugins/eq10q/HISTORY b/audio-plugins/eq10q/HISTORY
new file mode 100644
index 0000000..690ec4c
--- /dev/null
+++ b/audio-plugins/eq10q/HISTORY
@@ -0,0 +1,2 @@
+2018-03-21 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, PRE_BUILD: spell created
diff --git a/audio-plugins/eq10q/PRE_BUILD b/audio-plugins/eq10q/PRE_BUILD
new file mode 100755
index 0000000..7cb4304
--- /dev/null
+++ b/audio-plugins/eq10q/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+sedit 's/^set *(CMAKE_/#&/' CMakeLists.txt



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (7fcdb3e23b8db2a484adc52bc6c8684534d51e91), Ismael Luceno, 03/21/2018

Archive powered by MHonArc 2.6.24.

Top of Page