public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libxmp/
Date: Sun, 22 May 2022 07:59:56 +0000 (UTC)	[thread overview]
Message-ID: <1653206387.b1ddac89e6da225c861fbbb3187d0981f07c3c44.polynomial-c@gentoo> (raw)

commit:     b1ddac89e6da225c861fbbb3187d0981f07c3c44
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sun May 22 07:46:38 2022 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sun May 22 07:59:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1ddac89

media-libs/libxmp: First commit of libxmp

Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 media-libs/libxmp/Manifest            |  1 +
 media-libs/libxmp/libxmp-4.5.0.ebuild | 27 +++++++++++++++++++++++++++
 media-libs/libxmp/libxmp-9999.ebuild  | 27 +++++++++++++++++++++++++++
 media-libs/libxmp/metadata.xml        | 11 +++++++++++
 4 files changed, 66 insertions(+)

diff --git a/media-libs/libxmp/Manifest b/media-libs/libxmp/Manifest
new file mode 100644
index 000000000000..cd7d0e9d567f
--- /dev/null
+++ b/media-libs/libxmp/Manifest
@@ -0,0 +1 @@
+DIST libxmp-4.5.0.tar.gz 652983 BLAKE2B f583c309b4c4349eec73352d16bbd9b2b20fb48be101f0cba34a3597fce903442fbc203be50f940a7e3b8f53cc1bbf6ff91236fc27c6ec70b21ec17ad71bd6fb SHA512 71a57c7fcd696267c6e2d3cc12b43fe09adce9ed83f9f130755d3b2c2b984eb52e4ae4fad115ffeb07397c7cc4886fc3c4e01cbb1f047449228f7a557760cb1a

diff --git a/media-libs/libxmp/libxmp-4.5.0.ebuild b/media-libs/libxmp/libxmp-4.5.0.ebuild
new file mode 100644
index 000000000000..f0deadcf7930
--- /dev/null
+++ b/media-libs/libxmp/libxmp-4.5.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2022 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"
+fi
+LICENSE="LGPL-2.1+"
+SLOT="0"
+
+IUSE=""
+
+src_prepare() {
+	default
+	[[ ${PV} == *9999 ]] && eautoreconf
+}
+
+src_compile() {
+	emake V=1
+}

diff --git a/media-libs/libxmp/libxmp-9999.ebuild b/media-libs/libxmp/libxmp-9999.ebuild
new file mode 100644
index 000000000000..f0deadcf7930
--- /dev/null
+++ b/media-libs/libxmp/libxmp-9999.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2022 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"
+fi
+LICENSE="LGPL-2.1+"
+SLOT="0"
+
+IUSE=""
+
+src_prepare() {
+	default
+	[[ ${PV} == *9999 ]] && eautoreconf
+}
+
+src_compile() {
+	emake V=1
+}

diff --git a/media-libs/libxmp/metadata.xml b/media-libs/libxmp/metadata.xml
new file mode 100644
index 000000000000..bec5dff38140
--- /dev/null
+++ b/media-libs/libxmp/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>polynomial-c@gentoo.org</email>
+		<name>Lars Wendler</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">libxmp/libxmp</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2022-05-22  8:00 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-22  7:59 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-06-22 11:36 [gentoo-commits] repo/gentoo:master commit in: media-libs/libxmp/ Jakov Smolić
2024-03-18 16:55 Sam James
2024-03-18 16:55 Sam James
2024-03-19  6:24 Joonas Niilola
2024-11-23 20:16 Sam James
2025-01-12 12:45 Sam James
2025-01-12 12:45 Sam James
2025-01-12 12:45 Sam James
2025-01-12 16:34 Jakov Smolić
2025-01-12 22:48 Andreas Sturmlechner
2025-01-14  6:05 WANG Xuerui
2025-01-18 10:01 Arthur Zamarin
2025-02-26  9:02 Conrad Kostecki
2025-02-26  9:02 Conrad Kostecki
2025-03-01 22:49 Sam James
2025-03-01 22:49 Sam James
2025-03-01 22:50 Sam James
2025-03-01 22:57 Sam James
2025-03-11 10:49 Ionen Wolkens
2025-03-11 10:49 Ionen Wolkens
2025-04-26  0:39 Sam James
2025-04-26  0:39 Sam James
2025-04-26  0:43 Sam James
2025-04-26  1:25 Sam James
2025-04-26  1:37 Sam James
2025-05-16 11:58 Arthur Zamarin
2025-06-20  9:33 Sam James

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=1653206387.b1ddac89e6da225c861fbbb3187d0981f07c3c44.polynomial-c@gentoo \
    --to=polynomial-c@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