From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kfilemetadata/
Date: Sun, 16 Apr 2017 10:23:13 +0000 (UTC) [thread overview]
Message-ID: <1492338083.33bb33d2f761223028b13ece0b04ca57a1dd5836.asturm@gentoo> (raw)
commit: 33bb33d2f761223028b13ece0b04ca57a1dd5836
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 16 10:21:23 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 16 10:21:23 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=33bb33d2
kde-frameworks/kfilemetadata: Add USE=office, fix poppler build switch
Upstream commits
e56e22b5525dfc93366d1f2853553410375fec45
599e9b6489fe1caa095871f0f322881bbf53f6cf
Package-Manager: Portage-2.3.3, Repoman-2.3.1
kde-frameworks/kfilemetadata/kfilemetadata-9999.ebuild | 7 ++++---
kde-frameworks/kfilemetadata/metadata.xml | 3 ++-
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/kde-frameworks/kfilemetadata/kfilemetadata-9999.ebuild b/kde-frameworks/kfilemetadata/kfilemetadata-9999.ebuild
index aa00c44b3e..d383cc4f1e 100644
--- a/kde-frameworks/kfilemetadata/kfilemetadata-9999.ebuild
+++ b/kde-frameworks/kfilemetadata/kfilemetadata-9999.ebuild
@@ -7,10 +7,9 @@ inherit eutils kde5
DESCRIPTION="Library for extracting file metadata"
KEYWORDS=""
-IUSE="epub exif ffmpeg libav pdf taglib"
+IUSE="epub exif ffmpeg libav office pdf taglib"
RDEPEND="
- $(add_frameworks_dep karchive)
$(add_frameworks_dep ki18n)
$(add_qt_dep qtxml)
epub? ( app-text/ebook-tools )
@@ -19,6 +18,7 @@ RDEPEND="
libav? ( media-video/libav:= )
!libav? ( media-video/ffmpeg:0= )
)
+ office? ( $(add_frameworks_dep karchive) )
pdf? ( app-text/poppler[qt5] )
taglib? ( media-libs/taglib )
"
@@ -31,7 +31,8 @@ src_configure() {
$(cmake-utils_use_find_package epub EPub)
$(cmake-utils_use_find_package exif Exiv2)
$(cmake-utils_use_find_package ffmpeg FFmpeg)
- $(cmake-utils_use_find_package pdf PopplerQt5)
+ $(cmake-utils_use_find_package office KF5Archive)
+ $(cmake-utils_use_find_package pdf Poppler)
$(cmake-utils_use_find_package taglib Taglib)
)
diff --git a/kde-frameworks/kfilemetadata/metadata.xml b/kde-frameworks/kfilemetadata/metadata.xml
index be261df8b6..c3a96764b1 100644
--- a/kde-frameworks/kfilemetadata/metadata.xml
+++ b/kde-frameworks/kfilemetadata/metadata.xml
@@ -6,6 +6,7 @@
<name>Gentoo KDE Project</name>
</maintainer>
<use>
- <flag name="epub">Adds support for reading EPUB ebook metadata</flag>
+ <flag name="epub">Enable support for reading EPUB ebook metadata</flag>
+ <flag name="office">Enable support for reading ODF and OOXML metadata</flag>
</use>
</pkgmetadata>
next reply other threads:[~2017-04-16 10:23 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-16 10:23 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-05 22:10 [gentoo-commits] proj/kde:master commit in: kde-frameworks/kfilemetadata/ Andreas Sturmlechner
2024-07-12 19:58 Andreas Sturmlechner
2024-06-20 20:30 Andreas Sturmlechner
2023-09-19 16:44 Andreas Sturmlechner
2023-08-15 14:33 Andreas Sturmlechner
2022-12-04 10:37 Andreas Sturmlechner
2022-11-09 17:17 Andreas Sturmlechner
2022-07-03 10:55 Andreas Sturmlechner
2022-01-05 1:26 Sam James
2021-05-07 15:24 Andreas Sturmlechner
2021-04-04 19:21 Andreas Sturmlechner
2020-09-07 15:07 Andreas Sturmlechner
2019-10-17 18:10 Andreas Sturmlechner
2019-05-16 8:27 Michael Palimaka
2019-05-16 8:26 Michael Palimaka
2019-02-10 23:11 Andreas Sturmlechner
2019-01-12 8:38 Andreas Sturmlechner
2018-09-30 8:45 Andreas Sturmlechner
2018-08-16 20:45 Andreas Sturmlechner
2018-08-16 20:45 Andreas Sturmlechner
2018-06-10 15:35 Johannes Huber
2018-02-11 22:00 Andreas Sturmlechner
2017-12-03 21:47 Andreas Sturmlechner
2017-12-02 19:19 Andreas Sturmlechner
2017-08-06 22:30 Andreas Sturmlechner
2017-07-09 11:24 Andreas Sturmlechner
2017-06-16 21:10 Andreas Sturmlechner
2016-09-14 14:13 Michael Palimaka
2016-08-31 14:39 Michael Palimaka
2016-05-12 12:38 Michael Palimaka
2016-05-12 12:18 Michael Palimaka
2016-05-12 12:18 Michael Palimaka
2015-09-01 16:42 Michael Palimaka
2015-08-03 18:51 Johannes Huber
2015-08-03 18:43 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=1492338083.33bb33d2f761223028b13ece0b04ca57a1dd5836.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