diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-08-12 06:32:46 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-08-12 06:32:46 +0100 |
commit | 28e3d252dc8ac8a5635206dfefe1cfe05058d1db (patch) | |
tree | e75bce604750fb72e53ed3684059e2e5d2094509 /media-libs/libdmtx | |
parent | f625b9919a60a30f1bd860f7d1b2eac183ced593 (diff) |
gentoo resync : 12.08.2018
Diffstat (limited to 'media-libs/libdmtx')
-rw-r--r-- | media-libs/libdmtx/Manifest | 4 | ||||
-rw-r--r-- | media-libs/libdmtx/libdmtx-0.7.5.ebuild | 30 | ||||
-rw-r--r-- | media-libs/libdmtx/metadata.xml | 1 |
3 files changed, 34 insertions, 1 deletions
diff --git a/media-libs/libdmtx/Manifest b/media-libs/libdmtx/Manifest index 11545b75f899..dde1ba84e3ab 100644 --- a/media-libs/libdmtx/Manifest +++ b/media-libs/libdmtx/Manifest @@ -1,3 +1,5 @@ DIST libdmtx-0.7.4.tar.gz 370999 BLAKE2B 7c87d1b1ca8a1466aed6dbd8b60b31c1acacbff46d99855a2366c89a0998acbc8e0b3d3e70612d6bfc736b48e2001d8de14b9169920e802490623009f3395ea9 SHA512 307aeb30506e60fc44550d1bb86081634f0718d53e7b878b45b0e704e75c5996e27285a16881b7c3a93cafa9a9b125175dadc0f0c2c2f976878666eb652108ae +DIST libdmtx-0.7.5.tar.gz 790944 BLAKE2B af94a998e6ab0b06c17d64d6c720e874540830282fd1219260aa1e5fb44159b59f63fcfd1fbd750333ae50b080c341ec02b81216c2e975a8ef85628b23d4fb55 SHA512 c4bccc9eff4a93b6bb417ed23ed46e82cc98b650a94be40479d192af8537ee02a16700fbbd8f2271035ff8b804c40ab6461825d94bd80a3081d3a4b3988ea22a EBUILD libdmtx-0.7.4.ebuild 559 BLAKE2B 2bf658670fbe81aa3d73265f684582be428ad3cf3e4454787cf48ce5e05d5417440f934562fcf3e1467dd7a5aaf6eacdadb9c60bd07bfc3798902df2c88bad31 SHA512 c9dec7100a4fffc636cde5fb6b99f7a9e5a4cee565d2ac52685db6df4c5b128adadefda51aeef494449e71f4a06dd48033905cff1c773e6d1eb9c0229f37127e -MISC metadata.xml 326 BLAKE2B 569a4d2049158e629962d3fe2190f5abbd2971ca7235e4cac03f98cd3addc98f41171f81819bafb05d2548b62ff62e90b8ea2af63b79bc3a9ab1f5b06269249a SHA512 a76e9bc57b61fe25bae84a0a6420dc399647457b484d633033914a898933e7c2d3de5cddb379156ca681e20f270c7b3c6699ced46d0514aa418fc5b6f7df908c +EBUILD libdmtx-0.7.5.ebuild 604 BLAKE2B e101e1511342b4d50d098810abb3f87a0a43ea0ebeaa363d515b00e4d21ab4deaf66dee8a65bce271bb26eb92aff596a678188fb5065ffb53c5ebfe531ec27b2 SHA512 6c0aed13647b96e0f175d1031903e88dd81464ecd9dd785890ebe258580708c6b8490976940393fc18b7b6f7fa83d6466ff03ae96233e0ec42e4c7e6c174478f +MISC metadata.xml 378 BLAKE2B 9dcdc2a67e0836e73a48174390263c6344f329beb3682a92ffc52a11856b87ce5a4338803ee67f07f9d2337b4292433727c3edca55b155ebd93200351231113a SHA512 f4374bbe8333e1e1700cedd7482667159e5c2e31d8b0f6e52074c9261a11327ca9eab2c857f768cdccd287728b3ab3f52628733e4d91725230fedd985d376a7d diff --git a/media-libs/libdmtx/libdmtx-0.7.5.ebuild b/media-libs/libdmtx/libdmtx-0.7.5.ebuild new file mode 100644 index 000000000000..1210c5c02638 --- /dev/null +++ b/media-libs/libdmtx/libdmtx-0.7.5.ebuild @@ -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="Barcode data matrix reading and writing library" +HOMEPAGE="http://libdmtx.sourceforge.net/" +SRC_URI="https://github.com/dmtx/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~x86-fbsd" +IUSE="static-libs" + +src_prepare() { + default + eautoreconf +} + +src_configure() { + econf \ + $(use_enable static-libs static) +} + +src_install() { + default + find "${ED}" -name '*.la' -exec rm -f {} + || die +} diff --git a/media-libs/libdmtx/metadata.xml b/media-libs/libdmtx/metadata.xml index b12b89f5a307..0f374f8fda32 100644 --- a/media-libs/libdmtx/metadata.xml +++ b/media-libs/libdmtx/metadata.xml @@ -6,6 +6,7 @@ <name>Gentoo KDE Project</name> </maintainer> <upstream> + <remote-id type="github">dmtx/libdmtx</remote-id> <remote-id type="sourceforge">libdmtx</remote-id> </upstream> </pkgmetadata> |