From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9D6E915817D for ; Wed, 5 Jun 2024 18:56:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CF65E2B1D; Wed, 5 Jun 2024 18:56:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 702D8E2B1D for ; Wed, 5 Jun 2024 18:56:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1E476340C40 for ; Wed, 5 Jun 2024 18:56:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52B951C7D for ; Wed, 5 Jun 2024 18:56:04 +0000 (UTC) From: "Lucio Sauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" Message-ID: <1717613734.7ce98760619200d801976a509661adce649ebbac.watermanpaint@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-sound/kew/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-sound/kew/kew-2.4.4-r1.ebuild media-sound/kew/kew-2.4.4.ebuild X-VCS-Directories: media-sound/kew/ X-VCS-Committer: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: 7ce98760619200d801976a509661adce649ebbac X-VCS-Branch: dev Date: Wed, 5 Jun 2024 18:56:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8e105ab3-a398-4e69-a1ce-ebc3a418f2de X-Archives-Hash: e28b117cae714260af9b4be0a68adc66 commit: 7ce98760619200d801976a509661adce649ebbac Author: Lucio Sauer posteo net> AuthorDate: Wed Jun 5 17:17:49 2024 +0000 Commit: Lucio Sauer posteo net> CommitDate: Wed Jun 5 18:55:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7ce98760 media-sound/kew: tighten runtime dependencies Add quotation marks to RDEPEND Reorder libs Signed-off-by: Lucio Sauer posteo.net> .../kew/{kew-2.4.4.ebuild => kew-2.4.4-r1.ebuild} | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/media-sound/kew/kew-2.4.4.ebuild b/media-sound/kew/kew-2.4.4-r1.ebuild similarity index 78% rename from media-sound/kew/kew-2.4.4.ebuild rename to media-sound/kew/kew-2.4.4-r1.ebuild index e02c6f633..62e70677a 100644 --- a/media-sound/kew/kew-2.4.4.ebuild +++ b/media-sound/kew/kew-2.4.4-r1.ebuild @@ -3,7 +3,6 @@ EAPI=8 - 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" @@ -13,18 +12,16 @@ LICENSE+=" MIT || ( Unlicense MIT-0 )" SLOT="0" KEYWORDS="~amd64 ~x86" -DEPEND="media-video/ffmpeg -dev-libs/glib -sci-libs/fftw +DEPEND="dev-libs/glib:2 media-gfx/chafa media-libs/freeimage +media-libs/libvorbis media-libs/opus media-libs/opusfile -media-libs/libvorbis" -RDEPEND=${DEPEND} - - +media-video/ffmpeg:= +sci-libs/fftw:3.0=" +RDEPEND="${DEPEND}" src_install() { - emake DESTDIR="${D}" install -} \ No newline at end of file + emake DESTDIR="${D}" install +}