media-libs/charls - 2.1.0 (jm-overlay)

Search

Install

Install this version:

emerge -a =media-libs/charls-2.1.0

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

autounmask =media-libs/charls-2.1.0

Or alternatively:

emerge --autounmask-write -a =media-libs/charls-2.1.0

Package Information

Description:
C++ implementation of the JPEG-LS standard
Homepage:
https://github.com/team-charls/charls
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
2.1.0 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2020-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

CMAKE_ECLASS=cmake
inherit cmake-multilib

DESCRIPTION="C++ implementation of the JPEG-LS standard"
HOMEPAGE="https://github.com/team-charls/charls"
SRC_URI="https://github.com/team-charls/charls/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"

multilib_src_configure() {
	local mycmakeargs=(
		-DCHARLS_BUILD_SAMPLES=OFF
		-DCHARLS_BUILD_TESTS=OFF
		-DCHARLS_INSTALL=ON
	)
	cmake_src_configure
}

multilib_src_install_all() {
	dodoc CHANGELOG.md README.md SECURITY.md
}

Inherited Eclasses

Manifest for 2.1.0

Type File Size Source URLs
DIST charls-2.1.0.tar.gz 6356387 bytes https://github.com/team-charls/charls/archive/2.1.0.tar.gz