public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libchdr/
Date: Sat,  1 Jan 2022 20:42:00 +0000 (UTC)	[thread overview]
Message-ID: <1641069669.b6b1397b849653d5eb10e11eb8766bfef5bf0f10.ionen@gentoo> (raw)

commit:     b6b1397b849653d5eb10e11eb8766bfef5bf0f10
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  1 19:06:16 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Jan  1 20:41:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6b1397b

dev-libs/libchdr: initial import, 2021-11-27 snapshot

To unbundle on pcsx2, may also be useful for libretro cores
in the future.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 dev-libs/libchdr/Manifest                   |  1 +
 dev-libs/libchdr/libchdr-0_p20211127.ebuild | 28 ++++++++++++++++++++++++++++
 dev-libs/libchdr/metadata.xml               | 11 +++++++++++
 3 files changed, 40 insertions(+)

diff --git a/dev-libs/libchdr/Manifest b/dev-libs/libchdr/Manifest
new file mode 100644
index 000000000000..dac6df146977
--- /dev/null
+++ b/dev-libs/libchdr/Manifest
@@ -0,0 +1 @@
+DIST libchdr-0_p20211127.tar.gz 414443 BLAKE2B a728a4ba0fa74883c7cfd43b5ee5147cc54a98370cc663237b5f12742a7859d36fc6c1572a8ec2af6e6bdf602eba4b0028d6fdf8f128320a2fbe60f0868d9f1b SHA512 534f949c8aaab9e307a9a2c1789ca2398dd59c3228a4b9bed62b413e8cc9e2ad11896580c55531dc13f9cd875f142499b52bf793b569a6df740e6d945fb3e17d

diff --git a/dev-libs/libchdr/libchdr-0_p20211127.ebuild b/dev-libs/libchdr/libchdr-0_p20211127.ebuild
new file mode 100644
index 000000000000..fb1c7631271e
--- /dev/null
+++ b/dev-libs/libchdr/libchdr-0_p20211127.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+CHDR_COMMIT="929a8d6523a7d21ea9e035f43211cd759e072053"
+
+DESCRIPTION="Standalone library for reading MAME's CHDv1-v5 formats"
+HOMEPAGE="https://github.com/rtissera/libchdr/"
+SRC_URI="https://github.com/rtissera/libchdr/archive/${CHDR_COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${CHDR_COMMIT}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="sys-libs/zlib:="
+DEPEND="${RDEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DWITH_SYSTEM_ZLIB=yes
+	)
+
+	cmake_src_configure
+}

diff --git a/dev-libs/libchdr/metadata.xml b/dev-libs/libchdr/metadata.xml
new file mode 100644
index 000000000000..52316d51b131
--- /dev/null
+++ b/dev-libs/libchdr/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>ionen@gentoo.org</email>
+		<name>Ionen Wolkens</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">rtissera/libchdr</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2022-01-01 20:42 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-01 20:42 Ionen Wolkens [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-09-27 23:46 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libchdr/ Ionen Wolkens
2022-10-09  0:29 Ionen Wolkens
2022-12-02  3:18 Ionen Wolkens
2022-12-19  7:23 Ionen Wolkens
2023-04-19  7:28 Ionen Wolkens
2023-04-24  3:43 Ionen Wolkens

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=1641069669.b6b1397b849653d5eb10e11eb8766bfef5bf0f10.ionen@gentoo \
    --to=ionen@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