summaryrefslogtreecommitdiff
path: root/media-sound/pulseeffects/pulseeffects-4.8.5.ebuild
blob: 532f5ba39c14b558896647e113d76d273c6a7ae1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit gnome2-utils meson

DESCRIPTION="Limiter, compressor, reverberation, equalizer auto volume effects for Pulseaudio"
HOMEPAGE="https://github.com/wwmm/easyeffects/tree/pulseaudio-legacy"

if [[ ${PV} == *9999 ]];then
	inherit git-r3
	SRC_URI=""
	EGIT_REPO_URI="https://github.com/wwmm/easyeffects"
	EGIT_BRANCH="pulseaudio-legacy"
else
	SRC_URI="https://github.com/wwmm/easyeffects/archive/v${PV}.tar.gz -> ${P}.tar.gz"
	KEYWORDS="amd64 x86"
fi

LICENSE="GPL-3"
SLOT="0"
IUSE="bs2b calf rubberband"

RDEPEND="!media-sound/easyeffects
	>=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
	>=x11-libs/gtk+-3.20:3
	>=media-libs/lilv-0.24.2-r1
	>=media-libs/lsp-plugins-1.1.24[lv2]
	>=media-libs/gstreamer-1.12.5:1.0
	>=media-libs/gst-plugins-good-1.12.5:1.0
	>=media-libs/gst-plugins-bad-1.12.5:1.0
	>=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
	>=media-libs/zita-convolver-3.0.0
	media-libs/libebur128
	media-sound/pulseaudio
	sys-apps/dbus
	bs2b? ( >=media-plugins/gst-plugins-bs2b-1.12.5:1.0 )
	calf? ( >=media-plugins/calf-0.90.0[lv2] )
	rubberband? ( media-libs/rubberband )"
# see 47a950b00c6db383ad07502a8fc396ecca98c1ce for dev-libs/appstream-glib
# and sys-devel/gettext depends reasoning
DEPEND="
	${RDEPEND}
	dev-libs/appstream-glib
	sys-devel/gettext
"
BDEPEND="
	>=sys-devel/gcc-7.3.0
	dev-util/itstool
	media-libs/libsamplerate
	virtual/pkgconfig
"

pkg_postinst() {
	gnome2_gconf_install
	gnome2_schemas_update
	xdg_icon_cache_update
}

pkg_postrm() {
	gnome2_gconf_uninstall
	gnome2_schemas_update
	xdg_icon_cache_update
}