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 48A71158451 for ; Wed, 10 Jan 2024 09:47:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75A0DE29AF; Wed, 10 Jan 2024 09:47:49 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 5E3FFE29AF for ; Wed, 10 Jan 2024 09:47: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 522393430DD for ; Wed, 10 Jan 2024 09:47:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1784AE5 for ; Wed, 10 Jan 2024 09:47:46 +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: <1704880051.be4736846684d3504519b2322b86620a58cde741.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/abcm2ps/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/abcm2ps/Manifest media-sound/abcm2ps/abcm2ps-8.14.15.ebuild X-VCS-Directories: media-sound/abcm2ps/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: be4736846684d3504519b2322b86620a58cde741 X-VCS-Branch: master Date: Wed, 10 Jan 2024 09:47:46 +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: 9b1913e7-d5e7-4fae-b1e7-4479a2041ca2 X-Archives-Hash: 1ca7e895f74d5e2093906108bf8aae9f commit: be4736846684d3504519b2322b86620a58cde741 Author: Miroslav Šulc gentoo org> AuthorDate: Wed Jan 10 09:47:31 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Wed Jan 10 09:47:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be473684 media-sound/abcm2ps: bump to 8.14.15 Signed-off-by: Miroslav Šulc gentoo.org> media-sound/abcm2ps/Manifest | 1 + media-sound/abcm2ps/abcm2ps-8.14.15.ebuild | 49 ++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) diff --git a/media-sound/abcm2ps/Manifest b/media-sound/abcm2ps/Manifest index 7fdb4df863ff..5d89e8f2bea4 100644 --- a/media-sound/abcm2ps/Manifest +++ b/media-sound/abcm2ps/Manifest @@ -1 +1,2 @@ DIST abcm2ps-8.14.14.tar.gz 260030 BLAKE2B 432be5097dc403bc1cb4377472d6107479b75456427c339f3675fcae37acd0ab1eb67026788535f428f620d62caa0e472a5d8b1518a0cfea03111e8132c70db6 SHA512 9b562911de4a98fd132d580bd0fff7599d97a740445f05bfa327d09737dd0a95580b8ec8e158bdadda0baacd7e00e089a133f4614b4d54d1e6d2da2f974c2053 +DIST abcm2ps-8.14.15.tar.gz 260077 BLAKE2B 4791e66efb741f2d3ea5f8ef252d60da80018f843059510c32dd4e4dfadf7ad7626592f6b84e93ee93053b436eda2da5246b2150a0af29e866c4517c6077ce8a SHA512 5466051b337328cccf9c12838aecfffc782e9906b7b659f4929c5da3af9d25eb67bf679720a924197cf0ffaae68e0bdc5e3e8efcc7614524fe954769379a79e1 diff --git a/media-sound/abcm2ps/abcm2ps-8.14.15.ebuild b/media-sound/abcm2ps/abcm2ps-8.14.15.ebuild new file mode 100644 index 000000000000..44376a2aebd5 --- /dev/null +++ b/media-sound/abcm2ps/abcm2ps-8.14.15.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit toolchain-funcs + +DESCRIPTION="Program to convert abc files to Postscript files" +HOMEPAGE="https://github.com/lewdlime/abcm2ps" +SRC_URI="https://github.com/lewdlime/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="examples pango" + +BDEPEND="virtual/pkgconfig" +DEPEND=" + pango? ( + media-libs/freetype:2 + x11-libs/pango + )" +RDEPEND="${DEPEND}" + +src_configure() { + econf \ + --enable-a4 \ + --enable-deco-is-roll \ + $(use_enable pango) +} + +src_compile() { + emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" +} + +src_install() { + dobin abcm2ps + + insinto /usr/share/${PN} + doins *.fmt + + dodoc README.md + + if use examples ; then + docinto examples + dodoc sample*.* + docompress -x /usr/share/doc/${PF}/examples + fi +}