media-gfx/dmtx-utils - 0.7.6 (gentoo)

Search

Package Information

Description:
Tools for reading and writing Data Matrix barcodes
Homepage:
https://github.com/dmtx/dmtx-utils
License:
LGPL-2.1+

Ebuild Details

Version EAPI Keywords Slot
0.7.6 7 ~amd64 0
View Raw Ebuild
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit autotools

DESCRIPTION="Tools for reading and writing Data Matrix barcodes"
HOMEPAGE="https://github.com/dmtx/dmtx-utils"
SRC_URI="https://github.com/dmtx/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="LGPL-2.1+"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

# requires libdmtx-0.7.5 due to DmtxPropFnc1
RDEPEND="
	>=media-gfx/imagemagick-6.2.4:=
	>=media-libs/libdmtx-0.7.5
"
DEPEND="${RDEPEND}"
BDEPEND="
	virtual/pkgconfig
"

src_prepare() {
	default

	eautoreconf
}

Dependencies

DEPEND

	>=media-gfx/imagemagick-6.2.4:=
	>=media-libs/libdmtx-0.7.5

RDEPEND

	>=media-gfx/imagemagick-6.2.4:=
	>=media-libs/libdmtx-0.7.5

BDEPEND

	virtual/pkgconfig

Manifest for 0.7.6

Type File Size Source URLs
DIST dmtx-utils-0.7.6.tar.gz 54888 bytes https://github.com/dmtx/dmtx-utils/archive/v0.7.6.tar.gz