From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5884515ACFB for ; Wed, 19 Apr 2023 07:28:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C4B0E0801; Wed, 19 Apr 2023 07:28:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6B730E0801 for ; Wed, 19 Apr 2023 07:28:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6F7D6340EA8 for ; Wed, 19 Apr 2023 07:28:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA237141 for ; Wed, 19 Apr 2023 07:28:44 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1681889304.ec7d152fcd93ee5964cf7442a7499d5c41ee17c3.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libchdr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libchdr/Manifest dev-libs/libchdr/libchdr-0_p20230230.ebuild X-VCS-Directories: dev-libs/libchdr/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: ec7d152fcd93ee5964cf7442a7499d5c41ee17c3 X-VCS-Branch: master Date: Wed, 19 Apr 2023 07:28:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f1cbf47e-b4d0-46c6-b939-f559afc93a2a X-Archives-Hash: f46b5e347a1dd7dabd7597ef8273f886 commit: ec7d152fcd93ee5964cf7442a7499d5c41ee17c3 Author: Ionen Wolkens gentoo org> AuthorDate: Wed Apr 19 07:27:07 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Wed Apr 19 07:28:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec7d152f dev-libs/libchdr: add 0_p20230230 Matches the version used by PCSX2, adds huffman support. Signed-off-by: Ionen Wolkens gentoo.org> dev-libs/libchdr/Manifest | 1 + dev-libs/libchdr/libchdr-0_p20230230.ebuild | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/dev-libs/libchdr/Manifest b/dev-libs/libchdr/Manifest index 7f5406d069b0..c49a2f8ab26b 100644 --- a/dev-libs/libchdr/Manifest +++ b/dev-libs/libchdr/Manifest @@ -1 +1,2 @@ DIST libchdr-0_p20221129.tar.gz 1748187 BLAKE2B bc2f03d558e0f208ae3c51a53b2bbf630fb4cc502c18d83b31f184cf2c2f59e06dbb88c5399e01fb5f2436643a5095256bd31501a1531a043537a05c45c27be3 SHA512 4a72dcb376c451b74389650e121de06daae7cf0b293d7d66a8f7acf1b4f83355a2467a2d77e0953331ee5fffa243f713efb0878bb509384715e9c42a567a9b90 +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 000000000000..45f61ac9698f --- /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 +}