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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3321D1581EC for ; Fri, 22 Nov 2024 15:50:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3793DE0891; Fri, 22 Nov 2024 15:50:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1EF07E0891 for ; Fri, 22 Nov 2024 15:50:49 +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 60D5F33BEFF for ; Fri, 22 Nov 2024 15:50:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A86881E89 for ; Fri, 22 Nov 2024 15:50:45 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1732290642.918ee5dbe92e526fa28d5f02a70029fe71c4f05a.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/emms/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/emms/Manifest app-emacs/emms/emms-20.2.ebuild X-VCS-Directories: app-emacs/emms/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 918ee5dbe92e526fa28d5f02a70029fe71c4f05a X-VCS-Branch: master Date: Fri, 22 Nov 2024 15:50:45 +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: e8544499-c274-4b77-b1b7-cd67dbcac510 X-Archives-Hash: ad3b5e239b8fa051e8d742c69c23fd57 commit: 918ee5dbe92e526fa28d5f02a70029fe71c4f05a Author: Maciej Barć gentoo org> AuthorDate: Fri Nov 22 15:23:30 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Fri Nov 22 15:50:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=918ee5db app-emacs/emms: bump to 20.2 Signed-off-by: Maciej Barć gentoo.org> app-emacs/emms/Manifest | 1 + app-emacs/emms/emms-20.2.ebuild | 54 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+) diff --git a/app-emacs/emms/Manifest b/app-emacs/emms/Manifest index f3f90f4d65dd..bff334e4c194 100644 --- a/app-emacs/emms/Manifest +++ b/app-emacs/emms/Manifest @@ -1 +1,2 @@ DIST emms-20.1.tar.gz 271638 BLAKE2B bfeb270189679b1abdf9030a2fb1fd0774b14af3a678a8fd417e364cebd810bb6008eb8568271ac295aa8f61a03446c525138a1f3c7568c9d40a97288e77397b SHA512 c8aa70194bbd1ba85564122d11d3af425c69585becda9d4ae694ac1e75b4f6886a24afb6cec00547d7abe69a8bc729cd4061d89bdce9f37129c6f7671f6b0607 +DIST emms-20.2.tar.gz 271612 BLAKE2B 1715bb643f845538f0511278e1ae9b3504f6bb782f1d65cb111424868ecf9a1ad415977f35a6a5d9179290f27ef736eff626b23faa80102b7244331e08f96fc8 SHA512 9e23c6b9ff322a646a68616a435a47abcca3d05ca0553948057ce5e7448d5589b0c4fcd72af0109d11e1c19cb0b1eb69540bff9c6cdeb9e65921fabc9f11e231 diff --git a/app-emacs/emms/emms-20.2.ebuild b/app-emacs/emms/emms-20.2.ebuild new file mode 100644 index 000000000000..0c86092099fd --- /dev/null +++ b/app-emacs/emms/emms-20.2.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit elisp toolchain-funcs + +DESCRIPTION="The Emacs Multimedia System" +HOMEPAGE="https://www.gnu.org/software/emms/ + https://www.emacswiki.org/emacs/EMMS" + +if [[ "${PV}" == *9999* ]] ; then + inherit git-r3 + + EGIT_REPO_URI="https://git.savannah.gnu.org/git/emms.git" +else + SRC_URI="https://git.savannah.gnu.org/cgit/emms.git/snapshot/${P}.tar.gz" + + KEYWORDS="~amd64 ~ppc ~sparc ~x86" +fi + +LICENSE="GPL-3+ FDL-1.1+" +SLOT="0" + +RDEPEND=" + media-libs/taglib +" +BDEPEND=" + ${RDEPEND} +" + +# EMMS can use almost anything for playing media files therefore the dependency +# possibilities are so broad that we refrain from setting anything explicitly +# in DEPEND/RDEPEND. + +DOCS=( AUTHORS NEWS README ) +SITEFILE="50${PN}-gentoo.el" + +src_compile() { + emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" all emms-print-metadata +} + +src_install() { + elisp-install "${PN}" *.el *.elc + elisp-site-file-install "${FILESDIR}/${SITEFILE}" + + exeinto /usr/bin + doexe src/emms-print-metadata + + doinfo doc/emms.info* + doman emms-print-metadata.1 + + einstalldocs +}