From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 067BF1381FA for ; Mon, 26 May 2014 21:49:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61ADFE0853; Mon, 26 May 2014 21:49:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E2777E0853 for ; Mon, 26 May 2014 21:49:36 +0000 (UTC) Received: from spoonbill.gentoo.org (unknown [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EA63E33F995 for ; Mon, 26 May 2014 21:49:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 92A25181A9 for ; Mon, 26 May 2014 21:49:34 +0000 (UTC) From: "Maciej Mrozowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Mrozowski" Message-ID: <1401140967.e4549a256036395d5fe51ce5f93a996f698ae92c.reavertm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/okular/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/okular/okular-4.13.49.9999.ebuild kde-base/okular/okular-4.9999.ebuild X-VCS-Directories: kde-base/okular/ X-VCS-Committer: reavertm X-VCS-Committer-Name: Maciej Mrozowski X-VCS-Revision: e4549a256036395d5fe51ce5f93a996f698ae92c X-VCS-Branch: master Date: Mon, 26 May 2014 21:49:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fd759943-68a5-4c36-8e95-c6bf4fe5e8d6 X-Archives-Hash: f0b810d662710bfc99eff6573d09b063 commit: e4549a256036395d5fe51ce5f93a996f698ae92c Author: Maciej Mrozowski gentoo org> AuthorDate: Mon May 26 21:49:27 2014 +0000 Commit: Maciej Mrozowski gentoo org> CommitDate: Mon May 26 21:49:27 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e4549a25 [kde-base/okular] Handle kimgio generator under jpeg USE flag. Fixes bug 511416 Package-Manager: portage-2.2.10 --- kde-base/okular/okular-4.13.49.9999.ebuild | 6 +++++- kde-base/okular/okular-4.9999.ebuild | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/kde-base/okular/okular-4.13.49.9999.ebuild b/kde-base/okular/okular-4.13.49.9999.ebuild index f785b8e..c16e1a6 100644 --- a/kde-base/okular/okular-4.13.49.9999.ebuild +++ b/kde-base/okular/okular-4.13.49.9999.ebuild @@ -26,7 +26,10 @@ DEPEND=" djvu? ( app-text/djvu ) dpi? ( x11-libs/libkscreen ) ebook? ( app-text/ebook-tools ) - jpeg? ( virtual/jpeg:0 ) + jpeg? ( + $(add_kdebase_dep libkexiv2) + virtual/jpeg:0 + ) mobi? ( $(add_kdebase_dep kdegraphics-mobipocket) ) pdf? ( >=app-text/poppler-0.20[qt4,-exceptions(-)] ) postscript? ( app-text/libspectre ) @@ -42,6 +45,7 @@ src_configure() { $(cmake-utils_use_with dpi LibKScreen) $(cmake-utils_use_with ebook EPub) $(cmake-utils_use_with jpeg) + $(cmake-utils_use_with jpeg Kexiv2) $(cmake-utils_use_with mobi QMobiPocket) $(cmake-utils_use_with postscript LibSpectre) $(cmake-utils_use_with pdf PopplerQt4) diff --git a/kde-base/okular/okular-4.9999.ebuild b/kde-base/okular/okular-4.9999.ebuild index f785b8e..c16e1a6 100644 --- a/kde-base/okular/okular-4.9999.ebuild +++ b/kde-base/okular/okular-4.9999.ebuild @@ -26,7 +26,10 @@ DEPEND=" djvu? ( app-text/djvu ) dpi? ( x11-libs/libkscreen ) ebook? ( app-text/ebook-tools ) - jpeg? ( virtual/jpeg:0 ) + jpeg? ( + $(add_kdebase_dep libkexiv2) + virtual/jpeg:0 + ) mobi? ( $(add_kdebase_dep kdegraphics-mobipocket) ) pdf? ( >=app-text/poppler-0.20[qt4,-exceptions(-)] ) postscript? ( app-text/libspectre ) @@ -42,6 +45,7 @@ src_configure() { $(cmake-utils_use_with dpi LibKScreen) $(cmake-utils_use_with ebook EPub) $(cmake-utils_use_with jpeg) + $(cmake-utils_use_with jpeg Kexiv2) $(cmake-utils_use_with mobi QMobiPocket) $(cmake-utils_use_with postscript LibSpectre) $(cmake-utils_use_with pdf PopplerQt4)