From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libxmp/
Date: Wed, 26 Feb 2025 09:02:26 +0000 (UTC) [thread overview]
Message-ID: <1740560538.cfe3de0417f2dca417f95e46d77e1979ecaf9efc.conikost@gentoo> (raw)
commit: cfe3de0417f2dca417f95e46d77e1979ecaf9efc
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Feb 23 08:48:41 2025 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Feb 26 09:02:18 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfe3de04
media-libs/libxmp: add 4.6.1
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
media-libs/libxmp/Manifest | 1 +
media-libs/libxmp/libxmp-4.6.1.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/media-libs/libxmp/Manifest b/media-libs/libxmp/Manifest
index 21e83d20a29c..cf2f5a33267c 100644
--- a/media-libs/libxmp/Manifest
+++ b/media-libs/libxmp/Manifest
@@ -1 +1,2 @@
DIST libxmp-4.6.0.tar.gz 738532 BLAKE2B d383cb2e8c15c27e9f55954a4ae2ead6978b7e073e647ab667a2c0bb15848ff582626611b3f274ac5075bcdb7b5cfdc1a4f95d2ea76dc0ea64dab595ba8ca1b8 SHA512 d287544c9b569515f1a3fa92d8d930097b252e84f86cba5dd70e9b4460d0fa70754ece45dcc7ec314e434d821b43207d700afb12c9df80b467d73e9d029baafe
+DIST libxmp-4.6.1.tar.gz 798994 BLAKE2B 8bf853ee85b61c9bec46bd786f4741fcf2cff37a07cea4d8d6f60a66c09d6c9a6144e54786e8744942285d642ee7ab454290f06d0da946f2985d0c417752be26 SHA512 a772a489d8c1bedda378cd36f4f359bc224a1ac16ba12486b675667c76826d1308697f03e2d6502b654e4127eaaf3930684ee4367a73b75432273662af29111d
diff --git a/media-libs/libxmp/libxmp-4.6.1.ebuild b/media-libs/libxmp/libxmp-4.6.1.ebuild
new file mode 100644
index 000000000000..56b147867904
--- /dev/null
+++ b/media-libs/libxmp/libxmp-4.6.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Library that renders module files to PCM data"
+HOMEPAGE="https://github.com/libxmp/libxmp"
+
+if [[ ${PV} == *9999 ]] ; then
+ inherit autotools git-r3
+ EGIT_REPO_URI="https://github.com/libxmp/libxmp.git"
+else
+ SRC_URI="https://github.com/libxmp/${PN}/releases/download/${P}/${P}.tar.gz"
+ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc64 ~riscv ~sparc ~x86"
+fi
+
+# bzip2 depacker code is 0BSD
+LICENSE="MIT 0BSD public-domain"
+SLOT="0"
+
+src_prepare() {
+ default
+ [[ ${PV} == *9999 ]] && eautoreconf
+}
+
+src_compile() {
+ emake V=1
+}
next reply other threads:[~2025-02-26 9:02 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-26 9:02 Conrad Kostecki [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-11 5:33 [gentoo-commits] repo/gentoo:master commit in: media-libs/libxmp/ Sam James
2025-10-11 5:33 Sam James
2025-10-11 5:24 Sam James
2025-10-11 5:24 Sam James
2025-06-20 9:33 Sam James
2025-05-16 11:58 Arthur Zamarin
2025-04-26 1:37 Sam James
2025-04-26 1:25 Sam James
2025-04-26 0:43 Sam James
2025-04-26 0:39 Sam James
2025-04-26 0:39 Sam James
2025-03-11 10:49 Ionen Wolkens
2025-03-11 10:49 Ionen Wolkens
2025-03-01 22:57 Sam James
2025-03-01 22:50 Sam James
2025-03-01 22:49 Sam James
2025-03-01 22:49 Sam James
2025-02-26 9:02 Conrad Kostecki
2025-01-18 10:01 Arthur Zamarin
2025-01-14 6:05 WANG Xuerui
2025-01-12 22:48 Andreas Sturmlechner
2025-01-12 16:34 Jakov Smolić
2025-01-12 12:45 Sam James
2025-01-12 12:45 Sam James
2025-01-12 12:45 Sam James
2024-11-23 20:16 Sam James
2024-03-19 6:24 Joonas Niilola
2024-03-18 16:55 Sam James
2024-03-18 16:55 Sam James
2022-06-22 11:36 Jakov Smolić
2022-05-22 7:59 Lars Wendler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1740560538.cfe3de0417f2dca417f95e46d77e1979ecaf9efc.conikost@gentoo \
--to=conikost@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox