From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libchdr/
Date: Tue, 27 Sep 2022 23:46:03 +0000 (UTC) [thread overview]
Message-ID: <1664322303.94639d8b97563531e0b544d1215905f0f52cb095.ionen@gentoo> (raw)
commit: 94639d8b97563531e0b544d1215905f0f52cb095
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 27 21:22:18 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Sep 27 23:45:03 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94639d8b
dev-libs/libchdr: add 0_p20220917
No major reason for a new snapshot, albeit this fixes several
compiler warnings.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
dev-libs/libchdr/Manifest | 1 +
dev-libs/libchdr/libchdr-0_p20220917.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/dev-libs/libchdr/Manifest b/dev-libs/libchdr/Manifest
index dac6df146977..3bf2fd7f78c2 100644
--- a/dev-libs/libchdr/Manifest
+++ b/dev-libs/libchdr/Manifest
@@ -1 +1,2 @@
DIST libchdr-0_p20211127.tar.gz 414443 BLAKE2B a728a4ba0fa74883c7cfd43b5ee5147cc54a98370cc663237b5f12742a7859d36fc6c1572a8ec2af6e6bdf602eba4b0028d6fdf8f128320a2fbe60f0868d9f1b SHA512 534f949c8aaab9e307a9a2c1789ca2398dd59c3228a4b9bed62b413e8cc9e2ad11896580c55531dc13f9cd875f142499b52bf793b569a6df740e6d945fb3e17d
+DIST libchdr-0_p20220917.tar.gz 1748223 BLAKE2B edb42f85d402955a82b79d62e3d47e614b01719ae641c7ed993ba479fb9762a7c66267212bb52d41a5fb175d11482ea7814dc120b0100e5c9210012274184d7f SHA512 acde5dd87b9e61862fa6da81cee715a14c2f350ce5167f85ccdeecc259aaa93ae500e403962b60a332f6a4dee3dc71031d23e2778650ac2702e02c8cc24f1431
diff --git a/dev-libs/libchdr/libchdr-0_p20220917.ebuild b/dev-libs/libchdr/libchdr-0_p20220917.ebuild
new file mode 100644
index 000000000000..1cf8e2d3713d
--- /dev/null
+++ b/dev-libs/libchdr/libchdr-0_p20220917.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+HASH_CHDR=e02b3d68eb759793ab8142376594c840c1194b3e
+
+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
+}
next reply other threads:[~2022-09-27 23:46 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-27 23:46 Ionen Wolkens [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-04-24 3:43 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libchdr/ Ionen Wolkens
2023-04-19 7:28 Ionen Wolkens
2022-12-19 7:23 Ionen Wolkens
2022-12-02 3:18 Ionen Wolkens
2022-10-09 0:29 Ionen Wolkens
2022-01-01 20:42 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=1664322303.94639d8b97563531e0b544d1215905f0f52cb095.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