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, 23 Aug 2021 17:02:08
Message-Id: 1629738110.f0e269b51a4f4ab6edfee4c8b0a6a3109654de95.marecki@gentoo
1 commit: f0e269b51a4f4ab6edfee4c8b0a6a3109654de95
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 23 14:23:23 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 23 17:01:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0e269b5
7
8 media-sound/pulseeffects: drop 4.8.5
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 media-sound/pulseeffects/pulseeffects-4.8.5.ebuild | 71 ----------------------
13 1 file changed, 71 deletions(-)
14
15 diff --git a/media-sound/pulseeffects/pulseeffects-4.8.5.ebuild b/media-sound/pulseeffects/pulseeffects-4.8.5.ebuild
16 deleted file mode 100644
17 index 532f5ba39c1..00000000000
18 --- a/media-sound/pulseeffects/pulseeffects-4.8.5.ebuild
19 +++ /dev/null
20 @@ -1,71 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -inherit gnome2-utils meson
27 -
28 -DESCRIPTION="Limiter, compressor, reverberation, equalizer auto volume effects for Pulseaudio"
29 -HOMEPAGE="https://github.com/wwmm/easyeffects/tree/pulseaudio-legacy"
30 -
31 -if [[ ${PV} == *9999 ]];then
32 - inherit git-r3
33 - SRC_URI=""
34 - EGIT_REPO_URI="https://github.com/wwmm/easyeffects"
35 - EGIT_BRANCH="pulseaudio-legacy"
36 -else
37 - SRC_URI="https://github.com/wwmm/easyeffects/archive/v${PV}.tar.gz -> ${P}.tar.gz"
38 - KEYWORDS="amd64 x86"
39 -fi
40 -
41 -LICENSE="GPL-3"
42 -SLOT="0"
43 -IUSE="bs2b calf rubberband"
44 -
45 -RDEPEND="!media-sound/easyeffects
46 - >=dev-libs/boost-1.72:=
47 - >=dev-cpp/glibmm-2.56.0:2
48 - >=dev-cpp/gtkmm-3.24:3.0
49 - >=dev-libs/glib-2.56:2
50 - >=dev-libs/libsigc++-2.10:2
51 - >=x11-libs/gtk+-3.20:3
52 - >=media-libs/lilv-0.24.2-r1
53 - >=media-libs/lsp-plugins-1.1.24[lv2]
54 - >=media-libs/gstreamer-1.12.5:1.0
55 - >=media-libs/gst-plugins-good-1.12.5:1.0
56 - >=media-libs/gst-plugins-bad-1.12.5:1.0
57 - >=media-plugins/gst-plugins-ladspa-1.12.5:1.0
58 - >=media-plugins/gst-plugins-lv2-1.12.5:1.0
59 - >=media-plugins/gst-plugins-pulse-1.12.5:1.0
60 - >=media-libs/zita-convolver-3.0.0
61 - media-libs/libebur128
62 - media-sound/pulseaudio
63 - sys-apps/dbus
64 - bs2b? ( >=media-plugins/gst-plugins-bs2b-1.12.5:1.0 )
65 - calf? ( >=media-plugins/calf-0.90.0[lv2] )
66 - rubberband? ( media-libs/rubberband )"
67 -# see 47a950b00c6db383ad07502a8fc396ecca98c1ce for dev-libs/appstream-glib
68 -# and sys-devel/gettext depends reasoning
69 -DEPEND="
70 - ${RDEPEND}
71 - dev-libs/appstream-glib
72 - sys-devel/gettext
73 -"
74 -BDEPEND="
75 - >=sys-devel/gcc-7.3.0
76 - dev-util/itstool
77 - media-libs/libsamplerate
78 - virtual/pkgconfig
79 -"
80 -
81 -pkg_postinst() {
82 - gnome2_gconf_install
83 - gnome2_schemas_update
84 - xdg_icon_cache_update
85 -}
86 -
87 -pkg_postrm() {
88 - gnome2_gconf_uninstall
89 - gnome2_schemas_update
90 - xdg_icon_cache_update
91 -}