media-sound/pulseeffects: cleanup

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
This commit is contained in:
Matthew Thode
2020-02-24 10:46:01 -06:00
parent d72f0a3b95
commit 19f3293b61
3 changed files with 1 additions and 74 deletions

View File

@@ -1,2 +1 @@
DIST pulseeffects-4.6.8.tar.gz 1882449 BLAKE2B 57a93eeb32304628efb51473912a70485e054ef50e9e9aec9731ba761dd7809ce0a8c3838fc74a04c6a29537bf182a74c6e6715c722ce76670c8be71dc4a5608 SHA512 672204ad90534ad45228b3473902eb8489c8306c7850f2b2a6f983aa89955529fb5381d6a7d703de94dcd658ffd5b560cce17291a0b23654b225ebd301659e74
DIST pulseeffects-4.7.1.tar.gz 1995518 BLAKE2B 81a0e53875278c5264cc306b81d299b0d016f806f7f142fddceb8aef8798b4f64163f05d72f44ae147195b871b59ed9dce52bba8b98597362e9f154336daff7a SHA512 19a84986ff49d832147697ed81e793f6f7b22600b4b928cf9efe7db0ed455181547d21b3216d47e4d0ae495ef420ce8392cbef0d1edef0d9d5130a1ad2d89c8f

View File

@@ -17,7 +17,7 @@
<flag name="rubberband">Enable usse of media-libs/rubberband for the pitch shifting FX</flag>
</use>
<longdescription lang="en">
Audio effects for Pulseaudio applications
GUI to manage audio effects for Pulseaudio applications, giving full control over the effects order to the user.
</longdescription>
<upstream>
<remote-id type="github">wwmm/pulseeffects</remote-id>

View File

@@ -1,72 +0,0 @@
# Copyright 1999-2020 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/pulseeffects"
if [[ ${PV} == *9999 ]];then
inherit git-r3
SRC_URI=""
EGIT_REPO_URI="https://github.com/wwmm/pulseeffects"
else
SRC_URI="https://github.com/wwmm/pulseeffects/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="amd64 x86"
fi
LICENSE="GPL-3"
SLOT="0"
IUSE="bs2b calf mda-lv2 rubberband"
#TODO: optional : lilv, zam-plugins (check from archlinux pkg)
RDEPEND="
>=dev-libs/boost-1.41:=
>=dev-cpp/glibmm-2.56.0
>=dev-cpp/gtkmm-3.20:3.0
>=dev-libs/glib-2.56:2
>=dev-libs/libsigc++-2.10:2
>=x11-libs/gtk+-3.18:3
>=media-libs/lilv-0.24.2-r1
>=media-libs/lsp-plugins-1.1.7[lv2]
>=media-libs/gstreamer-1.12.0:1.0
>=media-libs/gst-plugins-good-1.12.0:1.0
>=media-libs/gst-plugins-bad-1.12.0:1.0
bs2b? ( >=media-plugins/gst-plugins-bs2b-1.12.0:1.0 )
>=media-plugins/gst-plugins-ladspa-1.12.0:1.0
>=media-plugins/gst-plugins-lv2-1.12.0:1.0
>=media-plugins/gst-plugins-pulse-1.12.0:1.0
calf? ( >=media-plugins/calf-0.90.0[lv2] )
mda-lv2? ( media-plugins/mda-lv2 )
rubberband? ( media-libs/rubberband )
>=media-libs/zita-convolver-3.0.0
media-libs/libebur128
media-sound/pulseaudio
sys-apps/dbus"
# 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
gnome2_icon_cache_update
}
pkg_postrm() {
gnome2_gconf_uninstall
gnome2_schemas_update
gnome2_icon_cache_update
}