mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-sound/pulseeffects: cleanup 5.0.1
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
DIST pulseeffects-4.7.2.tar.gz 1998420 BLAKE2B 6ac9d4b416ffac73f874fafcfd07b990ead7a2645832fd35eae23b3c9e9acb8663718b9cbb5fd0c1066c1f75272d0473257e711602d2646742785fe2c6ca5ea9 SHA512 f235504ca6edddf7a18f2c909ba58578a3d70e6fdab5ad0882f831c9d148f4fd35d0e55617305d787feefdba7a7544e1a72dac3dbc0e03bb9183e0937cdeaef2
|
||||
DIST pulseeffects-4.8.4.tar.gz 2029971 BLAKE2B 6be45e748bd8df238391107531f46ac706fc9eb535c78c06f32526d910dffb82bec36af4130490645c95b200562c51f59f19de8905c3c54bda5d8a4b68b5297a SHA512 4d68f5bd678c75f5b13519cddb2f46bd0a827516f1cc7431a8952204f51bd2691f701df869258092a93843bcdb4c61bac916291bade8c4428ed9a4d68b70c757
|
||||
DIST pulseeffects-5.0.1.tar.gz 2032470 BLAKE2B 8422d4a9dc3f0b6218921389824eda9aa0de902903edcd382bb1d2a4cbb0e539333ddc43c632b1653b410c68018a97cea18cb1a2e1f20ef72e9930fc28ae6442 SHA512 5cd8fe334766e3f939998c37651444da516e3eaf83841c34504d77dacee7f2e00653abb427e7ef7d909755b468689bc419697d97245ba906589df4b9d3cc5b83
|
||||
DIST pulseeffects-5.0.2.tar.gz 2051616 BLAKE2B 13df099b5f49c1a7be89fe9b684c68c03c750fb89854dc4a5c94cb8dfa04bfbb5e7ce0f70529db0c3b2706cca3918be1a93f70d558494316a2d577b3c68c53b5 SHA512 3cbfcc82c4ed052301d3f700e897a99bacc1a1c66000d2c837ebdb0516c914071fed9334bba917956aeb2b37784ea06054461aef5da95688ea74247311d09300
|
||||
|
||||
@@ -1,81 +0,0 @@
|
||||
# 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/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 ~arm ~arm64 ~ppc ~ppc64 ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
IUSE="bs2b calf rubberband"
|
||||
|
||||
#TODO: optional : lilv, zam-plugins (check from archlinux pkg)
|
||||
RDEPEND="
|
||||
>=dev-libs/boost-1.41:=
|
||||
>=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.18:3
|
||||
>=media-libs/lilv-0.24.2-r1
|
||||
>=media-libs/lsp-plugins-1.1.24[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
|
||||
calf? ( >=media-plugins/calf-0.90.0[lv2] )
|
||||
rubberband? ( media-libs/rubberband )
|
||||
>=media-libs/zita-convolver-3.0.0
|
||||
media-libs/libebur128
|
||||
media-video/pipewire[gstreamer]
|
||||
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
|
||||
xdg_icon_cache_update
|
||||
if [[ "${PV}" != 9999 ]]; then
|
||||
local v
|
||||
for v in ${REPLACING_VERSIONS}; do
|
||||
if ver_test "${v}" -lt "5.0.0"; then
|
||||
if ver_test ${REPLACED_BY_VERSION} -ge "5.0.0"; then
|
||||
elog "PulseEffects has switched to pipewire as it's audio backend"
|
||||
elog "See https://wiki.gentoo.org/wiki/Pipewire for how to use the new backend"
|
||||
fi
|
||||
fi
|
||||
done
|
||||
fi
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
gnome2_gconf_uninstall
|
||||
gnome2_schemas_update
|
||||
xdg_icon_cache_update
|
||||
}
|
||||
Reference in New Issue
Block a user