media-libs/libdicom - 1.2.0 (gentoo-zh)

Search

Package Information

Description:
A C library and a set of command-line tools for reading DICOM WSI files
Homepage:
https://libdicom.readthedocs.io/ https://github.com/ImagingDataCommons/libdicom
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.2.0 8 ~amd64 ~arm64 ~loong 0
View Raw Ebuild
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit meson

DESCRIPTION="A C library and a set of command-line tools for reading DICOM WSI files"
HOMEPAGE="https://libdicom.readthedocs.io/ https://github.com/ImagingDataCommons/libdicom"
SRC_URI="https://github.com/ImagingDataCommons/libdicom/releases/download/v${PV}/${P}.tar.xz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~loong"

IUSE="test"
RESTRICT="!test? ( test )"

BDEPEND="
	dev-libs/uthash
	virtual/pkgconfig
	test? ( dev-libs/check )
"

src_configure() {
	local emesonargs=(
		$(meson_use test tests)
	)
	meson_src_configure
}

USE Flags

Dependencies

BDEPEND

	dev-libs/uthash
	virtual/pkgconfig
	test? ( dev-libs/check )

Manifest for 1.2.0

Type File Size Source URLs
DIST libdicom-1.2.0.tar.xz 5161096 bytes https://github.com/ImagingDataCommons/libdicom/releases/download/v1.2.0/libdicom-1.2.0.tar.xz