* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/libchdr/
@ 2025-02-14 23:36 Samuel Bauer
0 siblings, 0 replies; only message in thread
From: Samuel Bauer @ 2025-02-14 23:36 UTC (permalink / raw
To: gentoo-commits
commit: 5fe6d204bc2a2d5d749cbfadb4ccd2ddadcbf87c
Author: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
AuthorDate: Fri Feb 14 23:35:34 2025 +0000
Commit: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
CommitDate: Fri Feb 14 23:35:34 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5fe6d204
dev-libs/libchdr: new ebuild
Signed-off-by: Samuel Bauer <samuel.bauer <AT> yahoo.fr>
dev-libs/libchdr/Manifest | 1 +
dev-libs/libchdr/libchdr-0_p20230230.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 000000000..6b14cbe17
--- /dev/null
+++ b/dev-libs/libchdr/Manifest
@@ -0,0 +1 @@
+DIST libchdr-0_p20230230.tar.gz 1748513 BLAKE2B 03fc5507b7f598995fede477f26c8ab41cd16c658e4ca5c193e581840f14ead0db4ab8da3b888a2e03fb4c78c19af0f08cbab9feefe488dc230ec0fbd3941a91 SHA512 c25084b2257083c4bddd84d13e3dc0d30fea548a4e50a6beefd5282383480eaaa293c044647e2aff339d087dae87c3ef871137a43db766e08a1dffd8801c3367
diff --git a/dev-libs/libchdr/libchdr-0_p20230230.ebuild b/dev-libs/libchdr/libchdr-0_p20230230.ebuild
new file mode 100644
index 000000000..45f61ac96
--- /dev/null
+++ b/dev-libs/libchdr/libchdr-0_p20230230.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+HASH_CHDR=fec8ab94212cc65d9d9a62cb3da924f5830c04b0
+
+DESCRIPTION="Standalone library for reading MAME's CHDv1-v5 formats"
+HOMEPAGE="https://github.com/rtissera/libchdr/"
+SRC_URI="https://github.com/rtissera/libchdr/archive/${HASH_CHDR}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${HASH_CHDR}"
+
+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 000000000..f94aef548
--- /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>samuel.bauer@yahoo.fr</email>
+ <name>Samuel BAUER</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">rtissera/libchdr</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-02-14 23:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-14 23:36 [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/libchdr/ Samuel Bauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox