public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/zxing-cpp/
Date: Mon, 25 Dec 2023 17:04:57 +0000 (UTC)	[thread overview]
Message-ID: <1703523835.67c61323f56ea5410310cfef324b40ec0e8c564e.asturm@gentoo> (raw)

commit:     67c61323f56ea5410310cfef324b40ec0e8c564e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 25 16:54:42 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 25 17:03:55 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67c61323

media-libs/zxing-cpp: add 2.2.1

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-libs/zxing-cpp/Manifest               |  1 +
 media-libs/zxing-cpp/zxing-cpp-2.2.1.ebuild | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/media-libs/zxing-cpp/Manifest b/media-libs/zxing-cpp/Manifest
index eb4c00bec695..c2b728c456a1 100644
--- a/media-libs/zxing-cpp/Manifest
+++ b/media-libs/zxing-cpp/Manifest
@@ -1 +1,2 @@
 DIST zxing-cpp-2.1.0.tar.gz 866787 BLAKE2B 2589862e790bac85cee92818381b4ec3f9eeb5ac1dc2a78babf372ad7672bfe1a43ac7cfe4cc228eabed8a6c013f835c7e3e1948137d61edf1056906a149df80 SHA512 a00778c1fb7bb664176f7035aa96db4bab3e7ca28b5be2862182cb591d18edd4c3dfcbd34b4af08e0797bb4af893299d523f98aa84d266b68e4c766410e2e26d
+DIST zxing-cpp-2.2.1.tar.gz 891055 BLAKE2B c6a3343cd0389d930e83dd9db4d6aeca6d4dda715c22c0b10dd76460e9d55bdd8e994c2ac24ba5d5a4f5e2069fcb035b2e4651a380b6b39bcce4b90d0c754df8 SHA512 f1de8df783061a152a18cd9102ac0c579c40c76ab4a5ba9f30bcb8ddb532f3fac08736840a631adbf7c30a7fa00ce8d65625c8cd695288620601708e8f256a53

diff --git a/media-libs/zxing-cpp/zxing-cpp-2.2.1.ebuild b/media-libs/zxing-cpp/zxing-cpp-2.2.1.ebuild
new file mode 100644
index 000000000000..551d84c87579
--- /dev/null
+++ b/media-libs/zxing-cpp/zxing-cpp-2.2.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="C++ Multi-format 1D/2D barcode image processing library"
+HOMEPAGE="https://github.com/nu-book/zxing-cpp"
+SRC_URI="https://github.com/nu-book/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/3"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_EXAMPLES=OFF # nothing is installed
+		-DBUILD_BLACKBOX_TESTS=OFF # FIXME: FetchContent.cmake module usage
+		-DBUILD_UNIT_TESTS=OFF # for both tests options. no thanks. bug #793173
+	)
+	cmake_src_configure
+}


             reply	other threads:[~2023-12-25 17:05 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-25 17:04 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-01 16:23 [gentoo-commits] repo/gentoo:master commit in: media-libs/zxing-cpp/ Andreas Sturmlechner
2024-01-28 21:21 Sam James
2024-01-28 21:21 Sam James
2024-01-28 18:57 Sam James
2024-01-03 22:24 Andreas Sturmlechner
2023-09-26 19:53 Andreas Sturmlechner
2023-09-09 21:02 Sam James
2023-09-09 21:02 Sam James
2023-09-09 17:13 Sam James
2023-08-09 21:16 Andreas Sturmlechner
2023-01-10  0:04 Andreas Sturmlechner
2022-11-03  7:29 Sam James
2022-09-15 15:11 Agostino Sarubbo
2022-07-29  4:17 Sam James
2022-06-28  4:18 WANG Xuerui
2022-06-15 17:18 Andreas Sturmlechner
2022-06-15  7:36 Jakov Smolić
2022-06-14 11:10 Sam James
2022-06-14 11:10 Sam James
2022-05-15 12:18 Andreas Sturmlechner
2021-11-13 22:04 Georgy Yakovlev
2021-09-09 23:56 Sam James
2021-07-13  4:02 Sam James
2021-07-04 22:17 Sam James
2021-07-03 23:19 Sam James
2021-06-24  9:07 Andreas Sturmlechner
2021-05-30 11:56 Andreas Sturmlechner
2020-10-11 21:33 Andreas Sturmlechner
2020-10-01  2:53 Georgy Yakovlev
2020-09-13 18:25 Andreas Sturmlechner
2020-04-09 21:37 Andreas Sturmlechner
2020-04-04 15:17 Andreas Sturmlechner
2020-04-04 14:12 Mart Raudsepp
2020-03-02 12:32 Agostino Sarubbo
2020-03-01 21:44 Agostino Sarubbo
2020-01-29 18:39 Andreas Sturmlechner
2019-12-03  5:04 Andreas Sturmlechner
2019-12-02 23:29 Aaron Bauman
2019-12-02 16:33 Mikle Kolyada
2019-12-02 16:12 Mikle Kolyada
2019-11-20 16:17 Andreas Sturmlechner
2019-07-24 20:59 Thomas Deutschmann
2019-07-24 19:52 Aaron Bauman
2019-07-24 15:00 Andreas Sturmlechner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1703523835.67c61323f56ea5410310cfef324b40ec0e8c564e.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox