public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: media-gfx/krita/
Date: Tue, 13 Oct 2015 13:21:53 +0000 (UTC)	[thread overview]
Message-ID: <1444742506.d74a5e222dcd0d57cc148f386aeb3940df3daa7b.kensington@gentoo> (raw)

commit:     d74a5e222dcd0d57cc148f386aeb3940df3daa7b
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Tue Oct 13 00:03:36 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Oct 13 13:21:46 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=d74a5e22

media-gfx/krita: New package

Package-Manager: portage-2.2.23

 media-gfx/krita/krita-9999.ebuild | 93 +++++++++++++++++++++++++++++++++++++++
 media-gfx/krita/metadata.xml      |  9 ++++
 2 files changed, 102 insertions(+)

diff --git a/media-gfx/krita/krita-9999.ebuild b/media-gfx/krita/krita-9999.ebuild
new file mode 100644
index 0000000..4061819
--- /dev/null
+++ b/media-gfx/krita/krita-9999.ebuild
@@ -0,0 +1,93 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_DOXYGEN="true"
+KDE_HANDBOOK="true"
+KDE_TEST="true"
+inherit kde5
+
+DESCRIPTION="A free digital painting application. Digital Painting, Creative Freedom!"
+HOMEPAGE="https://www.kde.org/applications/graphics/krita/ https://krita.org/"
+KEYWORDS=""
+IUSE="color-management fftw +gsl +jpeg jpeg2k +mime openexr pdf png +raw tiff vc X"
+
+COMMON_DEPEND="
+	$(add_frameworks_dep karchive)
+	$(add_frameworks_dep kcompletion)
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kguiaddons)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kiconthemes)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep kitemmodels)
+	$(add_frameworks_dep kitemviews)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_frameworks_dep kxmlgui)
+	dev-cpp/eigen:3
+	dev-lang/perl
+	dev-libs/boost
+	dev-qt/designer:5
+	dev-qt/qtconcurrent:5
+	dev-qt/qtdbus:5
+	dev-qt/qtdeclarative:5
+	dev-qt/qtgui:5
+	dev-qt/qtnetwork:5
+	dev-qt/qtopengl:5
+	dev-qt/qtprintsupport:5
+	dev-qt/qtscript:5
+	dev-qt/qtsvg:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtx11extras:5
+	dev-qt/qtxml:5
+	media-gfx/exiv2
+	media-libs/lcms
+	sys-libs/zlib
+	virtual/opengl
+	color-management? ( media-libs/opencolorio )
+	fftw? ( sci-libs/fftw:3.0 )
+	gsl? ( sci-libs/gsl )
+	jpeg? ( virtual/jpeg:0 )
+	jpeg2k? ( media-libs/openjpeg:0 )
+	mime? ( x11-misc/shared-mime-info )
+	openexr? ( media-libs/openexr )
+	pdf? ( app-text/poppler[qt5] )
+	png? ( media-libs/libpng:= )
+	raw? ( $(add_kdeapps_dep libkdcraw) )
+	tiff? ( media-libs/tiff:0 )
+	vc? ( dev-libs/vc )
+	X? (
+		dev-qt/qtx11extras:5
+		x11-libs/libX11
+		x11-libs/libxcb
+	)
+"
+DEPEND="${COMMON_DEPEND}
+	sys-devel/gettext
+	x11-misc/shared-mime-info
+"
+RDEPEND="${COMMON_DEPEND}
+	!app-office/calligra[calligra_features_krita]
+"
+
+src_configure() {
+	local mycmakeargs=(
+		-DUSEOPENGL=ON
+		$(cmake-utils_use_with color-management OCIO)
+		$(cmake-utils_use_with fftw FFTW3)
+		$(cmake-utils_use_with gsl GSL)
+		$(cmake-utils_use_with jpeg JPEG)
+		$(cmake-utils_use_with jpeg2k OpenJPEG)
+		$(cmake-utils_use_with raw KF5KDcraw)
+		$(cmake-utils_use_with openexr OpenEXR)
+		$(cmake-utils_use_with pdf Poppler)
+		$(cmake-utils_use_with png PNG)
+		$(cmake-utils_use_with tiff TIFF)
+		$(cmake-utils_use_with vc Vc)
+	)
+
+	kde5_src_configure
+}

diff --git a/media-gfx/krita/metadata.xml b/media-gfx/krita/metadata.xml
new file mode 100644
index 0000000..dd5c045
--- /dev/null
+++ b/media-gfx/krita/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>kde</herd>
+	<use>
+		<flag name="color-management">Enable color management via <pkg>media-libs/opencolorio</pkg></flag>
+		<flag name="vc">Enable support for <pkg>dev-libs/vc</pkg>, could be a significant speed boost</flag>
+	</use>
+</pkgmetadata>


             reply	other threads:[~2015-10-13 13:21 UTC|newest]

