From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/okular/
Date: Sun, 9 Mar 2014 14:40:40 +0000 (UTC) [thread overview]
Message-ID: <1394376022.122aac54c4a9b35ea3d3755f7840db0ffbc4ad1b.johu@gentoo> (raw)
commit: 122aac54c4a9b35ea3d3755f7840db0ffbc4ad1b
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 9 14:40:22 2014 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Mar 9 14:40:22 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=122aac54
[kde-base/okular] Add USE dpi wrt bug #503956
Package-Manager: portage-2.2.8-r1
---
kde-base/okular/metadata.xml | 1 +
kde-base/okular/okular-4.12.80.ebuild | 4 +++-
kde-base/okular/okular-4.13.49.9999.ebuild | 4 +++-
kde-base/okular/okular-9999.ebuild | 4 +++-
4 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/kde-base/okular/metadata.xml b/kde-base/okular/metadata.xml
index 46962fb..63b3d40 100644
--- a/kde-base/okular/metadata.xml
+++ b/kde-base/okular/metadata.xml
@@ -3,6 +3,7 @@
<pkgmetadata>
<use>
<flag name="chm">Enable support for Microsoft Compiled HTML Help files</flag>
+ <flag name="dpi">DPI detection support for PDF rendering via <pkg>x11-libs/libkscreen</pkg></flag>
<flag name="ebook">Add E-Book support</flag>
<flag name="mobi">Add mobipocket support</flag>
</use>
diff --git a/kde-base/okular/okular-4.12.80.ebuild b/kde-base/okular/okular-4.12.80.ebuild
index b1b8a15..65c21d0 100644
--- a/kde-base/okular/okular-4.12.80.ebuild
+++ b/kde-base/okular/okular-4.12.80.ebuild
@@ -15,7 +15,7 @@ inherit kde4-base
DESCRIPTION="Okular is a universal document viewer based on KPDF for KDE 4."
HOMEPAGE="http://okular.kde.org http://www.kde.org/applications/graphics/okular"
KEYWORDS=" ~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="chm crypt debug djvu ebook +jpeg mobi +postscript +pdf +tiff"
+IUSE="chm crypt debug djvu dpi ebook +jpeg mobi +postscript +pdf +tiff"
DEPEND="
media-libs/freetype
@@ -24,6 +24,7 @@ DEPEND="
chm? ( dev-libs/chmlib )
crypt? ( app-crypt/qca:2 )
djvu? ( app-text/djvu )
+ dpi? ( x11-libs/libkscreen )
ebook? ( app-text/ebook-tools )
jpeg? ( virtual/jpeg:0 )
mobi? ( $(add_kdebase_dep kdegraphics-mobipocket) )
@@ -38,6 +39,7 @@ src_configure() {
$(cmake-utils_use_with chm)
$(cmake-utils_use_with crypt QCA2)
$(cmake-utils_use_with djvu DjVuLibre)
+ $(cmake-utils_use_with dpi LibKScreen)
$(cmake-utils_use_with ebook EPub)
$(cmake-utils_use_with jpeg)
$(cmake-utils_use_with mobi QMobiPocket)
diff --git a/kde-base/okular/okular-4.13.49.9999.ebuild b/kde-base/okular/okular-4.13.49.9999.ebuild
index 3c428b2..f785b8e 100644
--- a/kde-base/okular/okular-4.13.49.9999.ebuild
+++ b/kde-base/okular/okular-4.13.49.9999.ebuild
@@ -15,7 +15,7 @@ inherit kde4-base
DESCRIPTION="Okular is a universal document viewer based on KPDF for KDE 4."
HOMEPAGE="http://okular.kde.org http://www.kde.org/applications/graphics/okular"
KEYWORDS=""
-IUSE="chm crypt debug djvu ebook +jpeg mobi +postscript +pdf +tiff"
+IUSE="chm crypt debug djvu dpi ebook +jpeg mobi +postscript +pdf +tiff"
DEPEND="
media-libs/freetype
@@ -24,6 +24,7 @@ DEPEND="
chm? ( dev-libs/chmlib )
crypt? ( app-crypt/qca:2 )
djvu? ( app-text/djvu )
+ dpi? ( x11-libs/libkscreen )
ebook? ( app-text/ebook-tools )
jpeg? ( virtual/jpeg:0 )
mobi? ( $(add_kdebase_dep kdegraphics-mobipocket) )
@@ -38,6 +39,7 @@ src_configure() {
$(cmake-utils_use_with chm)
$(cmake-utils_use_with crypt QCA2)
$(cmake-utils_use_with djvu DjVuLibre)
+ $(cmake-utils_use_with dpi LibKScreen)
$(cmake-utils_use_with ebook EPub)
$(cmake-utils_use_with jpeg)
$(cmake-utils_use_with mobi QMobiPocket)
diff --git a/kde-base/okular/okular-9999.ebuild b/kde-base/okular/okular-9999.ebuild
index 3c428b2..f785b8e 100644
--- a/kde-base/okular/okular-9999.ebuild
+++ b/kde-base/okular/okular-9999.ebuild
@@ -15,7 +15,7 @@ inherit kde4-base
DESCRIPTION="Okular is a universal document viewer based on KPDF for KDE 4."
HOMEPAGE="http://okular.kde.org http://www.kde.org/applications/graphics/okular"
KEYWORDS=""
-IUSE="chm crypt debug djvu ebook +jpeg mobi +postscript +pdf +tiff"
+IUSE="chm crypt debug djvu dpi ebook +jpeg mobi +postscript +pdf +tiff"
DEPEND="
media-libs/freetype
@@ -24,6 +24,7 @@ DEPEND="
chm? ( dev-libs/chmlib )
crypt? ( app-crypt/qca:2 )
djvu? ( app-text/djvu )
+ dpi? ( x11-libs/libkscreen )
ebook? ( app-text/ebook-tools )
jpeg? ( virtual/jpeg:0 )
mobi? ( $(add_kdebase_dep kdegraphics-mobipocket) )
@@ -38,6 +39,7 @@ src_configure() {
$(cmake-utils_use_with chm)
$(cmake-utils_use_with crypt QCA2)
$(cmake-utils_use_with djvu DjVuLibre)
+ $(cmake-utils_use_with dpi LibKScreen)
$(cmake-utils_use_with ebook EPub)
$(cmake-utils_use_with jpeg)
$(cmake-utils_use_with mobi QMobiPocket)
next reply other threads:[~2014-03-09 14:40 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-09 14:40 Johannes Huber [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-09-13 17:46 [gentoo-commits] proj/kde:master commit in: kde-base/okular/ Michael Palimaka
2014-08-16 23:47 Johannes Huber
2014-07-16 12:32 Michael Palimaka
2014-05-26 21:49 Maciej Mrozowski
2014-01-18 4:34 Robin H. Johnson
2013-12-25 21:05 Chris Reffett
2013-12-25 21:05 Chris Reffett
2013-07-31 18:13 Johannes Huber
2013-06-21 16:30 Andreas Hüttel
2013-06-20 20:12 Andreas Hüttel
2013-03-17 18:11 Michael Palimaka
2013-03-12 12:10 Michael Palimaka
2012-08-03 16:11 Johannes Huber
2012-06-16 16:54 Michael Palimaka
2012-05-21 23:00 Johannes Huber
2011-09-28 22:37 Maciej Mrozowski
2011-08-27 21:13 Andreas Hüttel
2011-06-24 19:29 Jorge Manuel B. S. Vicetto
2011-06-08 22:49 Andreas Hüttel
2011-06-08 21:42 Andreas Hüttel
2011-06-06 17:12 Jonathan Callen
2011-06-05 12:12 Marc Schiffbauer
2011-05-31 21:14 Jonathan Callen
2011-05-26 5:14 Jorge Manuel B. S. Vicetto
2011-05-01 16:05 Tomas Chvatal
2011-04-21 21:52 Jonathan Callen
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=1394376022.122aac54c4a9b35ea3d3755f7840db0ffbc4ad1b.johu@gentoo \
--to=johu@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