diff options
author | Pacho Ramos <pacho@gentoo.org> | 2024-07-05 19:27:05 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-07-05 19:48:54 +0200 |
commit | 0bfabba2cd0b4ffdcfa12ad292ad767e1fca1c16 (patch) | |
tree | ce5a81d2567e85a9282331bee6edb6100ae8da15 /media-sound | |
parent | media-gfx/tintii: drop 2.10.0-r1 (diff) | |
download | gentoo-0bfabba2cd0b4ffdcfa12ad292ad767e1fca1c16.tar.gz gentoo-0bfabba2cd0b4ffdcfa12ad292ad767e1fca1c16.tar.bz2 gentoo-0bfabba2cd0b4ffdcfa12ad292ad767e1fca1c16.zip |
media-sound/spek: drop 0.8.5
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/spek/spek-0.8.5.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/media-sound/spek/spek-0.8.5.ebuild b/media-sound/spek/spek-0.8.5.ebuild deleted file mode 100644 index dc8f88f83699..000000000000 --- a/media-sound/spek/spek-0.8.5.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -WX_GTK_VER="3.0-gtk3" - -inherit wxwidgets xdg - -DESCRIPTION="Analyse your audio files by showing their spectrogram" -HOMEPAGE="https://spek.cc/" -SRC_URI="https://github.com/alexkay/spek/releases/download/v${PV}/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - >=media-video/ffmpeg-5:= - x11-libs/wxGTK:${WX_GTK_VER}[X] -" -DEPEND="${RDEPEND}" -BDEPEND=" - sys-devel/gettext - virtual/pkgconfig -" - -PATCHES=( - "${FILESDIR}"/${PN}-0.8.4-disable-updates.patch -) - -src_configure() { - setup-wxwidgets unicode - default -} |