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/kphotoalbum/
Date: Tue,  5 Feb 2019 23:27:29 +0000 (UTC)	[thread overview]
Message-ID: <1549409202.8487b360db9fcf049fe9a5543469b8e6fee28e4d.asturm@gentoo> (raw)

commit:     8487b360db9fcf049fe9a5543469b8e6fee28e4d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  5 23:01:39 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb  5 23:26:42 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8487b360

media-gfx/kphotoalbum: 5.4.2 version bump

Closes: https://bugs.gentoo.org/677296
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-gfx/kphotoalbum/Manifest                 |  1 +
 media-gfx/kphotoalbum/kphotoalbum-5.4.2.ebuild | 62 ++++++++++++++++++++++++++
 2 files changed, 63 insertions(+)

diff --git a/media-gfx/kphotoalbum/Manifest b/media-gfx/kphotoalbum/Manifest
index 94b929ebd44..b310f6a9087 100644
--- a/media-gfx/kphotoalbum/Manifest
+++ b/media-gfx/kphotoalbum/Manifest
@@ -1 +1,2 @@
+DIST kphotoalbum-5.4.2.tar.xz 11807452 BLAKE2B 45ecdb4fbe3d66770394751911201737b698d2d497bb387871755113d153ef2c01a9b7e4a101f2b465d79801d0f88f084a0d0832550591012b44c70e5b28ff7f SHA512 9a4548141c56dd6426244e646a0d2bfb2eac28797c63ae478a56d6b1c0484ce5e607abcb079e50fcbc0643f7e9a94844a9af6600748ce465b8f66781aa5e3038
 DIST kphotoalbum-5.4.tar.xz 11658792 BLAKE2B 5f91dac910cc7022ca8a20f49f286a84586bf7adaed57448c1d811c370a9fb8661469d4e8e73809990e1e1800aaaff8f53c86446d93f99fd55cdddbece01eddc SHA512 d528905f3af9d23c89c89f902abe8358f8e90c402e437bc7cdd67837649f5dcd7f7416c77cc824532f928f41e7590f6005f13c97be4d608e433aad285a6a8bba

diff --git a/media-gfx/kphotoalbum/kphotoalbum-5.4.2.ebuild b/media-gfx/kphotoalbum/kphotoalbum-5.4.2.ebuild
new file mode 100644
index 00000000000..0266ae75caf
--- /dev/null
+++ b/media-gfx/kphotoalbum/kphotoalbum-5.4.2.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="forceoptional"
+inherit kde5
+
+DESCRIPTION="Tool for indexing, searching, and viewing images"
+HOMEPAGE="https://www.kphotoalbum.org/"
+SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
+
+LICENSE="GPL-2+ FDL-1.2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+kipi map +raw"
+
+DEPEND="
+	$(add_frameworks_dep karchive)
+	$(add_frameworks_dep kcompletion)
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kconfigwidgets)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kiconthemes)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep kjobwidgets)
+	$(add_frameworks_dep kservice)
+	$(add_frameworks_dep ktextwidgets)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_frameworks_dep kxmlgui)
+	$(add_qt_dep qtdbus)
+	$(add_qt_dep qtgui)
+	$(add_qt_dep qtnetwork)
+	$(add_qt_dep qtsql 'sqlite')
+	$(add_qt_dep qtwidgets)
+	$(add_qt_dep qtxml)
+	media-gfx/exiv2:=
+	media-libs/phonon[qt5(+)]
+	virtual/jpeg:0
+	kipi? ( $(add_kdeapps_dep libkipi) )
+	map? ( $(add_kdeapps_dep libkgeomap) )
+	raw? ( $(add_kdeapps_dep libkdcraw) )
+"
+RDEPEND="${DEPEND}
+	|| ( media-video/ffmpeg media-video/mplayer )
+	kipi? ( media-plugins/kipi-plugins:5 )
+	!media-gfx/kphotoalbum:4
+"
+
+DOCS=( ChangeLog README )
+
+PATCHES=( "${FILESDIR}/${PN}-5.4-exiv2-0.27.patch" )
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_find_package kipi KF5Kipi)
+		$(cmake-utils_use_find_package map KF5KGeoMap)
+		$(cmake-utils_use_find_package raw KF5KDcraw)
+	)
+
+	kde5_src_configure
+}


             reply	other threads:[~2019-02-05 23:27 UTC|newest]

