From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/digikam/
Date: Wed, 10 Aug 2016 17:52:01 +0000 (UTC) [thread overview]
Message-ID: <1470851511.7205ebd0fa3f582f1267ba5ac1ab247f286e64d0.kensington@gentoo> (raw)
commit: 7205ebd0fa3f582f1267ba5ac1ab247f286e64d0
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Tue Aug 9 20:39:50 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Aug 10 17:51:51 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7205ebd0
media-gfx/digikam: Version bump to 5.1.0
Package-Manager: portage-2.2.28
media-gfx/digikam/Manifest | 1 +
media-gfx/digikam/digikam-5.1.0.ebuild | 144 +++++++++++++++++++++++++++++++++
2 files changed, 145 insertions(+)
diff --git a/media-gfx/digikam/Manifest b/media-gfx/digikam/Manifest
index 8a2bb84..483c78c 100644
--- a/media-gfx/digikam/Manifest
+++ b/media-gfx/digikam/Manifest
@@ -1,3 +1,4 @@
DIST digikam-4.14.0.tar.bz2 59805228 SHA256 9d7bcb689d8c29be2e81976f0a043220f442a24f2071284044e7f1a799a7fdad SHA512 3029e9b67d9d055bd9aee0d6d01e87950702e026f9f44b513155946ba087ec58b300f945a035a418afae45365ed007d8db6a1a90ed1d391e5e0e4cb679168ccf WHIRLPOOL 35a3caedc9a4799f161b26b3b4df51da18a31be50a8a6da5b12a339a353755d73a47f103099087e3dc8e6926f65ae19638efea3585c86f72173a086056bf48ce
DIST digikam-4.4.0.tar.bz2 68871203 SHA256 5c68a2d200f5b502706128ea64839319aad333fb79548f49ecc92594e280d4e9 SHA512 4992fad1e574fc44eac53f3ac8d4ab78ccbf8e04beb54a211a9afc20af1efb6f8bacedea07e403f490e7f70a74ed5ac02d4f9b939dfaf25f64a4a9bda0a7d94a WHIRLPOOL 7a05ab9926227232a1cf52bf68da45b849b982e840b171f702610acce85a1ce8e59967a02e845a0ef19c316daee835861573aca40dc7b28422cf7d6d56119e2c
DIST digikam-5.0.0.tar.xz 62980708 SHA256 b0b4fb7f55101830b8a49d804f622f80e82386d1597cb1b94e6d2f287ab33d9f SHA512 99cd961b2261a76a2743ecabfb64195b941dc20f8fc57318cef9ca6e34ca9bd5c944c6019aa92b493316db47385a98f0f77fa04fcbd20ac0e3b01a03936eddfb WHIRLPOOL c15d19da31c7ba0679475fca7dc9f9b60104fee9f55a7b41b4b655e37d910d0bc963ebfd87a241ef5536ef4a0c362be42e6c5b054ee5a46998bee54ef8ad41f3
+DIST digikam-5.1.0.tar.xz 68259780 SHA256 47915e2e41ded21071309c0b387495bd66f6cc488acbfa647d2d8d57595127f1 SHA512 aa6b6b2a2f40dc6e1e90549d3b1cdcd2e886d16cfa4bb140093b67366b4aeaa3ebab96f0a28b1aeb969dca1fa64f8377bb8af44da4feeb4356e1f884357aaa86 WHIRLPOOL c09afdcc67fa0643f84f4b026227eb6f6c651369b1452e670d4c4451d967a78c968ec56a39f724d726f251d5fb51411214aa723860a23e936ce282a7285d89bc
diff --git a/media-gfx/digikam/digikam-5.1.0.ebuild b/media-gfx/digikam/digikam-5.1.0.ebuild
new file mode 100644
index 0000000..3eca8ae
--- /dev/null
+++ b/media-gfx/digikam/digikam-5.1.0.ebuild
@@ -0,0 +1,144 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+if [[ ${KDE_BUILD_TYPE} != live ]]; then
+ KDE_HANDBOOK="true"
+ KDE_TEST="true"
+fi
+CMAKE_MAKEFILE_GENERATOR="emake"
+CMAKE_MIN_VERSION="3.0"
+inherit kde5
+
+DESCRIPTION="Digital photo management application"
+HOMEPAGE="https://www.digikam.org/"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="addressbook gphoto2 kipi lensfun marble semantic-desktop mysql scanner video X"
+
+if [[ ${KDE_BUILD_TYPE} != live ]]; then
+
+ MY_PV=${PV/_/-}
+ MY_P=${PN}-${MY_PV}
+
+ SRC_BRANCH=stable
+ [[ ${PV} =~ beta[0-9]$ ]] && SRC_BRANCH=unstable
+ SRC_URI="mirror://kde/${SRC_BRANCH}/digikam/${MY_P}.tar.xz"
+
+ S="${WORKDIR}/${MY_P}/core"
+
+fi
+
+COMMON_DEPEND="
+ $(add_frameworks_dep kcompletion)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kjobwidgets)
+ $(add_frameworks_dep knotifications)
+ $(add_frameworks_dep knotifyconfig)
+ $(add_frameworks_dep kservice)
+ $(add_frameworks_dep ktextwidgets)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kwindowsystem)
+ $(add_frameworks_dep kxmlgui)
+ $(add_frameworks_dep solid)
+ $(add_kdeapps_dep libkexiv2)
+ $(add_qt_dep qtconcurrent)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtprintsupport)
+ $(add_qt_dep qtscript)
+ $(add_qt_dep qtsql 'mysql?')
+ $(add_qt_dep qtwebkit)
+ $(add_qt_dep qtwidgets)
+ $(add_qt_dep qtxml)
+ dev-libs/boost[threads]
+ dev-libs/expat
+ >=media-gfx/exiv2-0.24:=
+ media-libs/jasper
+ media-libs/lcms:2
+ media-libs/liblqr
+ >=media-libs/libpgf-6.12.27
+ media-libs/libpng:0=
+ media-libs/opencv:=[-qt4]
+ || ( <media-libs/opencv-3.0.0 >=media-libs/opencv-3.1.0 )
+ media-libs/tiff:0
+ virtual/jpeg:0
+ addressbook? (
+ $(add_kdeapps_dep akonadi-contacts)
+ $(add_kdeapps_dep kcontacts)
+ )
+ scanner? ( $(add_kdeapps_dep libksane) )
+ gphoto2? ( media-libs/libgphoto2:= )
+ kipi? ( $(add_kdeapps_dep libkipi '' '16.03.80') )
+ lensfun? ( media-libs/lensfun )
+ marble? (
+ $(add_frameworks_dep kbookmarks)
+ $(add_frameworks_dep kitemmodels)
+ $(add_kdeapps_dep marble)
+ )
+ semantic-desktop? ( $(add_frameworks_dep kfilemetadata) )
+ mysql? ( virtual/mysql )
+ video? ( $(add_qt_dep qtmultimedia 'widgets') )
+ X? (
+ $(add_qt_dep qtx11extras)
+ x11-libs/libX11
+ )
+"
+DEPEND="${COMMON_DEPEND}
+ dev-cpp/eigen:3
+ sys-devel/gettext
+"
+RDEPEND="${COMMON_DEPEND}
+ media-plugins/kipi-plugins:5
+ !media-gfx/digikam:4
+"
+
+RESTRICT=test
+# bug 366505
+
+src_prepare() {
+ if [[ ${KDE_BUILD_TYPE} != live ]]; then
+ # prepare the translations
+ mv "${WORKDIR}/${MY_P}/po" po || die
+ find po -name "*.po" -and -not -name "digikam.po" -delete || die
+ echo "set_property(GLOBAL PROPERTY ALLOW_DUPLICATE_CUSTOM_TARGETS 1)" >> CMakeLists.txt || die
+ echo "find_package(Gettext REQUIRED)" >> CMakeLists.txt || die
+ echo "add_subdirectory( po )" >> CMakeLists.txt || die
+
+ if use handbook; then
+ # subdirs need to be preserved b/c relative paths...
+ # doc-translated is, in fact, broken, and ignored
+ mv "${WORKDIR}/${MY_P}/doc/${PN}" doc-default || die
+ echo "add_subdirectory( doc-default )" >> CMakeLists.txt || die
+ fi
+ fi
+
+ kde5_src_prepare
+}
+
+src_configure() {
+ # LQR = only allows to choose between bundled/external
+ local mycmakeargs=(
+ -DENABLE_AKONADICONTACTSUPPORT=$(usex addressbook)
+ -DENABLE_KFILEMETADATASUPPORT=$(usex semantic-desktop)
+ -DENABLE_MYSQLSUPPORT=$(usex mysql)
+ -DENABLE_MEDIAPLAYER=$(usex video)
+ -DENABLE_OPENCV3=$(has_version ">=media-libs/opencv-3" && echo yes || echo no)
+ $(cmake-utils_use_find_package gphoto2 Gphoto2)
+ $(cmake-utils_use_find_package kipi KF5Kipi)
+ $(cmake-utils_use_find_package lensfun LensFun)
+ $(cmake-utils_use_find_package marble Marble)
+ $(cmake-utils_use_find_package scanner KF5Sane)
+ $(cmake-utils_use_find_package X X11)
+ )
+
+ kde5_src_configure
+}
next reply other threads:[~2016-08-10 17:52 UTC|newest]
Thread overview: 128+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-10 17:52 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-05 21:05 [gentoo-commits] repo/gentoo:master commit in: media-gfx/digikam/ Andreas Sturmlechner
2024-12-29 18:52 Andreas Sturmlechner
2024-12-17 9:31 Sam James
2024-11-16 8:56 Andreas Sturmlechner
2024-09-13 19:36 Arthur Zamarin
2024-08-07 19:48 Andreas Sturmlechner
2024-08-06 23:04 Andreas Sturmlechner
2024-07-31 13:45 Arthur Zamarin
2024-05-13 20:26 Andreas Sturmlechner
2024-05-01 11:22 Andreas K. Hüttel
2024-04-22 17:52 Andreas Sturmlechner
2024-04-20 14:52 Arthur Zamarin
2024-03-25 14:46 Andreas Sturmlechner
2024-03-06 20:32 Andreas Sturmlechner
2023-10-01 6:26 Sam James
2023-08-03 15:10 Sam James
2023-07-25 10:35 Andreas Sturmlechner
2023-07-25 10:02 Andreas Sturmlechner
2023-05-31 20:06 Andreas Sturmlechner
2023-05-31 19:54 Arthur Zamarin
2023-04-25 15:35 Andreas Sturmlechner
2023-03-29 10:24 Andreas Sturmlechner
2023-02-07 10:37 Andreas Sturmlechner
2023-01-10 0:04 Andreas Sturmlechner
2022-12-14 20:01 Andreas Sturmlechner
2022-10-12 19:22 Sam James
2022-10-11 9:20 Agostino Sarubbo
2022-09-15 17:47 Andreas Sturmlechner
2022-03-12 15:53 Andreas Sturmlechner
2022-03-11 23:39 Sam James
2022-03-01 11:27 Agostino Sarubbo
2022-01-19 7:44 Agostino Sarubbo
2022-01-18 16:31 Andreas Sturmlechner
2022-01-18 16:31 Andreas Sturmlechner
2022-01-17 8:41 Agostino Sarubbo
2021-12-18 17:42 Andreas Sturmlechner
2021-12-16 16:59 Andreas Sturmlechner
2021-11-26 8:50 Agostino Sarubbo
2021-11-26 1:38 Sam James
2021-08-04 22:29 Andreas K. Hüttel
2021-06-18 19:18 David Seifert
2021-06-01 9:00 Sam James
2021-06-01 9:00 Sam James
2021-03-25 23:13 Andreas Sturmlechner
2020-12-05 23:48 Andreas Sturmlechner
2020-11-12 15:27 Sam James
2020-11-11 15:38 Sam James
2020-09-17 20:15 Andreas Sturmlechner
2020-09-10 17:47 Andreas Sturmlechner
2020-08-01 22:57 Andreas Sturmlechner
2020-08-01 22:57 Andreas Sturmlechner
2020-06-15 23:04 Andreas Sturmlechner
2020-06-15 23:04 Andreas Sturmlechner
2020-05-26 15:31 Andreas Sturmlechner
2020-04-26 7:44 Mikle Kolyada
2020-04-03 20:07 Andreas Sturmlechner
2020-04-03 20:07 Andreas Sturmlechner
2020-02-12 15:10 Agostino Sarubbo
2020-02-08 13:39 Mikle Kolyada
2019-12-18 12:58 Andreas Sturmlechner
2019-12-02 16:33 Mikle Kolyada
2019-12-02 16:12 Mikle Kolyada
2019-11-28 20:02 Amy Liffey
2019-10-21 11:59 Andreas Sturmlechner
2019-10-12 21:13 Andreas Sturmlechner
2019-09-07 21:07 Thomas Deutschmann
2019-08-28 8:19 David Seifert
2019-08-11 8:19 Andreas Sturmlechner
2019-07-16 22:16 Andreas Sturmlechner
2019-04-27 20:51 Andreas Sturmlechner
2019-04-27 14:46 Andreas Sturmlechner
2019-02-21 10:29 Andreas Sturmlechner
2019-02-20 13:06 Mikle Kolyada
2019-02-18 0:41 Thomas Deutschmann
2019-02-16 18:35 Andreas Sturmlechner
2019-02-11 13:16 Andreas Sturmlechner
2019-02-11 12:42 Andreas Sturmlechner
2019-02-11 12:42 Andreas Sturmlechner
2018-12-30 13:40 Andreas Sturmlechner
2018-10-04 22:58 Andreas Sturmlechner
2018-05-02 16:33 Thomas Deutschmann
2018-05-02 14:20 Mikle Kolyada
2018-03-29 18:57 Andreas Sturmlechner
2018-03-29 18:57 Andreas Sturmlechner
2018-03-27 5:11 Johannes Huber
2018-03-27 5:11 Johannes Huber
2017-12-31 23:40 Andreas Sturmlechner
2017-12-18 18:48 Andreas Sturmlechner
2017-12-18 18:48 Andreas Sturmlechner
2017-12-16 23:15 Andreas Sturmlechner
2017-12-08 21:58 Thomas Deutschmann
2017-11-29 19:00 Andreas Sturmlechner
2017-09-08 15:33 Johannes Huber
2017-09-07 21:42 Johannes Huber
2017-09-07 12:37 Michael Palimaka
2017-09-06 18:50 Johannes Huber
2017-04-24 7:23 Agostino Sarubbo
2017-03-18 14:44 Andreas Sturmlechner
2017-01-10 17:35 Johannes Huber
2017-01-10 15:22 Agostino Sarubbo
2017-01-10 14:56 Agostino Sarubbo
2016-12-23 10:11 Johannes Huber
2016-12-08 17:16 Michael Palimaka
2016-11-12 23:37 David Seifert
2016-11-08 9:26 Johannes Huber
2016-11-08 9:26 Johannes Huber
2016-11-07 21:47 Johannes Huber
2016-10-31 18:52 Johannes Huber
2016-10-20 21:23 Michael Palimaka
2016-10-20 20:58 Michael Palimaka
2016-08-17 20:47 Michael Palimaka
2016-08-10 17:52 Michael Palimaka
2016-07-27 13:18 Michael Palimaka
2016-07-13 15:41 Michael Palimaka
2016-07-10 13:20 Johannes Huber
2016-07-10 10:25 Johannes Huber
2016-06-29 15:32 Michael Palimaka
2016-05-22 19:11 Michael Palimaka
2016-05-22 18:11 Michael Palimaka
2016-04-02 19:07 Andreas Hüttel
2016-03-07 15:08 Michael Palimaka
2015-12-07 14:32 Michael Palimaka
2015-10-22 15:53 Michael Palimaka
2015-10-22 13:18 Michael Palimaka
2015-10-22 13:18 Michael Palimaka
2015-10-22 11:55 Michael Palimaka
2015-08-12 20:19 Johannes Huber
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=1470851511.7205ebd0fa3f582f1267ba5ac1ab247f286e64d0.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