public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/cava/, media-sound/cava/files/
Date: Sun, 17 Apr 2022 18:16:54 +0000 (UTC)	[thread overview]
Message-ID: <1650219397.6ff44b947f4a770235e5ddfe7934ea9bc7c7833f.ionen@gentoo> (raw)

commit:     6ff44b947f4a770235e5ddfe7934ea9bc7c7833f
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 17 18:13:27 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Apr 17 18:16:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ff44b94

media-sound/cava: drop 0.8.0

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 media-sound/cava/Manifest                          |  1 -
 media-sound/cava/cava-0.8.0.ebuild                 | 75 ----------------------
 media-sound/cava/files/cava-0.8.0-maxed-bars.patch | 17 -----
 3 files changed, 93 deletions(-)

diff --git a/media-sound/cava/Manifest b/media-sound/cava/Manifest
index 4499f91c3ec3..47f15504e9aa 100644
--- a/media-sound/cava/Manifest
+++ b/media-sound/cava/Manifest
@@ -1,2 +1 @@
-DIST cava-0.8.0.tar.gz 99198 BLAKE2B e9b5c6697aef9e9a1a54bcb928933fbaad68be0ab27f91defdeadd39a0b38d278835c43ed16fd8757d6c57d36924551304e43b8721b7a31dcac3a586041dd0e4 SHA512 3072504592f2f2d5b525874eb9bd23fca4beed89425651104a82b8ea5c7e34abd38c4355d712f2c17bb489eb2c8c28a6914fd40a1b1003a9fcce9055290a9794
 DIST cava-0.8.1.tar.gz 99310 BLAKE2B e7d85a6241fee0a4e45f5c50d068b2300ee2d41a019738dc87317986525571eca5f56831e937580fecf949cc85e11512340678b5842ee6f2f3a99f9d06812c3a SHA512 fad4e4fefe98300cc2774a168322056e4181cd2a0cc77a8622471d86512bab9eea6c09559a75518785fbcafee5a958e6d95c8fe5ce1816253e4dec99a23fae1c

diff --git a/media-sound/cava/cava-0.8.0.ebuild b/media-sound/cava/cava-0.8.0.ebuild
deleted file mode 100644
index f862363da236..000000000000
--- a/media-sound/cava/cava-0.8.0.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="Console-based Audio Visualizer"
-HOMEPAGE="https://github.com/karlstav/cava/"
-SRC_URI="https://github.com/karlstav/cava/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="alsa +ncurses portaudio pulseaudio sdl sndio"
-
-RDEPEND="
-	dev-libs/iniparser:4
-	sci-libs/fftw:=
-	alsa? ( media-libs/alsa-lib )
-	ncurses? ( sys-libs/ncurses:= )
-	portaudio? ( media-libs/portaudio )
-	pulseaudio? ( media-sound/pulseaudio )
-	sdl? ( media-libs/libsdl2[opengl,video] )
-	sndio? ( media-sound/sndio:= )"
-DEPEND="${RDEPEND}"
-BDEPEND="app-editors/vim-core"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-0.8.0-gentoo-iniparser4.patch
-	"${FILESDIR}"/${P}-maxed-bars.patch
-)
-
-src_prepare() {
-	default
-
-	# see autogen.sh
-	echo ${PV} > version || die
-	xxd -i example_files/config config_file.h || die
-
-	sed -i 's/-Werror //' Makefile.am || die
-
-	eautoreconf
-}
-
-src_configure() {
-	local econfargs=(
-		$(use_enable alsa input-alsa)
-		$(use_enable portaudio input-portaudio)
-		$(use_enable pulseaudio input-pulse)
-		$(use_enable sndio input-sndio)
-
-		$(use_enable ncurses output-ncurses)
-		$(use_enable sdl output-sdl)
-
-		GENTOO_SYSROOT="${ESYSROOT}" # see iniparser4.patch
-	)
-
-	econf "${econfargs[@]}"
-}
-
-pkg_postinst() {
-	if [[ ! ${REPLACING_VERSIONS} ]]; then
-		elog "A default ~/.config/cava/config will be created after initial"
-		elog "use of ${PN}, see it and ${EROOT}/usr/share/doc/${PF}/README*"
-		elog "for configuring audio inputs and more."
-	fi
-
-	if use !alsa && use !portaudio && use !pulseaudio && use !sndio; then
-		# give a warning given greets with a segfault without proper configuration
-		ewarn "All audio backends are disabled, ${PN} will only function if first"
-		ewarn "configured to use 'method = fifo' or 'shmem'."
-		ewarn "Tip: fifo is versatile, e.g. mkfifo fifo && jack_capture --daemon -ws > fifo"
-	fi
-}

diff --git a/media-sound/cava/files/cava-0.8.0-maxed-bars.patch b/media-sound/cava/files/cava-0.8.0-maxed-bars.patch
deleted file mode 100644
index a685b7a11c3f..000000000000
--- a/media-sound/cava/files/cava-0.8.0-maxed-bars.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-https://github.com/karlstav/cava/issues/447
-https://github.com/karlstav/cava/commit/6519a027036f2de94728819d215672dc2c0b50b6
-From: karlstav <karl@stavestrand.no>
-Date: Sun, 17 Apr 2022 10:04:14 +0200
-Subject: [PATCH] #447: fix wrong noise reduction default value causing maxed
- out bars
---- a/config.c
-+++ b/config.c
-@@ -471,7 +471,7 @@ bool load_config(char configPath[PATH_MAX], struct config_params *p, bool colors
-     p->integral = iniparser_getdouble(ini, "smoothing:integral", 77);
-     p->gravity = iniparser_getdouble(ini, "smoothing:gravity", 100);
-     p->ignore = iniparser_getdouble(ini, "smoothing:ignore", 0);
--    p->noise_reduction = iniparser_getdouble(ini, "smoothing:noise_reduction", 1);
-+    p->noise_reduction = iniparser_getdouble(ini, "smoothing:noise_reduction", 0.77);
- 
-     if (!load_colors(p, ini, error)) {
-         return false;


             reply	other threads:[~2022-04-17 18:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-17 18:16 Ionen Wolkens [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-15 22:25 [gentoo-commits] repo/gentoo:master commit in: media-sound/cava/, media-sound/cava/files/ Ionen Wolkens
2022-04-17 10:53 Ionen Wolkens

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1650219397.6ff44b947f4a770235e5ddfe7934ea9bc7c7833f.ionen@gentoo \
    --to=ionen@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox