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/pulseeffects/
Date: Mon, 12 Jul 2021 23:53:57
Message-Id: 1626133953.47288ce1c477c708fec19499dd5485f10e6ec468.marecki@gentoo
1 commit: 47288ce1c477c708fec19499dd5485f10e6ec468
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 12 23:16:49 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 12 23:52:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47288ce1
7
8 media-sound/pulseeffects: update HOMEPAGE + some cosmetics
9
10 Upstream has got a dedicated branch for this version so use that instead
11 of the master (which now points to the full-PipeWire variant).
12
13 Version bumps count as cosmetic here because we haven't got old enough
14 version anyway, could have in principle got rid of some of them but
15 didn't want to bother in a legacy package.
16
17 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
18
19 media-sound/pulseeffects/pulseeffects-4.8.5.ebuild | 28 +++++++++++-----------
20 1 file changed, 14 insertions(+), 14 deletions(-)
21
22 diff --git a/media-sound/pulseeffects/pulseeffects-4.8.5.ebuild b/media-sound/pulseeffects/pulseeffects-4.8.5.ebuild
23 index 5624087493f..0eb8e27917b 100644
24 --- a/media-sound/pulseeffects/pulseeffects-4.8.5.ebuild
25 +++ b/media-sound/pulseeffects/pulseeffects-4.8.5.ebuild
26 @@ -6,12 +6,13 @@ EAPI=7
27 inherit gnome2-utils meson
28
29 DESCRIPTION="Limiter, compressor, reverberation, equalizer auto volume effects for Pulseaudio"
30 -HOMEPAGE="https://github.com/wwmm/easyeffects"
31 +HOMEPAGE="https://github.com/wwmm/easyeffects/tree/pulseaudio-legacy"
32
33 if [[ ${PV} == *9999 ]];then
34 inherit git-r3
35 SRC_URI=""
36 EGIT_REPO_URI="https://github.com/wwmm/easyeffects"
37 + EGIT_BRANCH="pulseaudio-legacy"
38 else
39 SRC_URI="https://github.com/wwmm/easyeffects/archive/v${PV}.tar.gz -> ${P}.tar.gz"
40 KEYWORDS="~amd64 ~x86"
41 @@ -21,29 +22,28 @@ LICENSE="GPL-3"
42 SLOT="0"
43 IUSE="bs2b calf rubberband"
44
45 -#TODO: optional : lilv, zam-plugins (check from archlinux pkg)
46 RDEPEND="!media-sound/easyeffects
47 - >=dev-libs/boost-1.41:=
48 + >=dev-libs/boost-1.72:=
49 >=dev-cpp/glibmm-2.56.0:2
50 >=dev-cpp/gtkmm-3.24:3.0
51 >=dev-libs/glib-2.56:2
52 >=dev-libs/libsigc++-2.10:2
53 - >=x11-libs/gtk+-3.18:3
54 + >=x11-libs/gtk+-3.20:3
55 >=media-libs/lilv-0.24.2-r1
56 >=media-libs/lsp-plugins-1.1.24[lv2]
57 - >=media-libs/gstreamer-1.12.0:1.0
58 - >=media-libs/gst-plugins-good-1.12.0:1.0
59 - >=media-libs/gst-plugins-bad-1.12.0:1.0
60 - bs2b? ( >=media-plugins/gst-plugins-bs2b-1.12.0:1.0 )
61 - >=media-plugins/gst-plugins-ladspa-1.12.0:1.0
62 - >=media-plugins/gst-plugins-lv2-1.12.0:1.0
63 - >=media-plugins/gst-plugins-pulse-1.12.0:1.0
64 - calf? ( >=media-plugins/calf-0.90.0[lv2] )
65 - rubberband? ( media-libs/rubberband )
66 + >=media-libs/gstreamer-1.12.5:1.0
67 + >=media-libs/gst-plugins-good-1.12.5:1.0
68 + >=media-libs/gst-plugins-bad-1.12.5:1.0
69 + >=media-plugins/gst-plugins-ladspa-1.12.5:1.0
70 + >=media-plugins/gst-plugins-lv2-1.12.5:1.0
71 + >=media-plugins/gst-plugins-pulse-1.12.5:1.0
72 >=media-libs/zita-convolver-3.0.0
73 media-libs/libebur128
74 media-sound/pulseaudio
75 - sys-apps/dbus"
76 + sys-apps/dbus
77 + bs2b? ( >=media-plugins/gst-plugins-bs2b-1.12.5:1.0 )
78 + calf? ( >=media-plugins/calf-0.90.0[lv2] )
79 + rubberband? ( media-libs/rubberband )"
80 # see 47a950b00c6db383ad07502a8fc396ecca98c1ce for dev-libs/appstream-glib
81 # and sys-devel/gettext depends reasoning
82 DEPEND="