diff options
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/okular/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/okular/okular-4.4.5-r1.ebuild | 51 | ||||
-rw-r--r-- | kde-base/okular/okular-4.5.3.ebuild | 4 |
3 files changed, 60 insertions, 3 deletions
diff --git a/kde-base/okular/ChangeLog b/kde-base/okular/ChangeLog index 10f59b2e75f6..3d85e377e43a 100644 --- a/kde-base/okular/ChangeLog +++ b/kde-base/okular/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/okular # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/okular/ChangeLog,v 1.83 2010/11/03 16:31:00 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/okular/ChangeLog,v 1.84 2010/11/08 14:55:25 jmbsvicetto Exp $ + +*okular-4.4.5-r1 (08 Nov 2010) + + 08 Nov 2010; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> + +okular-4.4.5-r1.ebuild, okular-4.5.3.ebuild: + Replaced media-libs/jpeg dep with virtual/jpeg as requested in the dev ml. *okular-4.5.3 (03 Nov 2010) diff --git a/kde-base/okular/okular-4.4.5-r1.ebuild b/kde-base/okular/okular-4.4.5-r1.ebuild new file mode 100644 index 000000000000..995324163207 --- /dev/null +++ b/kde-base/okular/okular-4.4.5-r1.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/okular/okular-4.4.5-r1.ebuild,v 1.1 2010/11/08 14:55:25 jmbsvicetto Exp $ + +EAPI="3" + +KMNAME="kdegraphics" +inherit kde4-meta + +DESCRIPTION="Okular is an universal document viewer based on KPDF for KDE 4." +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="chm crypt debug djvu ebook +handbook +jpeg +ps +pdf +tiff" + +DEPEND=" + media-libs/freetype + sys-libs/zlib + chm? ( dev-libs/chmlib ) + crypt? ( app-crypt/qca:2 ) + djvu? ( app-text/djvu ) + ebook? ( app-text/ebook-tools ) + jpeg? ( virtual/jpeg:0 ) + pdf? ( >=app-text/poppler-0.12.3-r3[lcms,qt4,-exceptions] ) + ps? ( app-text/libspectre ) + tiff? ( media-libs/tiff ) +" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY="libs/mobipocket" + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with chm) + $(cmake-utils_use_with crypt QCA2) + $(cmake-utils_use_with djvu DjVuLibre) + $(cmake-utils_use_with ebook EPub) + $(cmake-utils_use_with jpeg) + $(cmake-utils_use_with ps LibSpectre) + $(cmake-utils_use_with pdf PopplerQt4) + $(cmake-utils_use_with pdf Poppler) + $(cmake-utils_use_with tiff) + ) + + kde4-meta_src_configure +} + +src_install() { + insinto "${KDEDIR}"/share/apps/cmake/modules + doins "${S}"/cmake/modules/FindOkular.cmake + + kde4-meta_src_install +} diff --git a/kde-base/okular/okular-4.5.3.ebuild b/kde-base/okular/okular-4.5.3.ebuild index edbad496a351..9bf2e56208b6 100644 --- a/kde-base/okular/okular-4.5.3.ebuild +++ b/kde-base/okular/okular-4.5.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/okular/okular-4.5.3.ebuild,v 1.1 2010/11/03 16:31:00 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/okular/okular-4.5.3.ebuild,v 1.2 2010/11/08 14:55:25 jmbsvicetto Exp $ EAPI="3" @@ -19,7 +19,7 @@ DEPEND=" crypt? ( app-crypt/qca:2 ) djvu? ( app-text/djvu ) ebook? ( app-text/ebook-tools ) - jpeg? ( media-libs/jpeg:0 ) + jpeg? ( virtual/jpeg:0 ) pdf? ( >=app-text/poppler-0.12.3-r3[lcms,qt4,-exceptions] ) ps? ( app-text/libspectre ) tiff? ( media-libs/tiff ) |