Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/easyeffects/, profiles/
Date: Sun, 18 Jul 2021 11:51:59
Message-Id: 1626609087.c936cd365c6cd8554341b4b48806cae53ef015ab.marecki@gentoo
1 commit: c936cd365c6cd8554341b4b48806cae53ef015ab
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 18 11:44:54 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 18 11:51:27 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c936cd36
7
8 media-sound/easyeffects: add 6.0.3, masked
9
10 Have to keep it masked until we have got gtk4 & co. in the tree, everyone
11 who's got the latter installed somehow is welcome to test this though.
12
13 Bug: https://bugs.gentoo.org/801493
14 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
15
16 media-sound/easyeffects/Manifest | 1 +
17 media-sound/easyeffects/easyeffects-6.0.3.ebuild | 75 ++++++++++++++++++++++++
18 profiles/package.mask | 4 ++
19 3 files changed, 80 insertions(+)
20
21 diff --git a/media-sound/easyeffects/Manifest b/media-sound/easyeffects/Manifest
22 index f1a0f876ce3..c4c25e17829 100644
23 --- a/media-sound/easyeffects/Manifest
24 +++ b/media-sound/easyeffects/Manifest
25 @@ -1 +1,2 @@
26 DIST easyeffects-5.0.4.tar.gz 2070912 BLAKE2B 848d2fa6fc1290b6fc25e13c4bbe4d8df932af63b8fb7e9642c6e24b29360dd17efba71ae0daae265538cd9cde1d9e33de453b0c469e3d54709a3f337cd583a7 SHA512 78074341c8376a4918d09950fd7db8804346cd2e00d6849da464662643809010eeb1d009c44ca5d3eadd2faf3bb9c43a18a41b7c3e77b883beff44618967b30e
27 +DIST easyeffects-6.0.3.tar.gz 1905373 BLAKE2B f423cefd0e6124ee1128bf5a07fb23df03df4ca25a6ebcbcd122032e5768ee68ff3464cdb51263d731fee3e9f5fee180858d96ab627771099808b1194adb78b1 SHA512 eb88f0befb6cf86b7da03137cb7ed6ac833f204d17860d9bd508dc8b007b2a0fb941b63a015b1179cb4da28abd0b3d8a8c53d026fd5a22057fee27e02618035c
28
29 diff --git a/media-sound/easyeffects/easyeffects-6.0.3.ebuild b/media-sound/easyeffects/easyeffects-6.0.3.ebuild
30 new file mode 100644
31 index 00000000000..f87cb3164b5
32 --- /dev/null
33 +++ b/media-sound/easyeffects/easyeffects-6.0.3.ebuild
34 @@ -0,0 +1,75 @@
35 +# Copyright 1999-2021 Gentoo Authors
36 +# Distributed under the terms of the GNU General Public License v2
37 +
38 +EAPI=7
39 +
40 +inherit gnome2-utils meson toolchain-funcs
41 +
42 +DESCRIPTION="Limiter, auto volume and many other plugins for PipeWire applications"
43 +HOMEPAGE="https://github.com/wwmm/easyeffects"
44 +
45 +if [[ ${PV} == *9999 ]]; then
46 + inherit git-r3
47 + EGIT_REPO_URI="https://github.com/wwmm/easyeffects"
48 +else
49 + SRC_URI="https://github.com/wwmm/easyeffects/archive/v${PV}.tar.gz -> ${P}.tar.gz"
50 + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
51 +fi
52 +
53 +LICENSE="GPL-3"
54 +SLOT="0"
55 +IUSE="calf"
56 +
57 +DEPEND=">=dev-cpp/glibmm-2.68:2.68
58 + >=dev-cpp/gtkmm-4.2.0:4.0
59 + dev-cpp/nlohmann_json
60 + >=dev-libs/glib-2.56:2
61 + >=dev-libs/libsigc++-3.0:3
62 + media-libs/libbs2b
63 + media-libs/libebur128
64 + media-libs/libsndfile
65 + >=media-libs/lilv-0.22
66 + >=media-libs/lv2-1.18.2
67 + media-libs/rnnoise
68 + media-libs/rubberband[ladspa]
69 + media-libs/speexdsp
70 + >=media-libs/zita-convolver-3.0.0
71 + >=media-video/pipewire-0.3.31
72 + sci-libs/fftw:3.0
73 + >=x11-libs/gtk+-4.2.1:4"
74 +# FIXME:
75 +# - webrtc - is it still there?
76 +# - zam-plugins (for maximizer) - still used
77 +RDEPEND="${DEPEND}
78 + gnome-extra/yelp
79 + >=media-libs/lsp-plugins-1.1.24[lv2]
80 + sys-apps/dbus
81 + calf? ( >=media-plugins/calf-0.90.1[lv2] )"
82 +# Only header files are used from libsamplerate so put it here rather than DEPEND
83 +# to avoid unnecessary cross-compilation.
84 +BDEPEND="dev-libs/appstream-glib
85 + dev-util/desktop-file-utils
86 + dev-util/itstool
87 + media-libs/libsamplerate
88 + sys-devel/gettext
89 + virtual/pkgconfig"
90 +
91 +pkg_pretend() {
92 + if [[ ${MERGE_TYPE} != "binary" ]] ; then
93 + if ! test-flag-CXX -std=c++20 ; then
94 + die "You need at least GCC 8 or Clang 10 for C++20-specific compiler flags"
95 + fi
96 + fi
97 +}
98 +
99 +pkg_postinst() {
100 + gnome2_gconf_install
101 + gnome2_schemas_update
102 + xdg_icon_cache_update
103 +}
104 +
105 +pkg_postrm() {
106 + gnome2_gconf_uninstall
107 + gnome2_schemas_update
108 + xdg_icon_cache_update
109 +}
110
111 diff --git a/profiles/package.mask b/profiles/package.mask
112 index e6a2b8d04e4..79395ff2cef 100644
113 --- a/profiles/package.mask
114 +++ b/profiles/package.mask
115 @@ -32,6 +32,10 @@
116
117 #--- END OF EXAMPLES ---
118
119 +# Marek Szuba <marecki@g.o> (2021-07-18)
120 +# No gtk4 and friends in the tree yet
121 +>=media-sound/easyeffects-6.0.0
122 +
123 # Hans de Graaff <graaff@g.o> (2021-07-18)
124 # Compatibility package for ruby 1.8. No longer maintained upstream.
125 # Last release in 2016, but current release in gentoo is from 2012.