mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-gfx/dmtx-utils: new package, version 0.7.5
Add dmtx-utils package, which provides dmtxread/dmtxwrite/dmtxquery commands. The package is built on top of media-libs/libdmtx library. Closes: https://bugs.gentoo.org/635684 Closes: https://github.com/gentoo/gentoo/pull/9462 Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
committed by
Michał Górny
parent
27b454d160
commit
91071e948b
1
media-gfx/dmtx-utils/Manifest
Normal file
1
media-gfx/dmtx-utils/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST dmtx-utils-0.7.5.tar.gz 54754 BLAKE2B 0eaaa75dd8f650492f790aa960a6df93509e2bf5b1d0dd4b335a418f1524ee633d8d5f087cfef8b8950fc736dbb8ff702561e48506fa1b85d5846cf87601a197 SHA512 915104150d1cc5877d3012cb3934163b4a8e93f8132082835e8d12a8844d29e4afa06d020f5bd79e4bcacb8c153baadf183885619b7c4eb235d8c8c7041d325a
|
||||
30
media-gfx/dmtx-utils/dmtx-utils-0.7.5.ebuild
Normal file
30
media-gfx/dmtx-utils/dmtx-utils-0.7.5.ebuild
Normal file
@@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# 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=""
|
||||
|
||||
RDEPEND="
|
||||
>=media-gfx/imagemagick-6.2.4:=
|
||||
>=media-libs/libdmtx-0.7.0
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
eautoreconf
|
||||
}
|
||||
21
media-gfx/dmtx-utils/metadata.xml
Normal file
21
media-gfx/dmtx-utils/metadata.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>ahippo@yandex.ru</email>
|
||||
<name>Andrey Mazo</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
Tools for reading and writing two-dimensional Data Matrix barcodes.
|
||||
The tools are based on libdmtx library.
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="github">dmtx/dmtx-utils</remote-id>
|
||||
<remote-id type="sourceforge">libdmtx</remote-id>
|
||||
<bugs-to>https://github.com/dmtx/dmtx-utils/issues</bugs-to>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user