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

Search

Install

Install this version:

emerge -a =media-libs/libdicom-1.3.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-libs/libdicom-1.3.0

Or alternatively:

emerge --autounmask-write -a =media-libs/libdicom-1.3.0

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.3.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

Manage flags for this package: euse -i <flag> -p media-libs/libdicom | euse -E <flag> -p media-libs/libdicom | euse -D <flag> -p media-libs/libdicom

Global/Standard Flags

Inherited Eclasses

Dependencies

BDEPEND

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

Manifest for 1.3.0

Type File Size Source URLs
DIST libdicom-1.3.0.tar.xz 5336504 bytes https://github.com/ImagingDataCommons/libdicom/releases/download/v1.3.0/libdicom-1.3.0.tar.xz