From: "Marek Szuba" <marecki@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/easyeffects/
Date: Tue, 26 Dec 2023 00:06:28 +0000 (UTC) [thread overview]
Message-ID: <1703549178.461411849f77e2b4ed09bcfd1b5f9a26ef488148.marecki@gentoo> (raw)
commit: 461411849f77e2b4ed09bcfd1b5f9a26ef488148
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 26 00:03:19 2023 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Tue Dec 26 00:06:18 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46141184
media-sound/easyeffects: add 7.1.3
Got tired of waiting for lsp-plugins in the tree to be updated and while
upstream recommends >=1.2.10, 1.2.6 seems to work for now.
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
media-sound/easyeffects/Manifest | 1 +
media-sound/easyeffects/easyeffects-7.1.3.ebuild | 84 ++++++++++++++++++++++++
2 files changed, 85 insertions(+)
diff --git a/media-sound/easyeffects/Manifest b/media-sound/easyeffects/Manifest
index d50734980def..3673ff569887 100644
--- a/media-sound/easyeffects/Manifest
+++ b/media-sound/easyeffects/Manifest
@@ -1 +1,2 @@
DIST easyeffects-7.0.7.tar.gz 3359508 BLAKE2B 16c4fd322eefcd16bb8a83a5443e482689b2f4665556f306e11c072b869f9929d5c7b781f7adbba7faacb71a07c0bdd2b61efb6584131e61e2bfa6dedcdf3c8d SHA512 3ceadf6c8acff64a98cf6c0e2c5386aa7b6d4649d49a9879574415bb7959b9c7243870bc30ea38bb3de3ee5b4d9ab9892eb8809069c08b2a50ab7f2342f6a1e4
+DIST easyeffects-7.1.3.tar.gz 3426093 BLAKE2B 62ff40388df2a3452d23968881ab7d247c5504abc4524564e919cc520700e64978914248f00fb8b3ae251b895850d9a4dee763576baf2c43af3cd1105d2b62d5 SHA512 9e277b0c432f5015b33d4ac6961d5eec4cbf498dd2e947d231a9c13d8c7b7680f7ded7bf3d55d2c72ebf46de94308447a0b1e3b8cbbb13ce96c3a79bf027ffa3
diff --git a/media-sound/easyeffects/easyeffects-7.1.3.ebuild b/media-sound/easyeffects/easyeffects-7.1.3.ebuild
new file mode 100644
index 000000000000..d3af93f6daff
--- /dev/null
+++ b/media-sound/easyeffects/easyeffects-7.1.3.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2-utils meson toolchain-funcs
+
+DESCRIPTION="Limiter, auto volume and many other plugins for PipeWire applications"
+HOMEPAGE="https://github.com/wwmm/easyeffects"
+
+if [[ ${PV} == *9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/wwmm/easyeffects"
+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="calf +doc mda-lv2 zamaudio"
+
+# Reminder: since 7.0.8 upstream recommends >=>=media-libs/lsp-plugins-1.2.10
+# but as of late December 2023, the tree remains stuck at 1.2.6.
+# Update the dependency when possible (Bug #915777).
+COMMON="dev-cpp/nlohmann_json
+ dev-cpp/tbb
+ >=dev-libs/glib-2.56:2
+ dev-libs/libfmt
+ >=dev-libs/libsigc++-3.0.6:3
+ >=gui-libs/gtk-4.10.0:4
+ >=gui-libs/libadwaita-1.2.0:1
+ media-libs/libbs2b
+ >=media-libs/libebur128-1.2.0
+ media-libs/libsndfile
+ media-libs/libsoundtouch
+ >=media-libs/lilv-0.22
+ >=media-libs/lv2-1.18.2
+ media-libs/rnnoise
+ media-libs/speexdsp
+ >=media-libs/zita-convolver-3.0.0
+ >=media-video/pipewire-0.3.41
+ sci-libs/gsl:=
+ sci-libs/fftw:3.0"
+# Only header files are used from these two
+DEPEND="${COMMON}
+ media-libs/ladspa-sdk
+ media-libs/libsamplerate"
+RDEPEND="${COMMON}
+ >=media-libs/lsp-plugins-1.2.6[lv2]
+ sys-apps/dbus
+ calf? ( >=media-plugins/calf-0.90.1[lv2] )
+ doc? ( gnome-extra/yelp )
+ mda-lv2? ( media-plugins/mda-lv2 )
+ zamaudio? ( media-plugins/zam-plugins )"
+BDEPEND="dev-libs/appstream-glib
+ dev-util/desktop-file-utils
+ dev-util/itstool
+ sys-devel/gettext
+ virtual/pkgconfig"
+
+pkg_pretend() {
+ if [[ ${MERGE_TYPE} != "binary" ]] ; then
+ if ! tc-is-gcc; then
+ if ! tc-is-clang || [[ $(clang-major-version) -lt 16 ]]; then
+ die "${PN} can only be built with GCC or >=Clang-16 due to required level of C++20 support"
+ fi
+ elif [[ $(gcc-major-version) -lt 11 ]] ; then
+ die "Since version 6.2.5 ${PN} requires GCC 11 or newer to build (Bug #848072)"
+ fi
+ fi
+}
+
+pkg_postinst() {
+ gnome2_gconf_install
+ gnome2_schemas_update
+ xdg_icon_cache_update
+}
+
+pkg_postrm() {
+ gnome2_gconf_uninstall
+ gnome2_schemas_update
+ xdg_icon_cache_update
+}
next reply other threads:[~2023-12-26 0:06 UTC|newest]
Thread overview: 70+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-26 0:06 Marek Szuba [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-10 7:57 [gentoo-commits] repo/gentoo:master commit in: media-sound/easyeffects/ Andreas Sturmlechner
2024-08-05 20:42 Sam James
2024-04-17 22:01 Sam James
2024-04-07 14:05 Marek Szuba
2023-12-29 10:58 Marek Szuba
2023-10-25 22:42 Marek Szuba
2023-10-25 22:42 Marek Szuba
2023-08-14 10:16 Marek Szuba
2023-08-12 21:07 Marek Szuba
2023-07-29 22:29 Marek Szuba
2023-07-29 22:29 Marek Szuba
2023-06-13 21:46 Marek Szuba
2023-06-13 21:46 Marek Szuba
2023-06-13 21:46 Marek Szuba
2023-05-11 12:30 Marek Szuba
2023-05-11 12:03 Marek Szuba
2023-04-08 20:56 Marek Szuba
2023-02-28 10:42 Marek Szuba
2022-11-10 15:20 Marek Szuba
2022-11-10 11:05 Marek Szuba
2022-11-10 11:05 Marek Szuba
2022-10-04 3:13 Marek Szuba
2022-09-05 11:39 Marek Szuba
2022-09-01 23:22 Marek Szuba
2022-09-01 19:14 Sam James
2022-09-01 15:34 Marek Szuba
2022-07-27 23:37 Marek Szuba
2022-07-27 8:17 Marek Szuba
2022-06-30 12:00 Marek Szuba
2022-06-05 19:21 Marek Szuba
2022-05-31 22:11 Marek Szuba
2022-05-29 8:34 Marek Szuba
2022-04-23 22:45 Marek Szuba
2022-04-23 22:39 Marek Szuba
2022-04-20 15:25 Marek Szuba
2022-04-20 6:41 Jakov Smolić
2022-03-26 22:31 Marek Szuba
2022-03-15 23:37 Marek Szuba
2022-03-10 11:45 Jakov Smolić
2022-02-28 16:56 Marek Szuba
2022-02-13 22:44 Jakov Smolić
2022-02-06 7:40 Sam James
2022-02-05 6:34 Sam James
2022-02-01 14:33 Marek Szuba
2022-01-27 19:29 Marek Szuba
2022-01-22 6:03 Arthur Zamarin
2022-01-15 23:45 Mart Raudsepp
2022-01-12 22:15 Marek Szuba
2022-01-02 10:54 Jakov Smolić
2022-01-01 14:13 Marek Szuba
2022-01-01 14:12 Marek Szuba
2021-12-07 0:35 Sam James
2021-11-18 17:13 Marek Szuba
2021-11-12 9:17 Jakov Smolić
2021-11-11 20:15 Marek Szuba
2021-10-05 16:08 Marek Szuba
2021-10-05 16:08 Marek Szuba
2021-10-05 16:08 Marek Szuba
2021-09-21 7:42 Marek Szuba
2021-09-19 9:46 Marek Szuba
2021-09-18 10:46 Marek Szuba
2021-09-07 18:56 Sam James
2021-08-19 22:11 Marek Szuba
2021-08-19 22:11 Marek Szuba
2021-08-09 13:02 Marek Szuba
2021-08-09 10:38 Marek Szuba
2021-08-09 1:18 Sam James
2021-08-01 4:14 Sam James
2021-07-12 16:43 Marek Szuba
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1703549178.461411849f77e2b4ed09bcfd1b5f9a26ef488148.marecki@gentoo \
--to=marecki@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox