From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/gwenview/
Date: Sat, 30 May 2015 16:07:09 +0000 (UTC) [thread overview]
Message-ID: <1433002021.6b93ba7019fbbfda8f672372e05375b83cd7ddfb.mrueg@gentoo> (raw)
commit: 6b93ba7019fbbfda8f672372e05375b83cd7ddfb
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat May 30 16:07:01 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat May 30 16:07:01 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6b93ba70
[kde-apps/gwenview] Don't depend on unreleased kipi/kdcraw. Thanks to Andreas Sturmlechner for noticing this.
Package-Manager: portage-2.2.20
kde-apps/gwenview/gwenview-15.04.2.ebuild | 21 ++++++++++++++-------
1 file changed, 14 insertions(+), 7 deletions(-)
diff --git a/kde-apps/gwenview/gwenview-15.04.2.ebuild b/kde-apps/gwenview/gwenview-15.04.2.ebuild
index a5447ed..e922a53 100644
--- a/kde-apps/gwenview/gwenview-15.04.2.ebuild
+++ b/kde-apps/gwenview/gwenview-15.04.2.ebuild
@@ -14,8 +14,11 @@ HOMEPAGE="
http://gwenview.sourceforge.net/
"
KEYWORDS="~amd64 ~x86"
-IUSE="kipi raw semantic-desktop"
+IUSE="semantic-desktop"
+# Not released: USE="kipi raw"
+# kipi? ( $(add_kdeapps_dep libkipi '' 5.9999) )
+# raw? ( $(add_kdeapps_dep libkdcraw '' 5.9999) )
DEPEND="
$(add_frameworks_dep kactivities)
$(add_frameworks_dep kcompletion)
@@ -45,18 +48,22 @@ DEPEND="
media-libs/phonon[qt5]
virtual/jpeg:0
x11-libs/libX11
- kipi? ( $(add_kdeapps_dep libkipi '' 5.9999) )
- raw? ( $(add_kdeapps_dep libkdcraw '' 5.9999) )
semantic-desktop? ( $(add_plasma_dep baloo) )
"
RDEPEND="${DEPEND}"
src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package kipi KF5Kipi)
- $(cmake-utils_use_find_package raw KF5KDcraw)
- )
+# Not released:
+# local mycmakeargs=(
+# $(cmake-utils_use_find_package kipi KF5Kipi)
+# $(cmake-utils_use_find_package raw KF5KDcraw)
+# )
+
+ # Workaround for bug #479510
+ if [[ -e ${EPREFIX}/usr/include/${CHOST}/jconfig.h ]]; then
+ mycmakeargs+=( -DJCONFIG_H="${EPREFIX}/usr/include/${CHOST}/jconfig.h" )
+ fi
if use semantic-desktop; then
mycmakeargs+=(-DGWENVIEW_SEMANTICINFO_BACKEND=Baloo)
next reply other threads:[~2015-05-30 16:07 UTC|newest]
Thread overview: 60+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-30 16:07 Manuel Rüger [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-03 21:12 [gentoo-commits] proj/kde:master commit in: kde-apps/gwenview/ Andreas Sturmlechner
2024-11-10 16:46 Andreas Sturmlechner
2024-11-04 23:01 Andreas Sturmlechner
2024-08-22 20:03 Andreas Sturmlechner
2024-08-15 8:32 Andreas Sturmlechner
2024-08-15 7:39 Andreas Sturmlechner
2024-03-21 9:15 Andreas Sturmlechner
2024-03-21 9:15 Andreas Sturmlechner
2024-03-15 14:07 Andreas Sturmlechner
2024-02-25 19:04 Sam James
2024-02-24 11:50 Andreas Sturmlechner
2024-02-24 11:19 Alexey Shvetsov
2024-02-24 8:49 Alexey Shvetsov
2024-01-10 10:17 Andreas Sturmlechner
2024-01-07 13:26 Andreas Sturmlechner
2023-12-25 19:05 Andreas Sturmlechner
2023-03-23 22:10 Andreas Sturmlechner
2022-12-16 19:33 Andreas Sturmlechner
2022-11-02 13:40 Andreas Sturmlechner
2022-07-09 12:52 Andreas Sturmlechner
2022-05-08 13:33 Andreas Sturmlechner
2021-12-21 3:59 Sam James
2021-12-09 9:28 Andreas Sturmlechner
2021-04-11 20:03 Andreas Sturmlechner
2021-04-04 19:21 Andreas Sturmlechner
2020-09-07 15:07 Andreas Sturmlechner
2019-07-17 18:19 Andreas Sturmlechner
2019-07-07 11:36 Andreas Sturmlechner
2019-06-23 7:58 Andreas Sturmlechner
2019-06-22 16:21 Andreas Sturmlechner
2019-02-09 9:56 Andreas Sturmlechner
2018-12-13 22:24 Andreas Sturmlechner
2018-09-12 10:09 Andreas Sturmlechner
2018-08-09 20:02 Andreas Sturmlechner
2018-08-08 8:11 Andreas Sturmlechner
2018-08-08 8:11 Andreas Sturmlechner
2018-08-08 8:11 Andreas Sturmlechner
2018-08-08 8:11 Andreas Sturmlechner
2017-12-25 10:30 Michael Palimaka
2017-02-05 15:22 Andreas Sturmlechner
2017-01-22 20:31 Andreas Sturmlechner
2016-12-03 12:50 Johannes Huber
2016-11-26 16:31 Michael Palimaka
2016-09-14 17:15 Michael Palimaka
2016-08-25 19:21 Michael Palimaka
2016-03-25 14:00 Michael Palimaka
2015-10-11 6:54 Michael Palimaka
2015-10-05 20:26 Manuel Rüger
2015-09-09 11:26 Michael Palimaka
2015-08-27 11:57 Michael Palimaka
2015-07-31 22:22 Manuel Rüger
2015-07-31 22:08 Alexey Shvetsov
2015-06-12 18:16 Michael Palimaka
2015-06-12 18:08 Michael Palimaka
2015-05-29 14:50 Michael Palimaka
2015-05-06 13:35 Michael Palimaka
2014-11-24 12:57 Michael Palimaka
2014-11-24 12:14 Michael Palimaka
2014-11-24 12:13 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=1433002021.6b93ba7019fbbfda8f672372e05375b83cd7ddfb.mrueg@gentoo \
--to=mrueg@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