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/kimageannotator/
Date: Tue, 23 Feb 2021 20:10:49 +0000 (UTC)	[thread overview]
Message-ID: <1614110218.b74f155967e6c6edc8fff045b12c2865719c558f.asturm@gentoo> (raw)

commit:     b74f155967e6c6edc8fff045b12c2865719c558f
Author:     David Flogeras <dflogeras2 <AT> gmail <DOT> com>
AuthorDate: Tue Feb 16 14:36:51 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 23 19:56:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b74f1559

media-libs/kimageannotator: 0.4.1 bump

Closes: https://bugs.gentoo.org/770949
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: David Flogeras <dflogeras2 <AT> gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-libs/kimageannotator/Manifest                |  1 +
 .../kimageannotator/kimageannotator-0.4.1.ebuild   | 47 ++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/media-libs/kimageannotator/Manifest b/media-libs/kimageannotator/Manifest
index 5979ed0a231..2d16a7c5303 100644
--- a/media-libs/kimageannotator/Manifest
+++ b/media-libs/kimageannotator/Manifest
@@ -1 +1,2 @@
 DIST kImageAnnotator-0.4.0.tar.gz 164030 BLAKE2B 09ec5eb18d212739c21b30809808cdd453321bf785fd79d21ae3ad5259edfb1dcddbac4de3fc68131627f0252c67f45f22d8572d91bb8c182d68e0d3140bcad5 SHA512 4fb76ff889ad4619080246f91e92fe9683056766b96faa071e0f73efd7c3647f90716fcf94b283461cd0152bdaa647002d26ffc7bf2cd1756ecdf3111005085a
+DIST kImageAnnotator-0.4.1.tar.gz 165976 BLAKE2B e25679416b411082aeaefa8d56aba203443c5a8fedef418caf7bd48b6facc07bfa4ed336d3f49970366023200bd4c0456ac631edc6b6c858b095f4410195761c SHA512 f133bfc81dc0aafd31a4deae2cb6a45b9d7941b27be3027ded7ffa59efe35c0f0a313b3076f672b93acbbfeccedf4832193fafe90c0fef004fab644d1da0dadb

diff --git a/media-libs/kimageannotator/kimageannotator-0.4.1.ebuild b/media-libs/kimageannotator/kimageannotator-0.4.1.ebuild
new file mode 100644
index 00000000000..7a96553458a
--- /dev/null
+++ b/media-libs/kimageannotator/kimageannotator-0.4.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~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.1.5
+	x11-libs/libX11
+"
+DEPEND="${RDEPEND}
+	test? ( dev-qt/qttest:5 )
+"
+BDEPEND="
+	dev-qt/linguist-tools:5
+"
+
+S="${WORKDIR}/${MY_P}"
+
+src_configure() {
+	local mycmakeargs+=(
+		-DBUILD_TESTS=$(usex test)
+	)
+	cmake_src_configure
+}
+
+src_test() {
+	virtx cmake_src_test
+}


             reply	other threads:[~2021-02-23 20:10 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-23 20:10 Andreas Sturmlechner [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-08-31  8:42 Joonas Niilola
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-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=1614110218.b74f155967e6c6edc8fff045b12c2865719c558f.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