Thread overview: 81+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-13 13:21 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-12-31  9:26 [gentoo-commits] proj/kde:master commit in: media-gfx/krita/ Michael Palimaka
2016-03-22 20:13 Johannes Huber
2016-03-22 21:10 Johannes Huber
2016-06-05 17:14 Michael Palimaka
2016-06-05 17:14 Michael Palimaka
2016-06-05 17:14 Michael Palimaka
2016-06-05 17:14 Michael Palimaka
2016-06-05 17:14 Michael Palimaka
2016-06-05 17:14 Michael Palimaka
2016-06-05 17:14 Michael Palimaka
2016-06-05 17:14 Michael Palimaka
2016-06-05 17:14 Michael Palimaka
2016-06-05 17:20 Michael Palimaka
2016-06-05 17:20 Michael Palimaka
2016-06-05 18:10 Michael Palimaka
2016-06-05 18:25 Michael Palimaka
2016-06-05 18:25 Michael Palimaka
2016-06-05 18:25 Michael Palimaka
2016-08-07 16:30 Michael Palimaka
2016-09-22 11:17 Michael Palimaka
2016-09-29 10:20 Michael Palimaka
2017-01-20  0:01 Andreas Sturmlechner
2017-02-02  8:37 Michael Palimaka
2017-02-02  9:00 Michael Palimaka
2017-05-26 16:32 Andreas Sturmlechner
2017-08-20  8:34 Andreas Sturmlechner
2017-09-10 14:48 Andreas Sturmlechner
2018-04-08 14:34 Johannes Huber
2018-04-08 16:03 Johannes Huber
2018-04-08 16:03 Johannes Huber
2018-04-08 16:03 Johannes Huber
2018-04-08 16:03 Johannes Huber
2018-08-29 10:51 Andreas Sturmlechner
2018-09-04 22:06 Andreas Sturmlechner
2018-10-04 10:53 Andreas Sturmlechner
2018-12-16 19:40 Andreas Sturmlechner
2019-01-26 20:29 Andreas Sturmlechner
2019-01-26 23:45 Andreas Sturmlechner
2019-02-17 11:11 Andreas Sturmlechner
2019-05-27 18:55 Andreas Sturmlechner
2019-06-01 16:17 Andreas Sturmlechner
2019-07-15 17:43 Andreas Sturmlechner
2019-08-04 21:10 Andreas Sturmlechner
2019-09-07 13:06 Andreas Sturmlechner
2019-10-24 18:37 Andreas Sturmlechner
2019-11-11  0:19 Andreas Sturmlechner
2020-02-09 18:06 Andreas Sturmlechner
2020-02-12 22:45 Andreas Sturmlechner
2020-02-12 22:45 Andreas Sturmlechner
2020-03-26 13:46 Andreas Sturmlechner
2020-08-18 17:47 Andreas Sturmlechner
2020-10-31  9:26 Andreas Sturmlechner
2020-10-31  9:26 Andreas Sturmlechner
2021-01-19 20:44 Andreas Sturmlechner
2021-01-21 14:27 Andreas Sturmlechner
2021-03-07 23:04 Andreas Sturmlechner
2021-03-13 11:27 Andreas Sturmlechner
2021-07-22 20:00 Andreas Sturmlechner
2021-07-22 20:00 Andreas Sturmlechner
2021-08-25  9:00 Andreas Sturmlechner
2021-11-05 15:55 Andreas Sturmlechner
2021-12-23 11:02 Andreas Sturmlechner
2021-12-23 11:34 Andreas Sturmlechner
2021-12-28 17:01 Andreas Sturmlechner
2022-05-08 13:33 Andreas Sturmlechner
2022-07-04 16:26 Andreas Sturmlechner
2022-09-14 11:52 Andreas Sturmlechner
2022-09-14 11:56 Andreas Sturmlechner
2022-09-14 11:56 Andreas Sturmlechner
2022-10-16  9:42 Andreas Sturmlechner
2022-11-08 20:21 Andreas Sturmlechner
2022-12-14 20:07 Andreas Sturmlechner
2022-12-16 19:33 Andreas Sturmlechner
2024-01-21 19:21 Andreas Sturmlechner
2024-03-25 18:47 Andreas Sturmlechner
2024-11-09 11:42 Andreas Sturmlechner
2024-11-29 15:08 Andreas Sturmlechner
2025-03-04 21:24 Andreas Sturmlechner
2025-09-02 20:59 Andreas Sturmlechner
2025-09-26 14:58 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=1444742506.d74a5e222dcd0d57cc148f386aeb3940df3daa7b.kensington@gentoo \
    --to=kensington@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