summary refs log tree commit diff
path: root/media-sound/cava/cava-0.6.1-r1.ebuild
diff options
context:
space:
mode:
authorAzat Bahawi <azahi@teknik.io>2020-08-09 20:43:56 +0300
committerAzat Bahawi <azahi@teknik.io>2020-08-09 20:43:56 +0300
commite2b4847417e38612474b98dc29a4285adbcccef3 (patch)
tree59f2f8bf23569d4896ee07bdfb5ce31d8a17f2dc /media-sound/cava/cava-0.6.1-r1.ebuild
parentx11-misc/xkb-switch: Migrate to cmake eclass (diff)
media-sound/cava: Update, bump (fixes #2)
Diffstat (limited to 'media-sound/cava/cava-0.6.1-r1.ebuild')
-rw-r--r--media-sound/cava/cava-0.6.1-r1.ebuild48
1 files changed, 0 insertions, 48 deletions
diff --git a/media-sound/cava/cava-0.6.1-r1.ebuild b/media-sound/cava/cava-0.6.1-r1.ebuild
deleted file mode 100644
index 573cf1e..0000000
--- a/media-sound/cava/cava-0.6.1-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 2018-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit linux-info eutils autotools
-
-DESCRIPTION="Console-based audio visualizer for Alsa (MPD and Pulseaudio)"
-HOMEPAGE="https://github.com/karlstav/cava"
-SRC_URI="https://github.com/karlstav/cava/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-DEPEND="dev-libs/iniparser:0
-	sci-libs/fftw:3.0
-	sys-libs/ncurses:="
-RDEPEND="${DEPEND}"
-
-DOCS="README.md"
-
-CONFIG_CHECK=(
-	SND_ALOOP
-)
-
-src_prepare() {
-	rm --recursive --force iniparser/src || die
-	eapply_user
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		$(use_enable debug ) \
-		--enable-legacy_iniparser \
-		--docdir="${EREFIX}"/usr/share/doc/${PF}
-}
-
-src_compile() {
-	emake SYSTEM_LIBINIPARSER=1 VERSION=${PV}
-}
-
-src_install() {
-	einstalldocs
-	emake DESTDIR="${D}" PREFIX=/usr SYSTEM_LIBINIPARSER=1 install
-}

Consider giving Nix/NixOS a try! <3