diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-08-13 16:30:27 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-08-13 19:56:44 +0200 |
commit | 6ea1aac2933458f9c93da4bee3f0a41ef9c21c8c (patch) | |
tree | 4be4f544bf1473b8fda7b99c07f5b6580f960882 /media-sound/pavucontrol | |
parent | media-video/ffmpeg: drop 4.2.9, 4.2.9-r1 (diff) | |
download | gentoo-6ea1aac2933458f9c93da4bee3f0a41ef9c21c8c.tar.gz gentoo-6ea1aac2933458f9c93da4bee3f0a41ef9c21c8c.tar.bz2 gentoo-6ea1aac2933458f9c93da4bee3f0a41ef9c21c8c.zip |
media-sound/pavucontrol: drop 5.0-r1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound/pavucontrol')
-rw-r--r-- | media-sound/pavucontrol/pavucontrol-5.0-r1.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/media-sound/pavucontrol/pavucontrol-5.0-r1.ebuild b/media-sound/pavucontrol/pavucontrol-5.0-r1.ebuild deleted file mode 100644 index 51ff1494a013..000000000000 --- a/media-sound/pavucontrol/pavucontrol-5.0-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Pulseaudio Volume Control, GTK based mixer for Pulseaudio" -HOMEPAGE="https://freedesktop.org/software/pulseaudio/pavucontrol/" -SRC_URI="https://freedesktop.org/software/pulseaudio/${PN}/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 arm ~arm64 ~hppa ~loong ppc ~ppc64 ~riscv ~sparc x86" -IUSE="nls" - -RDEPEND=" - dev-libs/json-glib - >=dev-cpp/gtkmm-3.22:3.0[X] - >=dev-libs/libsigc++-2.2:2 - >=media-libs/libcanberra-0.16[gtk3] - >=media-sound/pulseaudio-15.0[glib] - virtual/freedesktop-icon-theme -" -DEPEND="${RDEPEND}" -BDEPEND=" - virtual/pkgconfig - nls? ( - dev-util/intltool - sys-devel/gettext - ) -" - -src_configure() { - local myeconfargs=( - --disable-lynx - $(use_enable nls) - ) - econf "${myeconfargs[@]}" -} |