From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E1F1B13933E for ; Sun, 18 Jul 2021 00:32:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E249BE0DB8; Sun, 18 Jul 2021 00:32:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7AB17E0DA9 for ; Sun, 18 Jul 2021 00:32:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0A28033BE3F for ; Sun, 18 Jul 2021 00:32:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69DDD7D9 for ; Sun, 18 Jul 2021 00:31:59 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1626568302.f2a1687a2fabdb008fbb1366a9b31ed11d44637e.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/easyeffects/files/, media-sound/easyeffects/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/easyeffects/easyeffects-5.0.4-r1.ebuild media-sound/easyeffects/files/easyeffects-5.0.4-meson_no_automagic.patch media-sound/easyeffects/metadata.xml X-VCS-Directories: media-sound/easyeffects/files/ media-sound/easyeffects/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: f2a1687a2fabdb008fbb1366a9b31ed11d44637e X-VCS-Branch: master Date: Sun, 18 Jul 2021 00:31:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9a0d511b-c872-4958-a919-181bd07831b4 X-Archives-Hash: b085dea9dc6ba0641291ea974145231f commit: f2a1687a2fabdb008fbb1366a9b31ed11d44637e Author: Marek Szuba gentoo org> AuthorDate: Sun Jul 18 00:15:37 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Sun Jul 18 00:31:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2a1687a media-sound/easyeffects: improve dependencies and tweak metadata Same thing as recent media-sound/pulseeffects changes. Had to drop the ppc32 keyword due to gnome-extra/yelp, will request re-keywording. Closes: https://bugs.gentoo.org/800713 Closes: https://bugs.gentoo.org/802528 Signed-off-by: Marek Szuba gentoo.org> .../easyeffects/easyeffects-5.0.4-r1.ebuild | 83 ++++++++++++++++++++++ .../easyeffects-5.0.4-meson_no_automagic.patch | 55 ++++++++++++++ media-sound/easyeffects/metadata.xml | 10 ++- 3 files changed, 145 insertions(+), 3 deletions(-) diff --git a/media-sound/easyeffects/easyeffects-5.0.4-r1.ebuild b/media-sound/easyeffects/easyeffects-5.0.4-r1.ebuild new file mode 100644 index 00000000000..2b949438898 --- /dev/null +++ b/media-sound/easyeffects/easyeffects-5.0.4-r1.ebuild @@ -0,0 +1,83 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit gnome2-utils meson + +DESCRIPTION="Limiter, auto volume and many other plugins for PipeWire applications" +HOMEPAGE="https://github.com/wwmm/easyeffects/tree/pipewire-gstreamer-legacy" + +if [[ ${PV} == *9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/wwmm/easyeffects" + EGIT_BRANCH="pipewire-gstreamer-legacy" +else + SRC_URI="https://github.com/wwmm/easyeffects/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +fi + +LICENSE="GPL-3" +SLOT="0" +IUSE="bs2b calf rnnoise rubberband webrtc" + +DEPEND=">=dev-libs/boost-1.72:= + >=dev-cpp/glibmm-2.56.0:2 + >=dev-cpp/gtkmm-3.24:3.0 + >=dev-libs/glib-2.56:2 + >=dev-libs/libsigc++-2.10:2 + >=media-libs/gstreamer-1.12.5:1.0 + media-libs/gst-plugins-base + >=media-libs/gst-plugins-bad-1.12.5:1.0 + media-libs/libebur128 + media-libs/libsndfile + >=media-libs/lilv-0.24.2-r1 + >=media-libs/zita-convolver-3.0.0 + >=media-video/pipewire-0.3.24[gstreamer] + >=x11-libs/gtk+-3.20:3 + bs2b? ( >=media-plugins/gst-plugins-bs2b-1.12.5:1.0 ) + rnnoise? ( media-libs/rnnoise )" +RDEPEND="!media-sound/pulseeffects + ${DEPEND} + gnome-extra/yelp + >=media-libs/gst-plugins-good-1.12.5:1.0 + >=media-libs/lsp-plugins-1.1.24[lv2] + >=media-plugins/gst-plugins-ladspa-1.12.5:1.0 + >=media-plugins/gst-plugins-lv2-1.12.5:1.0 + >=media-plugins/gst-plugins-pulse-1.12.5:1.0 + sys-apps/dbus + calf? ( >=media-plugins/calf-0.90.1[lv2] ) + rubberband? ( media-libs/rubberband[ladspa] ) + webrtc? ( media-plugins/gst-plugins-webrtc )" +# Only header files are used from libsamplerate so put it here rather than DEPEND +# to avoid unnecessary cross-compilation. +BDEPEND="dev-libs/appstream-glib + dev-util/desktop-file-utils + dev-util/itstool + media-libs/libsamplerate + sys-devel/gettext + virtual/pkgconfig" + +PATCHES=( + "${FILESDIR}"/${PN}-5.0.4-meson_no_automagic.patch +) + +src_configure() { + local emesonargs=( + $(meson_feature bs2b) + $(meson_feature rnnoise) + ) + meson_src_configure +} + +pkg_postinst() { + gnome2_gconf_install + gnome2_schemas_update + xdg_icon_cache_update +} + +pkg_postrm() { + gnome2_gconf_uninstall + gnome2_schemas_update + xdg_icon_cache_update +} diff --git a/media-sound/easyeffects/files/easyeffects-5.0.4-meson_no_automagic.patch b/media-sound/easyeffects/files/easyeffects-5.0.4-meson_no_automagic.patch new file mode 100644 index 00000000000..4e547d404f8 --- /dev/null +++ b/media-sound/easyeffects/files/easyeffects-5.0.4-meson_no_automagic.patch @@ -0,0 +1,55 @@ +--- a/meson.build ++++ b/meson.build +@@ -4,7 +4,7 @@ + 'cpp', + default_options : ['cpp_std=c++17','buildtype=debugoptimized'], + version: '5.0.4', +- meson_version: '>= 0.40.0' ++ meson_version: '>= 0.47.0' + ) + + add_global_arguments('-DG_LOG_DOMAIN="pulseeffects"', language : 'c') +--- a/meson_options.txt ++++ b/meson_options.txt +@@ -0,0 +1,12 @@ ++option( ++ 'bs2b', ++ type: 'feature', ++ value: 'auto', ++ description: 'Enable bs2b-based Crossfeed plug-in for improving headphone listening of stereo audio records' ++) ++option( ++ 'rnnoise', ++ type: 'feature', ++ value: 'auto', ++ description: 'Enable rnnoise-based Noise Reduction plug-in' ++) +--- a/src/meson.build ++++ b/src/meson.build +@@ -108,7 +108,7 @@ + dependency('gstreamer-plugins-bad-1.0', version: '>=1.12.5'), + dependency('gstreamer-fft-1.0'), + dependency('lilv-0', version: '>=0.22', required: false), +- dependency('libbs2b', required: false), ++ dependency('libbs2b', required: get_option('bs2b')), + dependency('boost', version: '>=1.72', modules:['filesystem']), + dependency('sndfile'), + dependency('threads') +--- a/src/rnnoise/meson.build ++++ b/src/rnnoise/meson.build +@@ -1,4 +1,5 @@ +-dep_rnnoise = dependency('rnnoise', required: false) ++opt_rnnoise = get_option('rnnoise') ++dep_rnnoise = dependency('rnnoise', required: opt_rnnoise) + + if dep_rnnoise.found() + +@@ -28,7 +29,7 @@ + cpp_args: plugins_cxx_args + ) + +-else ++elif opt_rnnoise.auto() + + message('could not find the RNNoise library') + diff --git a/media-sound/easyeffects/metadata.xml b/media-sound/easyeffects/metadata.xml index e4010fa254c..67cca67386d 100644 --- a/media-sound/easyeffects/metadata.xml +++ b/media-sound/easyeffects/metadata.xml @@ -10,9 +10,13 @@ Matthew Thode - Enable use of media-libs/libbs2b - Enable use of media-plugins/calf for adding various FX - Enable usse of media-libs/rubberband for the pitch shifting FX + Enable use of media-libs/libbs2b for the crossfeed FX + Enable use of media-plugins/calf for adding various FX + Enable use of media-libs/rnnoise for the neural network-based + noise-reduction FX + Enable use of media-libs/rubberband for the pitch-shifting FX + Enable use of media-plugins/gst-plugins-webrtc for various + voice-enhancement FX wwmm/easyeffects