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 56EA215817D for ; Tue, 4 Jun 2024 18:31:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B6C9E2BB9; Tue, 4 Jun 2024 18:31:26 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7CD47E2BB9 for ; Tue, 4 Jun 2024 18:31:26 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 91C0C335D7B for ; Tue, 4 Jun 2024 18:31:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C4D91066 for ; Tue, 4 Jun 2024 18:31:24 +0000 (UTC) From: "Violet" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Violet" Message-ID: <1717525828.23733148e1eb23e54bf9210be1cdf033ab46a652.emergeviolet@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/Manifest media-sound/kew/kew-2.4.4.ebuild media-sound/kew/metadata.xml X-VCS-Directories: media-sound/kew/ X-VCS-Committer: emergeviolet X-VCS-Committer-Name: Violet X-VCS-Revision: 23733148e1eb23e54bf9210be1cdf033ab46a652 X-VCS-Branch: dev Date: Tue, 4 Jun 2024 18:31:24 +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: 3b1fc1c9-e2a0-4367-ac79-566a938ad175 X-Archives-Hash: 46fbdb4117694fa2beb14634ac80de21 commit: 23733148e1eb23e54bf9210be1cdf033ab46a652 Author: Violet protonmail com> AuthorDate: Tue Jun 4 12:35:46 2024 +0000 Commit: Violet protonmail com> CommitDate: Tue Jun 4 18:30:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=23733148 some consmetic changes to the DEPENDS= section of the ebuild,and removed description section in metadata.xml as it was uneeded,and made sure the SRC_URI=pointed to the tarball +3 Signed-off-by: Violet protonmail.com> media-sound/kew/Manifest | 1 + media-sound/kew/kew-2.4.4.ebuild | 27 +++++++++++++++++++++++++++ media-sound/kew/metadata.xml | 11 +++++++++++ 3 files changed, 39 insertions(+) diff --git a/media-sound/kew/Manifest b/media-sound/kew/Manifest new file mode 100644 index 000000000..a5443e785 --- /dev/null +++ b/media-sound/kew/Manifest @@ -0,0 +1 @@ +DIST v2.4.4.tar.gz 1156275 BLAKE2B ab4e584ad0d0ea5243edaa49ed17fb45dd9e146f2f94ccd151e5bd0bcee5553ac1817e779b099ad59b3d627fc59bd07f2f855c3b89d5bfe96d168a7bcf93f4bc SHA512 cc0c312752dfd05e9b81a6ac562f856f6c8328e0f872f0dafb820ccc993e67775825ef32983edb37c465199461dc3258e7a7d09a26458a8a7368c5f47faefaa3 diff --git a/media-sound/kew/kew-2.4.4.ebuild b/media-sound/kew/kew-2.4.4.ebuild new file mode 100644 index 000000000..5623748e8 --- /dev/null +++ b/media-sound/kew/kew-2.4.4.ebuild @@ -0,0 +1,27 @@ +# Copyright 2024 + +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/{P}/archive/refs/tags/v2.4.4.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" + +DEPEND="media-video/ffmpeg +dev-libs/glib +sci-libs/fftw +media-gfx/chafa +media-libs/freeimage +media-libs/opus media-libs/opusfile +media-libs/libvorbis" +RDEPEND=${DEPEND} + + + +src_install() +{ + emake DESTDIR="${D}" install +} \ No newline at end of file diff --git a/media-sound/kew/metadata.xml b/media-sound/kew/metadata.xml new file mode 100644 index 000000000..1796d9e0e --- /dev/null +++ b/media-sound/kew/metadata.xml @@ -0,0 +1,11 @@ + + + + + emergeviolet@protonmail.com + Violet + + + ravachol/kew + +