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-gfx/krita/
Date: Sun,  4 Aug 2019 22:07:23 +0000 (UTC)	[thread overview]
Message-ID: <1564956418.97214867384bc1d93477c189fa7c79317a11d092.asturm@gentoo> (raw)

commit:     97214867384bc1d93477c189fa7c79317a11d092
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  4 19:11:23 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug  4 22:06:58 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97214867

media-gfx/krita: 4.2.5 version bump

Closes: https://bugs.gentoo.org/691316
Package-Manager: Portage-2.3.70, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-gfx/krita/Manifest           |   1 +
 media-gfx/krita/krita-4.2.5.ebuild | 117 +++++++++++++++++++++++++++++++++++++
 2 files changed, 118 insertions(+)

diff --git a/media-gfx/krita/Manifest b/media-gfx/krita/Manifest
index a81da4ec9a4..13ab2b3704c 100644
--- a/media-gfx/krita/Manifest
+++ b/media-gfx/krita/Manifest
@@ -1,2 +1,3 @@
 DIST krita-4.1.8.tar.gz 244065767 BLAKE2B ba2cbb6d1575cec189e8f10461b720a081f185e1e078fc1e8194c9e6d455dade45f35f1ae5a891717918b3c03863a2a7f3f819753a106ede5695003cfa260157 SHA512 d027444415bffbd6abd29ca69598fdb1e6a652fd4f1944092ff12016a57ff2ee3bab209c93e065905ec9bfea395e50f833915bb924b97a2c119d101057cba6c9
 DIST krita-4.2.4.tar.gz 246227960 BLAKE2B 94513a835526ee79c0747ed8c6004666b549d7070c02ad82800555282f319e5aa4dc1f35dafc6b4179284b244c8c80367b453548f5c8cd585154259a0512222a SHA512 c778653f8e72724d16322405fffdff5b82418c5a19021ccbada6a15389afd58f9d9017bc562eb5d91b0d4e10587bca1e616fc7ecc9ec7dbf82fae5247b81ea5e
+DIST krita-4.2.5.tar.xz 170060232 BLAKE2B fba124653edad23826fd6d4d932cb1ea4c63450d460bebf2b2e2d9167e437331a31d76b19d57d9f15f603195c0eea367463ea6d9e610e74d0844bb80d21f0741 SHA512 5134c0a889cb039c5253759965acfba5cef0c431e8230236c1288e0253628feba52a493eaa42c93adb1716014c17818232294c1c90ade760ad89940833599d9e

diff --git a/media-gfx/krita/krita-4.2.5.ebuild b/media-gfx/krita/krita-4.2.5.ebuild
new file mode 100644
index 00000000000..0cb6e37c988
--- /dev/null
+++ b/media-gfx/krita/krita-4.2.5.ebuild
@@ -0,0 +1,117 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
+PYTHON_COMPAT=( python3_{5,6,7} )
+inherit kde5 python-single-r1
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+	SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Free digital painting application. Digital Painting, Creative Freedom!"
+HOMEPAGE="https://kde.org/applications/graphics/krita/ https://krita.org/"
+LICENSE="GPL-3"
+IUSE="color-management fftw gif +gsl heif +jpeg openexr pdf qtmedia +raw tiff vc"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+BDEPEND="
+	dev-cpp/eigen:3
+	dev-lang/perl
+	sys-devel/gettext
+"
+COMMON_DEPEND="${PYTHON_DEPS}
+	$(add_frameworks_dep karchive)
+	$(add_frameworks_dep kcompletion)
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kcrash)
+	$(add_frameworks_dep kguiaddons)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kiconthemes)
+	$(add_frameworks_dep kitemmodels)
+	$(add_frameworks_dep kitemviews)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_frameworks_dep kwindowsystem)
+	$(add_frameworks_dep kxmlgui)
+	$(add_qt_dep qtconcurrent)
+	$(add_qt_dep qtdbus)
+	$(add_qt_dep qtdeclarative)
+	$(add_qt_dep qtgui '-gles2' '' '5=')
+	$(add_qt_dep qtnetwork)
+	$(add_qt_dep qtprintsupport)
+	$(add_qt_dep qtsvg)
+	$(add_qt_dep qtwidgets)
+	$(add_qt_dep qtx11extras)
+	$(add_qt_dep qtxml)
+	dev-libs/boost:=
+	dev-libs/quazip
+	dev-python/PyQt5[${PYTHON_USEDEP}]
+	dev-python/sip[${PYTHON_USEDEP}]
+	media-gfx/exiv2:=
+	media-libs/lcms
+	media-libs/libpng:0=
+	sys-libs/zlib
+	virtual/opengl
+	x11-libs/libX11
+	x11-libs/libxcb
+	x11-libs/libXi
+	color-management? ( media-libs/opencolorio )
+	fftw? ( sci-libs/fftw:3.0= )
+	gif? ( media-libs/giflib )
+	gsl? ( sci-libs/gsl:= )
+	jpeg? ( virtual/jpeg:0 )
+	heif? ( media-libs/libheif:= )
+	openexr? (
+		media-libs/ilmbase:=
+		media-libs/openexr
+	)
+	pdf? ( app-text/poppler[qt5] )
+	qtmedia? ( $(add_qt_dep qtmultimedia) )
+	raw? ( media-libs/libraw:= )
+	tiff? ( media-libs/tiff:0 )
+"
+DEPEND="${COMMON_DEPEND}
+	vc? ( >=dev-libs/vc-1.1.0 )
+"
+RDEPEND="${COMMON_DEPEND}
+	!app-office/calligra:4[calligra_features_krita]
+	!app-office/calligra-l10n:4[calligra_features_krita(+)]
+"
+
+# bug 630508
+RESTRICT+=" test"
+
+PATCHES=( "${FILESDIR}"/${PN}-4.2.4-tests-optional.patch )
+
+pkg_setup() {
+	python-single-r1_pkg_setup
+	kde5_pkg_setup
+}
+
+src_configure() {
+	# Prevent sandbox violation from FindPyQt5.py module
+	# See Gentoo-bug 655918
+	addpredict /dev/dri
+
+	local mycmakeargs=(
+		$(cmake-utils_use_find_package color-management OCIO)
+		$(cmake-utils_use_find_package fftw FFTW3)
+		$(cmake-utils_use_find_package gif GIF)
+		$(cmake-utils_use_find_package gsl GSL)
+		$(cmake-utils_use_find_package heif HEIF)
+		$(cmake-utils_use_find_package jpeg JPEG)
+		$(cmake-utils_use_find_package openexr OpenEXR)
+		$(cmake-utils_use_find_package pdf Poppler)
+		$(cmake-utils_use_find_package qtmedia Qt5Multimedia)
+		$(cmake-utils_use_find_package raw LibRaw)
+		$(cmake-utils_use_find_package tiff TIFF)
+		$(cmake-utils_use_find_package vc Vc)
+	)
+
+	kde5_src_configure
+}


             reply	other threads:[~2019-08-04 22:07 UTC|newest]

