mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
dev-libs/libchdr: tree-clean, promoted to ::gentoo as media-libs/libchdr
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
DIST libchdr-0_p20230230.tar.gz 1748513 BLAKE2B 03fc5507b7f598995fede477f26c8ab41cd16c658e4ca5c193e581840f14ead0db4ab8da3b888a2e03fb4c78c19af0f08cbab9feefe488dc230ec0fbd3941a91 SHA512 c25084b2257083c4bddd84d13e3dc0d30fea548a4e50a6beefd5282383480eaaa293c044647e2aff339d087dae87c3ef871137a43db766e08a1dffd8801c3367
|
|
||||||
@@ -1,28 +0,0 @@
|
|||||||
# Copyright 2022-2025 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="virtual/zlib:="
|
|
||||||
DEPEND="${RDEPEND}"
|
|
||||||
|
|
||||||
src_configure() {
|
|
||||||
local mycmakeargs=(
|
|
||||||
-DWITH_SYSTEM_ZLIB=yes
|
|
||||||
)
|
|
||||||
|
|
||||||
cmake_src_configure
|
|
||||||
}
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
<?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>
|
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright 2022-2025 Gentoo Authors
|
# Copyright 2022-2026 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
@@ -23,9 +23,9 @@ IUSE="alsa ao lua opengl +openmp pulseaudio vulkan"
|
|||||||
DEPEND="
|
DEPEND="
|
||||||
dev-cpp/asio
|
dev-cpp/asio
|
||||||
dev-cpp/websocketpp
|
dev-cpp/websocketpp
|
||||||
dev-libs/libchdr
|
|
||||||
dev-libs/libzip
|
dev-libs/libzip
|
||||||
dev-libs/xxhash
|
dev-libs/xxhash
|
||||||
|
media-libs/libchdr
|
||||||
media-libs/libsdl2
|
media-libs/libsdl2
|
||||||
net-libs/miniupnpc
|
net-libs/miniupnpc
|
||||||
virtual/zlib:=
|
virtual/zlib:=
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
move dev-util/forgejo-cli dev-util/fj-cli
|
move dev-util/forgejo-cli dev-util/fj-cli
|
||||||
move gui-apps/noctalia-shell gui-apps/noctalia
|
move gui-apps/noctalia-shell gui-apps/noctalia
|
||||||
|
move dev-libs/libchdr media-libs/libchdr
|
||||||
|
|||||||
Reference in New Issue
Block a user