Thread overview: 69+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-05 23:27 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-14 22:28 [gentoo-commits] repo/gentoo:master commit in: media-gfx/kphotoalbum/ Andreas Sturmlechner
2024-01-12 16:53 Sam James
2024-01-12  8:17 Arthur Zamarin
2023-12-12 13:04 Andreas Sturmlechner
2023-08-03 15:10 Sam James
2023-07-31 22:38 Sam James
2023-07-12 20:29 Andreas Sturmlechner
2023-05-31 20:06 Andreas Sturmlechner
2023-05-31 19:54 Arthur Zamarin
2023-05-31 19:45 Arthur Zamarin
2023-03-29 10:24 Andreas Sturmlechner
2023-01-09 19:47 Andreas Sturmlechner
2022-10-12 19:41 Andreas Sturmlechner
2022-10-12 19:22 Sam James
2022-10-11  9:20 Agostino Sarubbo
2022-09-16 18:45 Andreas Sturmlechner
2022-09-14 15:08 Andreas Sturmlechner
2022-09-11 21:52 Andreas Sturmlechner
2021-09-30 17:24 Andreas Sturmlechner
2021-09-22 23:29 Andreas Sturmlechner
2021-09-22 23:28 Sam James
2021-09-22 23:28 Sam James
2021-06-28 12:32 Andreas Sturmlechner
2020-09-04 19:03 Andreas Sturmlechner
2020-09-04 18:42 Sam James
2020-09-03 14:38 Thomas Deutschmann
2020-08-09  8:32 Andreas Sturmlechner
2020-03-07 11:05 Andreas Sturmlechner
2020-03-07 11:03 Agostino Sarubbo
2020-03-07  9:44 Agostino Sarubbo
2020-02-12 21:30 Andreas Sturmlechner
2020-02-09 22:28 Andreas Sturmlechner
2020-02-08 21:34 Andreas Sturmlechner
2019-06-20  9:24 Mikle Kolyada
2019-06-18 18:24 Thomas Deutschmann
2019-04-28 15:27 Andreas Sturmlechner
2019-02-11 12:42 Andreas Sturmlechner
2019-02-11 12:42 Andreas Sturmlechner
2019-02-07 15:15 Andreas Sturmlechner
2018-12-25 22:55 Andreas Sturmlechner
2018-11-12  1:14 Thomas Deutschmann
2018-11-09 18:55 Mikle Kolyada
2018-10-13 18:52 Andreas Sturmlechner
2018-03-18 17:51 Andreas Sturmlechner
2018-03-18 14:39 Mikle Kolyada
2018-03-18  0:40 Thomas Deutschmann
2018-01-20 22:50 Andreas Sturmlechner
2017-12-09 22:54 Michael Palimaka
2017-11-19 22:57 Andreas Sturmlechner
2017-06-18 12:08 Michael Palimaka
2017-04-27 12:17 Michael Palimaka
2017-04-27 10:36 Agostino Sarubbo
2017-04-23 10:27 Agostino Sarubbo
2017-02-27 17:29 Johannes Huber
2017-01-18 16:52 Agostino Sarubbo
2016-12-17 22:18 Johannes Huber
2016-12-11 18:46 Michael Palimaka
2016-10-30 10:44 Johannes Huber
2016-08-11 20:32 Michael Palimaka
2016-08-11 20:32 Michael Palimaka
2016-07-31 19:12 Michael Palimaka
2016-07-10 10:25 Johannes Huber
2016-03-09 11:55 Michael Palimaka
2016-03-09 11:55 Michael Palimaka
2016-01-22 10:36 Michael Palimaka
2016-01-22 10:36 Michael Palimaka
2015-12-31  9:41 Michael Palimaka
2015-10-22 12:19 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=1549409202.8487b360db9fcf049fe9a5543469b8e6fee28e4d.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