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 F3877158232 for ; Mon, 9 Dec 2024 10:55:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBF5BE0992; Mon, 9 Dec 2024 10:55:57 +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 768D8E0992 for ; Mon, 9 Dec 2024 10:55:56 +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 602D83430D1 for ; Mon, 9 Dec 2024 10:55:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BDA3516A1 for ; Mon, 9 Dec 2024 10:55:53 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1733741731.5daa764a2181d57551f5fa9db558a528dc302455.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/mpg123-el/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/mpg123-el/Manifest app-emacs/mpg123-el/mpg123-el-1.65.ebuild X-VCS-Directories: app-emacs/mpg123-el/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 5daa764a2181d57551f5fa9db558a528dc302455 X-VCS-Branch: master Date: Mon, 9 Dec 2024 10:55:53 +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: fc191cc3-825e-4353-98e5-e091474502d1 X-Archives-Hash: 42156b732c8a070bf48f9fefcc15625f commit: 5daa764a2181d57551f5fa9db558a528dc302455 Author: Ulrich Müller gentoo org> AuthorDate: Mon Dec 9 10:55:31 2024 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Dec 9 10:55:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5daa764a app-emacs/mpg123-el: add 1.65 Closes: https://bugs.gentoo.org/946145 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/mpg123-el/Manifest | 1 + app-emacs/mpg123-el/mpg123-el-1.65.ebuild | 32 +++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/app-emacs/mpg123-el/Manifest b/app-emacs/mpg123-el/Manifest index 655133bd4014..39f123ce0504 100644 --- a/app-emacs/mpg123-el/Manifest +++ b/app-emacs/mpg123-el/Manifest @@ -1 +1,2 @@ DIST mpg123-el-1.61.tar.xz 34216 BLAKE2B 3f0f85bbf0f5854b899aefb443f9b2b011dd5dd85c815fc8be723bade93be805b121e952cab3c56a3897bed41fa65988331c004537e565abcb660b6dd402a0c5 SHA512 96b50a8fc945c6811bce7b8cfa28fe235f2d2ddf9cbd1904c94f272f6df13a991761dbb4f186c1bda04720fb50115515361dbff4838e7623261719f2ecc6698e +DIST mpg123-el-1.65.tar.xz 35716 BLAKE2B d70d91d9eacb5ea7199746367d5748ece0faf406c4c7380972bb92b345396430e74ae0047f6a0590783f6cf6452556b11011a5656a8214cfdf2a664d6605b548 SHA512 d8891ff7187dea07a2d4e768504ec8936d49c1367b1d9fd00a294a74f2f489497f38feb2725e756f4d3c9801bb83a93fd063552e6943378b5b498e18d6f03f40 diff --git a/app-emacs/mpg123-el/mpg123-el-1.65.ebuild b/app-emacs/mpg123-el/mpg123-el-1.65.ebuild new file mode 100644 index 000000000000..11fe3ce47323 --- /dev/null +++ b/app-emacs/mpg123-el/mpg123-el-1.65.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit elisp toolchain-funcs + +DESCRIPTION="Emacs front-end to mpg123 audio player and OggVorbis audio player" +HOMEPAGE="https://www.gentei.org/~yuuji/software/mpg123el/" +SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz" + +LICENSE="mpg123-el" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" + +RDEPEND="media-sound/mpg123 + media-sound/alsa-utils" + +PATCHES=( "${FILESDIR}/${PN}-1.61-stdlib.patch" ) +SITEFILE="50${PN}-gentoo.el" + +src_compile() { + $(tc-getCC) ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -o tagput tagput.c || die + $(tc-getCC) ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -o id3put id3put.c || die + elisp-compile *.el +} + +src_install() { + dobin tagput id3put + elisp-install ${PN} *.el *.elc + elisp-site-file-install "${FILESDIR}/${SITEFILE}" +}