media-sound/kew: add 3.7.3

Signed-off-by: Nausill_on <Nausill_on@proton.me>
This commit is contained in:
Nausill_on
2026-03-20 13:33:11 +01:00
parent 8b02066fad
commit ccf5496dac
2 changed files with 43 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST kew-2.4.4.tar.gz 1156275 BLAKE2B ab4e584ad0d0ea5243edaa49ed17fb45dd9e146f2f94ccd151e5bd0bcee5553ac1817e779b099ad59b3d627fc59bd07f2f855c3b89d5bfe96d168a7bcf93f4bc SHA512 cc0c312752dfd05e9b81a6ac562f856f6c8328e0f872f0dafb820ccc993e67775825ef32983edb37c465199461dc3258e7a7d09a26458a8a7368c5f47faefaa3
DIST kew-3.7.3.tar.gz 3540842 BLAKE2B b2cc61750d9d47543b033589e1d87c2ffaf0a01c89d3e8b839d741853bc8ff8a348926eb49eacbc996977a76603651fbb4304c28fe0d10ffdd405aa93d82bb09 SHA512 208dc0fdf004d8284f6378d863617f8eec5f8e71b8febafca059964a4db07967ceb56950946c588765e5984d58df89f094e438ff878e53514688289932389432

View File

@@ -0,0 +1,42 @@
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit toolchain-funcs
DESCRIPTION="kew (/kjuː/) is a command-line music player for Linux."
HOMEPAGE="https://github.com/ravachol/kew"
SRC_URI="https://github.com/ravachol/kew/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
# Bundled programs
LICENSE+=" MIT || ( Unlicense MIT-0 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="dev-libs/glib:2
media-gfx/chafa
media-libs/freeimage
media-libs/libvorbis
media-libs/opus media-libs/opusfile
media-video/ffmpeg:=
sci-libs/fftw:3.0="
RDEPEND="${DEPEND}"
BDEPEND="virtual/pkgconfig"
src_prepare() {
default
sed -e "/^CFLAGS += -Wall/s/$/ ${CFLAGS}/" \
-e "/^LDFLAGS/s/$/ ${LDFLAGS}/" \
-e "/^LIBS/s/$/ ${LDFLAGS}/" \
-i Makefile || die
}
src_compile() {
emake CC="$(tc-getCC)" PKG_CONFIG="$(tc-getPKG_CONFIG)"
}
src_install()
{
emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install
}