public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/kimageannotator/
Date: Wed, 31 Aug 2022 08:42:18 +0000 (UTC)	[thread overview]
Message-ID: <1661934679.34fdf9e74304b400b5ddb96fa076afb1359748b2.juippis@gentoo> (raw)

commit:     34fdf9e74304b400b5ddb96fa076afb1359748b2
Author:     David Flogeras <dflogeras2 <AT> gmail <DOT> com>
AuthorDate: Tue Aug 16 23:46:33 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Aug 31 08:31:19 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34fdf9e7

media-libs/kimageannotator: bump to 0.6.0

Closes: https://bugs.gentoo.org/865453
Closes: https://github.com/gentoo/gentoo/pull/26887
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: David Flogeras <dflogeras2 <AT> gmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-libs/kimageannotator/Manifest                |  1 +
 .../kimageannotator/kimageannotator-0.6.0.ebuild   | 49 ++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/media-libs/kimageannotator/Manifest b/media-libs/kimageannotator/Manifest
index 8239fd2d1eb5..531638629f6e 100644
--- a/media-libs/kimageannotator/Manifest
+++ b/media-libs/kimageannotator/Manifest
@@ -1,2 +1,3 @@
 DIST kImageAnnotator-0.5.2.tar.gz 219008 BLAKE2B 6d2d53a55b013b8bb87291ffcb13126437291145a4d869c9e4b031711b8592ef465eb2b24b6473c09f9d02067d2404da15a4170a2f4e288cb1475d3c5d7d00be SHA512 42785f92954bf8fe28f5114d8ba7da9a1a22e79d1c0356642e34754218e580b147670a119d94e3b6b704deb1230a0d0f4d998541d5532783e4d569c66789af99
 DIST kImageAnnotator-0.5.3.tar.gz 219782 BLAKE2B 30f532a563761a665da1f926629ebd66888f820b305c98f2b0afc316d8a94010196e68221a4ffd4871ffbae19582eee685af56c763f873b38a7ac5219f4a3b3d SHA512 a858e0f8694f3f989c36db586e6e3a302ad2aa9bf32b26afa170c165327fa33b6f3053682420c788f701abdea4daa35158058edddf52af1566364976b2d2f9f7
+DIST kImageAnnotator-0.6.0.tar.gz 257662 BLAKE2B 3736d0e862f1d3f3f9728e4d4d611c7e406d40fe022a2441b1a80355997d86a194064ecade63b7657d3cbf1f63364b8b74654d9c92d809ac056b7dc999d97415 SHA512 5782acd552af2297813164c0612810ec0d2127c174773040d99ec9d281f3575832b06667736a5521e88fa2d57ea6410e42a5d95232cb2dbdd9608917e5d6e896

diff --git a/media-libs/kimageannotator/kimageannotator-0.6.0.ebuild b/media-libs/kimageannotator/kimageannotator-0.6.0.ebuild
new file mode 100644
index 000000000000..430ca94fb112
--- /dev/null
+++ b/media-libs/kimageannotator/kimageannotator-0.6.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+VIRTUALX_REQUIRED="test"
+inherit cmake virtualx
+
+MY_PN=kImageAnnotator
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Tool for annotating images"
+HOMEPAGE="https://github.com/ksnip/kImageAnnotator"
+SRC_URI="https://github.com/ksnip/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="test"
+
+RDEPEND="
+	dev-qt/qtcore:5
+	dev-qt/qtgui:5
+	dev-qt/qtsvg:5
+	dev-qt/qtwidgets:5[png]
+	>=media-libs/kcolorpicker-0.2.0
+	x11-libs/libX11
+"
+DEPEND="${RDEPEND}
+	test? (
+			dev-qt/qttest:5
+			dev-cpp/gtest
+	)
+"
+BDEPEND="
+	dev-qt/linguist-tools:5
+"
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_TESTS=$(usex test)
+	)
+	cmake_src_configure
+}
+
+src_test() {
+	BUILD_DIR="${BUILD_DIR}/tests" virtx cmake_src_test
+}


             reply	other threads:[~2022-08-31  8:42 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-31  8:42 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-01 18:23 [gentoo-commits] repo/gentoo:master commit in: media-libs/kimageannotator/ Andreas Sturmlechner
2024-03-06 20:32 Andreas Sturmlechner
2024-02-27 20:15 Alexey Shvetsov
2024-02-27 19:50 Andreas Sturmlechner
2024-02-24 12:11 Andreas Sturmlechner
2023-05-28 12:20 Joonas Niilola
2023-05-28 12:20 Joonas Niilola
2023-05-14 10:29 Andreas Sturmlechner
2023-05-14  9:17 Sam James
2023-05-14  8:48 Sam James
2023-05-14  8:48 Sam James
2023-02-25  9:01 Andreas Sturmlechner
2022-10-31  1:26 WANG Xuerui
2022-03-24  8:15 Agostino Sarubbo
2022-03-23  9:58 Jakov Smolić
2022-03-21 20:34 Jakov Smolić
2021-12-04  8:20 Joonas Niilola
2021-11-29 14:05 Andreas Sturmlechner
2021-09-30 17:24 Andreas Sturmlechner
2021-04-06  6:31 Agostino Sarubbo
2021-02-23 20:10 Andreas Sturmlechner
2021-01-28 18:04 Georgy Yakovlev
2021-01-19 19:17 Sam James

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=1661934679.34fdf9e74304b400b5ddb96fa076afb1359748b2.juippis@gentoo \
    --to=juippis@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