summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Mazo <ahippo@yandex.com>2019-10-06 20:04:33 +0300
committerJoonas Niilola <juippis@gentoo.org>2019-10-13 15:35:53 +0300
commitd40e35d577d2c44ee0fe8e70544af2cbf876e617 (patch)
tree237ab3d08cd77c8488daa3af56c3cbcb27fc19e2 /media-gfx/dmtx-utils/dmtx-utils-0.7.6.ebuild
parentdev-util/clion: remove old versions (diff)
downloadgentoo-d40e35d577d2c44ee0fe8e70544af2cbf876e617.tar.gz
gentoo-d40e35d577d2c44ee0fe8e70544af2cbf876e617.tar.bz2
gentoo-d40e35d577d2c44ee0fe8e70544af2cbf876e617.zip
media-gfx/dmtx-utils: version bump to 0.7.6
Closes: https://bugs.gentoo.org/696438 Closes: https://github.com/gentoo/gentoo/pull/13191 Package-Manager: Portage-2.3.76, Repoman-2.3.11 Signed-off-by: Andrey Mazo <ahippo@yandex.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-gfx/dmtx-utils/dmtx-utils-0.7.6.ebuild')
-rw-r--r--media-gfx/dmtx-utils/dmtx-utils-0.7.6.ebuild31
1 files changed, 31 insertions, 0 deletions
diff --git a/media-gfx/dmtx-utils/dmtx-utils-0.7.6.ebuild b/media-gfx/dmtx-utils/dmtx-utils-0.7.6.ebuild
new file mode 100644
index 000000000000..c7e98713603f
--- /dev/null
+++ b/media-gfx/dmtx-utils/dmtx-utils-0.7.6.ebuild
@@ -0,0 +1,31 @@
+# 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
+}