media-libs/libdmtx - 9999 (mva)

Search

Install

Install this version:

emerge -a =media-libs/libdmtx-9999

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

autounmask =media-libs/libdmtx-9999

Or alternatively:

emerge --autounmask-write -a =media-libs/libdmtx-9999

Package Information

Description:
Barcode data matrix reading and writing library
Homepage:
https://github.com/dmtx/libdmtx/
License:
LGPL-2.1

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License

EAPI=8

inherit autotools multilib-minimal git-r3

DESCRIPTION="Barcode data matrix reading and writing library"
HOMEPAGE="https://github.com/dmtx/libdmtx/"

EGIT_REPO_URI="https://github.com/dmtx/libdmtx"

LICENSE="LGPL-2.1"
SLOT="0"
IUSE="static-libs"

src_prepare() {
	default
	eautoreconf
	multilib_copy_sources
}

multilib_src_configure() {
	local myeconfargs=(
		$(use_enable static-libs static)
	)
	econf ${myeconfargs}
}

multilib_src_install() {
	default
	find "${ED}" -name '*.la' -exec rm -f {} +
}

USE Flags

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

Global/Standard Flags

Inherited Eclasses