Thread overview: 135+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-04 22:07 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-26 19:51 [gentoo-commits] repo/gentoo:master commit in: media-gfx/krita/ Arthur Zamarin
2025-01-29 18:49 Andreas Sturmlechner
2025-01-25 13:27 Andreas Sturmlechner
2024-11-25 22:39 Andreas Sturmlechner
2024-10-01 18:45 Andreas Sturmlechner
2024-10-01 18:45 Andreas Sturmlechner
2024-09-25 20:01 Andreas Sturmlechner
2024-09-20  8:20 Arthur Zamarin
2024-08-30  6:33 Joonas Niilola
2024-07-14 18:34 Jakov Smolić
2024-07-13 20:36 Sam James
2024-07-13 20:01 Andreas Sturmlechner
2024-07-13 18:02 Sam James
2024-07-13 18:02 Sam James
2024-04-20 12:57 Andreas Sturmlechner
2023-10-27 15:20 Michał Górny
2023-06-08 14:05 Andreas Sturmlechner
2023-01-05 18:03 Andreas Sturmlechner
2022-12-15 19:26 Andreas Sturmlechner
2022-12-15  4:43 Arthur Zamarin
2022-12-14 20:01 Andreas Sturmlechner
2022-11-08 20:28 Andreas Sturmlechner
2022-11-08 11:28 Andreas Sturmlechner
2022-11-06 11:53 Andreas Sturmlechner
2022-10-12 20:07 Andreas Sturmlechner
2022-10-12 19:41 Andreas Sturmlechner
2022-10-12 19:22 Sam James
2022-09-14 11:59 Andreas Sturmlechner
2022-09-14 11:59 Andreas Sturmlechner
2022-09-10  0:29 Sam James
2022-09-09 16:09 Andrew Ammerlaan
2022-08-05 15:23 Andreas Sturmlechner
2022-07-19 10:49 Andreas Sturmlechner
2022-07-04 16:29 Andreas Sturmlechner
2022-06-14 21:17 Jakov Smolić
2022-06-01 11:28 Andreas Sturmlechner
2022-05-07  5:33 Sam James
2022-05-07  5:28 Sam James
2022-02-28  7:06 Yixun Lan
2022-02-28  5:21 Sam James
2021-12-29 16:34 Andreas Sturmlechner
2021-12-23 11:37 Andreas Sturmlechner
2021-10-08  7:26 Andreas Sturmlechner
2021-10-06 23:06 Sam James
2021-09-30 17:53 Andreas Sturmlechner
2021-09-30 17:53 Andreas Sturmlechner
2021-09-04 17:01 Andreas Sturmlechner
2021-09-04 17:01 Andreas Sturmlechner
2021-08-25 14:47 Andreas Sturmlechner
2021-07-21 21:57 Marek Szuba
2021-07-05  6:40 Andreas Sturmlechner
2021-07-04 22:17 Sam James
2021-06-01  9:00 Sam James
2021-03-25 23:13 Andreas Sturmlechner
2021-02-27 17:50 Andreas Sturmlechner
2021-02-27 16:16 Sam James
2021-01-19 16:34 Andreas Sturmlechner
2020-12-21 18:07 Sam James
2020-12-17  0:45 Sam James
2020-10-13  9:26 Agostino Sarubbo
2020-06-21  8:00 Andreas Sturmlechner
2020-06-05 22:43 Andreas Sturmlechner
2020-05-19 19:58 Andreas Sturmlechner
2020-05-19 19:56 Andreas Sturmlechner
2020-04-03 20:07 Andreas Sturmlechner
2020-03-11  7:25 Georgy Yakovlev
2020-02-23 11:44 Andreas Sturmlechner
2020-02-23 11:44 Andreas Sturmlechner
2020-02-23 11:44 Andreas Sturmlechner
2020-02-13 23:20 Andreas Sturmlechner
2020-02-09 16:29 Michał Górny
2019-12-01 19:30 Andreas Sturmlechner
2019-11-15 13:48 Agostino Sarubbo
2019-10-10 18:57 Andreas Sturmlechner
2019-10-03 20:40 Andreas Sturmlechner
2019-09-15 16:51 Andreas Sturmlechner
2019-09-11  9:08 Andreas Sturmlechner
2019-08-06 20:11 Andreas Sturmlechner
2019-07-13  6:50 Andreas Sturmlechner
2019-06-05  9:19 Andreas Sturmlechner
2019-04-06 20:34 Andreas Sturmlechner
2019-04-06 16:01 Mikle Kolyada
2019-04-03 18:59 Andreas Sturmlechner
2019-03-06 11:13 Andreas Sturmlechner
2019-01-14 14:41 Mikle Kolyada
2019-01-05 21:08 Andreas Sturmlechner
2018-12-16 14:05 Andreas Sturmlechner
2018-12-16 14:05 Andreas Sturmlechner
2018-12-16 14:05 Andreas Sturmlechner
2018-11-09 18:52 Mikle Kolyada
2018-10-13 18:52 Andreas Sturmlechner
2018-10-11 13:37 Andreas Sturmlechner
2018-10-11 12:20 Andreas Sturmlechner
2018-10-04 12:23 Andreas Sturmlechner
2018-10-02 15:03 Andreas Sturmlechner
2018-10-02 14:33 Mikle Kolyada
2018-08-30  9:01 Mikle Kolyada
2018-08-29 18:33 Andreas Sturmlechner
2018-08-29 16:48 Andreas Sturmlechner
2018-07-08 16:16 Andreas Sturmlechner
2018-05-12 10:45 Johannes Huber
2018-05-12 10:45 Johannes Huber
2018-04-12 17:59 Johannes Huber
2018-04-11 20:08 Andreas Sturmlechner
2018-04-08 16:03 Johannes Huber
2018-02-11  0:59 Michael Palimaka
2018-02-11  0:51 Michael Palimaka
2018-01-09 17:33 Andreas Sturmlechner
2017-12-16 23:15 Andreas Sturmlechner
2017-12-16 17:24 Tobias Klausmann
2017-11-15 23:28 Andreas Sturmlechner
2017-11-15 23:28 Andreas Sturmlechner
2017-11-05 17:16 Andreas Sturmlechner
2017-11-05 17:16 Andreas Sturmlechner
2017-10-19 17:23 Andreas Sturmlechner
2017-09-10 14:44 Andreas Sturmlechner
2017-08-27 17:50 Andreas Sturmlechner
2017-08-27 11:43 Andreas Sturmlechner
2017-06-04 10:41 Andreas Sturmlechner
2017-06-04 10:41 Andreas Sturmlechner
2017-06-04 10:34 Agostino Sarubbo
2017-05-26 16:55 Andreas Sturmlechner
2017-05-26 15:40 Andreas Sturmlechner
2017-05-26 15:40 Andreas Sturmlechner
2017-04-29 10:46 Johannes Huber
2017-03-20 12:28 Agostino Sarubbo
2017-03-19 12:04 Johannes Huber
2017-02-02  8:59 Michael Palimaka
2017-02-01 12:07 Johannes Huber
2017-02-01 12:07 Johannes Huber
2016-12-17 17:51 Johannes Huber
2016-12-17 17:51 Johannes Huber
2016-09-25 17:44 Michael Palimaka
2016-06-05 18:30 Michael Palimaka

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=1564956418.97214867384bc1d93477c189fa7c79317a11d092.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