diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2018-12-30 21:28:01 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2018-12-30 21:28:21 -0600 |
commit | 7e9741039a55f42ad9b32094f2bbc0a0bf6c1bd3 (patch) | |
tree | 14f6b3c092f54d687fc90653cff2144addeeb21d /media-sound/pulseeffects | |
parent | media-sound/pulseeffects: 4.4.3 (diff) | |
download | gentoo-7e9741039a55f42ad9b32094f2bbc0a0bf6c1bd3.tar.gz gentoo-7e9741039a55f42ad9b32094f2bbc0a0bf6c1bd3.tar.bz2 gentoo-7e9741039a55f42ad9b32094f2bbc0a0bf6c1bd3.zip |
media-sound/pulseeffects: 3.2.3-r1 stable amd64 and x86
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'media-sound/pulseeffects')
-rw-r--r-- | media-sound/pulseeffects/pulseeffects-3.2.3-r1.ebuild | 4 | ||||
-rw-r--r-- | media-sound/pulseeffects/pulseeffects-3.2.3.ebuild | 62 |
2 files changed, 2 insertions, 64 deletions
diff --git a/media-sound/pulseeffects/pulseeffects-3.2.3-r1.ebuild b/media-sound/pulseeffects/pulseeffects-3.2.3-r1.ebuild index ea2fbb5e162d..e410210bfa05 100644 --- a/media-sound/pulseeffects/pulseeffects-3.2.3-r1.ebuild +++ b/media-sound/pulseeffects/pulseeffects-3.2.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,7 +16,7 @@ if [[ ${PV} == *9999 ]];then EGIT_REPO_URI="${HOMEPAGE}" else SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" fi LICENSE="GPL-3" diff --git a/media-sound/pulseeffects/pulseeffects-3.2.3.ebuild b/media-sound/pulseeffects/pulseeffects-3.2.3.ebuild deleted file mode 100644 index 9d0eb6961d02..000000000000 --- a/media-sound/pulseeffects/pulseeffects-3.2.3.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{4,5,6} ) - -inherit gnome2-utils meson python-r1 - -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="${HOMEPAGE}" -else - SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="x86 amd64" -fi - -LICENSE="GPL-3" -SLOT="0" -IUSE="" - -DEPEND=" - ${PYTHON_DEPS} - python_targets_python3_4? ( dev-python/configparser ) - dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/pygobject:3[${PYTHON_USEDEP}] - dev-python/pycairo[${PYTHON_USEDEP}] - >=dev-python/gst-python-1.12.0:1.0[${PYTHON_USEDEP}] - >=x11-libs/gtk+-3.18:3 - dev-python/numpy[${PYTHON_USEDEP}] - >=sci-libs/scipy-0.18[${PYTHON_USEDEP}] - >=media-libs/lilv-0.24.2-r1 - >=media-plugins/calf-0.90.0[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 - >=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 -" -RDEPEND="${DEPEND} - media-sound/pulseaudio[equalizer] -" - -pkg_preinst(){ - gnome2_schemas_savelist -} - -pkg_postinst(){ - gnome2_gconf_install - gnome2_schemas_update -} - -pkg_postrm(){ - gnome2_gconf_uninstall - gnome2_schemas_update -} |