summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-sound/pulseeffects/metadata.xml1
-rw-r--r--media-sound/pulseeffects/pulseeffects-4.8.5-r1.ebuild5
-rw-r--r--profiles/arch/x86/package.use.mask7
3 files changed, 8 insertions, 5 deletions
diff --git a/media-sound/pulseeffects/metadata.xml b/media-sound/pulseeffects/metadata.xml
index b79ca4282c00..bf9b9deed237 100644
--- a/media-sound/pulseeffects/metadata.xml
+++ b/media-sound/pulseeffects/metadata.xml
@@ -17,6 +17,7 @@
<flag name="rubberband">Enable use of <pkg>media-libs/rubberband</pkg> for the pitch-shifting FX</flag>
<flag name="webrtc">Enable use of <pkg>media-plugins/gst-plugins-webrtc</pkg> for various
voice-enhancement FX</flag>
+ <flag name="zamaudio">Enable use of <pkg>media-plugins/zam-plugins</pkg> for the maximizer FX</flag>
</use>
<longdescription lang="en">
GUI to manage audio effects for Pulseaudio applications, giving full control over the effects order to the user.
diff --git a/media-sound/pulseeffects/pulseeffects-4.8.5-r1.ebuild b/media-sound/pulseeffects/pulseeffects-4.8.5-r1.ebuild
index 2525d6bef1d3..2e1e07edfc11 100644
--- a/media-sound/pulseeffects/pulseeffects-4.8.5-r1.ebuild
+++ b/media-sound/pulseeffects/pulseeffects-4.8.5-r1.ebuild
@@ -19,7 +19,7 @@ fi
LICENSE="GPL-3"
SLOT="0"
-IUSE="bs2b calf rnnoise rubberband webrtc"
+IUSE="bs2b calf rnnoise rubberband webrtc zamaudio"
DEPEND=">=dev-libs/boost-1.72:=
>=dev-cpp/glibmm-2.56.0:2
@@ -48,7 +48,8 @@ RDEPEND="!media-sound/easyeffects
sys-apps/dbus
calf? ( >=media-plugins/calf-0.90.1[lv2] )
rubberband? ( media-libs/rubberband[ladspa] )
- webrtc? ( media-plugins/gst-plugins-webrtc )"
+ webrtc? ( media-plugins/gst-plugins-webrtc )
+ zamaudio? ( media-plugins/zam-plugins )"
# Only header files are used from libsamplerate so put it here rather than DEPEND
# to avoid unnecessary cross-compilation.
BDEPEND="dev-libs/appstream-glib
diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
index 445e424aaf32..e8c84f7b7376 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -2,9 +2,10 @@
# Distributed under the terms of the GNU General Public License v2
# Marek Szuba <marecki@gentoo.org> (2021-07-17)
-# media-libs/rnnoise, media-plugins/gst-plugins-webrtc not keyworded here
-media-sound/easyeffects rnnoise webrtc
-media-sound/pulseeffects rnnoise webrtc
+# media-libs/rnnoise, media-plugins/gst-plugins-webrtc
+# and media-plugins/zam-plugins not keyworded here
+media-sound/easyeffects rnnoise webrtc zamaudio
+media-sound/pulseeffects rnnoise webrtc zamaudio
# Sam James <sam@gentoo.org> (2021-07-12)
# Haskell is (only) available on amd64/x86 right now in Gentoo