Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Conner Clere (935b7e844bebb5efa17bdb4a6c15a62808427064)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Conner Clere <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Conner Clere (935b7e844bebb5efa17bdb4a6c15a62808427064)
  • Date: Thu, 30 Mar 2023 00:26:49 +0000

GIT changes to master grimoire by Conner Clere <xenanthropy AT sourcemage.org>:

ChangeLog | 1 +
audio-soft/easyeffects/CONFIGURE | 1 +
audio-soft/easyeffects/DEPENDS | 35 +++++++++++++++++++++++++++++++++++
audio-soft/easyeffects/DETAILS | 16 ++++++++++++++++
audio-soft/easyeffects/HISTORY | 2 ++
5 files changed, 55 insertions(+)

New commits:
commit 935b7e844bebb5efa17bdb4a6c15a62808427064
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

easyeffects: new spell, audio effects for pipewire applications

diff --git a/ChangeLog b/ChangeLog
index 78b65f1..6072e40 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* gnome4-apps/dconf-editor: new spell, gsettings editor for gnome
* audio-libs/libbs2b: new spell, bauer stereophonic-to-binaural DSP
library
* audio-libs/zita-convolver: new spell, c++ real-time convolution
matrix lib
+ * audio-soft/easyeffects: new spell, audio effects for pipewire
applications

2023-03-29 Treeve Jelbert <treeve AT sourcemage.org>
* utils/strig: deleted, obsolete unmaintained
diff --git a/audio-soft/easyeffects/CONFIGURE
b/audio-soft/easyeffects/CONFIGURE
new file mode 100755
index 0000000..9f48d22
--- /dev/null
+++ b/audio-soft/easyeffects/CONFIGURE
@@ -0,0 +1 @@
+. "${GRIMOIRE}/MESON_CONFIGURE"
diff --git a/audio-soft/easyeffects/DEPENDS b/audio-soft/easyeffects/DEPENDS
new file mode 100755
index 0000000..918b794
--- /dev/null
+++ b/audio-soft/easyeffects/DEPENDS
@@ -0,0 +1,35 @@
+. "$GRIMOIRE/MESON_DEPENDS" &&
+depends PKG-CONFIG &&
+depends itstool &&
+depends zita-convolver &&
+depends tbb &&
+depends pipewire &&
+depends glib2 &&
+depends gtk+4 &&
+depends libadwaita &&
+depends libsigc++3 &&
+depends lilv-0 &&
+depends lv2 &&
+depends libbs2b &&
+depends libsndfile &&
+depends fftw &&
+depends libebur128 &&
+depends libsamplerate &&
+depends rubberband &&
+depends nlohmann_json &&
+depends fmt &&
+depends gsl &&
+depends speexdsp &&
+
+# Needs -sub GTK4
+optional_depends libportal \
+ 'enable-libportal=true' \
+ 'enable-libportal=false' \
+ 'Use libportal to handle autostart files?' &&
+
+optional_depends speex '' '' 'speex support?' &&
+
+optional_depends calf-plugins '' '' 'Calf plugins support? (recommended)'
+
+# SPELL TO BE ADDED
+#optional_depends rnnoise '' '' 'rnnoise support?'
diff --git a/audio-soft/easyeffects/DETAILS b/audio-soft/easyeffects/DETAILS
new file mode 100755
index 0000000..47dc968
--- /dev/null
+++ b/audio-soft/easyeffects/DETAILS
@@ -0,0 +1,16 @@
+source "$GRIMOIRE/MESON_FUNCTIONS"
+ SPELL=easyeffects
+ VERSION=7.0.1
+
SOURCE_HASH=sha256:420a2826fc87acf10d40300a28904dd8cde79a876c0809ec894afe50bc134516
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+
SOURCE_URL[0]=https://github.com/wwmm/easyeffects/archive/v${VERSION}.tar.gz
+ WEB_SITE=https://github.com/wwmm/easyeffects
+ LICENSE[0]=GPL
+ ENTERED=20230329
+ KEYWORDS="pipewire audio dsp"
+ SHORT="audio effects for pipewire applications"
+cat << EOF
+Limiter, compressor, convolver, equalizer, auto volume,
+and many other plugins for PipeWire applications
+EOF
diff --git a/audio-soft/easyeffects/HISTORY b/audio-soft/easyeffects/HISTORY
new file mode 100644
index 0000000..c9ccc6c
--- /dev/null
+++ b/audio-soft/easyeffects/HISTORY
@@ -0,0 +1,2 @@
+2023-03-29 Conner Clere <xenanthropy AT sourcmage.org>
+ * CONFIGURE, DEPENDS, DETAILS: version 7.0.1, new spell



  • [SM-Commit] GIT changes to master grimoire by Conner Clere (935b7e844bebb5efa17bdb4a6c15a62808427064), Conner Clere, 03/29/2023

Archive powered by MHonArc 2.6.24.

Top of Page