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 4F62315817D for ; Tue, 4 Jun 2024 10:00:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 820F5E2AE4; Tue, 4 Jun 2024 10:00:28 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5E381E2AE4 for ; Tue, 4 Jun 2024 10:00:28 +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 806DD335DE9 for ; Tue, 4 Jun 2024 10:00:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F8AB1BFC for ; Tue, 4 Jun 2024 10:00:25 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1717495211.243313def5ecd23f1f7b3245a9710283e5fcef48.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/abcmidi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/abcmidi/Manifest media-sound/abcmidi/abcmidi-2024.06.03.ebuild X-VCS-Directories: media-sound/abcmidi/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 243313def5ecd23f1f7b3245a9710283e5fcef48 X-VCS-Branch: master Date: Tue, 4 Jun 2024 10:00:25 +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: 3c1e790a-5658-4e35-8578-a1eb8c1d303f X-Archives-Hash: 370d731b2a3a9962c27298c344eb052f commit: 243313def5ecd23f1f7b3245a9710283e5fcef48 Author: Miroslav Šulc gentoo org> AuthorDate: Tue Jun 4 10:00:11 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Tue Jun 4 10:00:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=243313de media-sound/abcmidi: bump to 2024.06.03 Signed-off-by: Miroslav Šulc gentoo.org> media-sound/abcmidi/Manifest | 1 + media-sound/abcmidi/abcmidi-2024.06.03.ebuild | 44 +++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) diff --git a/media-sound/abcmidi/Manifest b/media-sound/abcmidi/Manifest index d851cfd74d25..b9ded9e1cd6c 100644 --- a/media-sound/abcmidi/Manifest +++ b/media-sound/abcmidi/Manifest @@ -1 +1,2 @@ DIST abcMIDI-2024.04.30.zip 633484 BLAKE2B 39935e46647556e2de2f920bb2ae4eebc8497827f22f950f7f6473cec4145009e5f6d31649c9e560424102bbd926684b338539076d157974c16abae978673d27 SHA512 95f78bb6d88f285ce74febb8937921a6c4740902caf1dc67cfca0c1a934636035792a0c5426ead46c85745e5900905e5530d9ab7feaa6107e7c6b10eeeb36aef +DIST abcMIDI-2024.06.03.zip 633496 BLAKE2B 20b58d966fc19ee1fa2930d995bfe5df179b481fa76264bd10cc0bed7ffdda96bad2b4c2c375e498282d641acf16e4c9981dfde447a41eb35e0a027b71016eb1 SHA512 3469c1a87f0dd61fd9b507a1532fa4a7ff38b36c4e1fa4492cb703fbd5110057b2b335bd56bd3da5538fe0795b643c9f20451735f8a7b7aabaa9e45187bf3f8e diff --git a/media-sound/abcmidi/abcmidi-2024.06.03.ebuild b/media-sound/abcmidi/abcmidi-2024.06.03.ebuild new file mode 100644 index 000000000000..8aed3dc3a8d2 --- /dev/null +++ b/media-sound/abcmidi/abcmidi-2024.06.03.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools flag-o-matic + +MY_P="abcMIDI-${PV}" +DESCRIPTION="Programs for processing ABC music notation files" +HOMEPAGE="https://ifdo.ca/~seymour/runabc/top.html" +SRC_URI="https://ifdo.ca/~seymour/runabc/${MY_P}.zip" +S="${WORKDIR}"/${PN} + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="examples" + +BDEPEND="app-arch/unzip" + +src_prepare() { + default + sed -i "s:-O2::" configure.ac || die + sed -i "s:@datarootdir@/doc/abcmidi:@docdir@:" Makefile.in || die + eautoreconf +} + +src_configure() { + # -Werror=lto-type-mismatch + # https://bugs.gentoo.org/876421 + # https://github.com/sshlien/abcmidi/issues/9 + filter-lto + + default +} + +src_install() { + default + + if use examples ; then + docinto examples + dodoc samples/*.abc + fi +}