commit:     27492f573efc46947912dd66665cff18c9969346
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 17 17:19:20 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Oct 17 17:19:20 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27492f57

app-text/poppler: Version bump

Package-Manager: portage-2.2.23

 app-text/poppler/Manifest              |   1 +
 app-text/poppler/poppler-0.37.0.ebuild | 122 +++++++++++++++++++++++++++++++++
 2 files changed, 123 insertions(+)

diff --git a/app-text/poppler/Manifest b/app-text/poppler/Manifest
index 51a958b..ecf4094 100644
--- a/app-text/poppler/Manifest
+++ b/app-text/poppler/Manifest
@@ -3,3 +3,4 @@ DIST poppler-0.33.0.tar.xz 1613060 SHA256 
a5fa6d7f7dc5382b48caca82b147c54bdffda0
 DIST poppler-0.34.0.tar.xz 1615264 SHA256 
1ba4ba9a2f9eb1e62ee6d736f4d82be4fc5f6dd177dc2b03febbe2ef2e515cb0 SHA512 
5b027da7a35b07d52b8d06c7756e430346a8954add1ad89d30f383a586c4939d9b899236aa0623d894a96e779af2cb89e55ad89e50f3ed99d7489578a48d5a15
 WHIRLPOOL 
a4f6c582ff03b06d69d25cbcf448b000724d5c35816ebe7b730dca1ae62bfe647b975ddd4a2f352b5ad149eb63d7d9e93670e5bfd359f5f4be150ab57631aec5
 DIST poppler-0.35.0.tar.xz 1618844 SHA256 
e86755b1a4df6efe39d84f581c11bcb0e34976166a671a7b700c28ebaa3e2189 SHA512 
7d16dc42eab616889401ed281190ad32d403729cb06860e91f70c0e8c9134cf6104c46bcd2b35ebc98ecd72c4d767f8d49f0988ebb869eb120f013ec398b55f0
 WHIRLPOOL 
e5087140afeec3022df0f106cb9085c3b9f889f66a448c31e11ca85c7cdd36edee9a867c40660c3a32774b7fcc3e885d84e16be484448c4694bb30b9d52ecadd
 DIST poppler-0.36.0.tar.xz 1629984 SHA256 
93cc067b23c4ef7421380d3e8bd7c940b2027668446750787d7c1cb42720248e SHA512 
36f7ea892d05c73d2862b6d5a29753cfe6823f54f8449e010b9960b59d9c698ba4f239625e8dbf41a235ae61203d8b445f775f5622b38c6d24328870e77371c5
 WHIRLPOOL 
4111ab5146a65ef4485ff010b9056dfd6573c9d72af3d07c5a16bde49c25ded5c05e26285d672e33a06b05845fdfef240170359ebe4547191a7ca695a91e3e90
+DIST poppler-0.37.0.tar.xz 1636496 SHA256 
b89f9c5eae3bbb1046b0f767714afd75eca102a0406a3a30856778d42a685bee SHA512 
9cdff2da9d13b8db25a24e8703ab411da1caa6545cd25b6153ce019c185cd90eda8dbb59a5c320ea6e8ec1896b0197987acc72ba233d6ece4e212a2132a6b087
 WHIRLPOOL 
8dda998aac39d86caf215a4c9f3019918282e800d37a29e8f686527e6f2eba6177dbd70968254085008b7a86e34327cbb80b01473a52bf941ad9ad3511fe2341

diff --git a/app-text/poppler/poppler-0.37.0.ebuild 
b/app-text/poppler/poppler-0.37.0.ebuild
new file mode 100644
index 0000000..a09d7d5
--- /dev/null
+++ b/app-text/poppler/poppler-0.37.0.ebuild
@@ -0,0 +1,122 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit cmake-utils toolchain-funcs
+
+if [[ "${PV}" == "9999" ]] ; then
+       inherit git-r3
+       EGIT_REPO_URI="git://git.freedesktop.org/git/${PN}/${PN}"
+       SLOT="0/9999"
+else
+       SRC_URI="http://poppler.freedesktop.org/${P}.tar.xz";
+       KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+       SLOT="0/56"   # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so 
SOVERSION
+fi
+
+DESCRIPTION="PDF rendering library based on the xpdf-3.0 code base"
+HOMEPAGE="http://poppler.freedesktop.org/";
+
+LICENSE="GPL-2"
+IUSE="cairo cjk curl cxx debug doc +introspection +jpeg +jpeg2k +lcms png qt4 
qt5 tiff +utils"
+
+# No test data provided
+RESTRICT="test"
+
+COMMON_DEPEND="
+       >=media-libs/fontconfig-2.6.0
+       >=media-libs/freetype-2.3.9
+       sys-libs/zlib
+       cairo? (
+               dev-libs/glib:2
+               >=x11-libs/cairo-1.10.0
+               introspection? ( >=dev-libs/gobject-introspection-1.32.1 )
+       )
+       curl? ( net-misc/curl )
+       jpeg? ( virtual/jpeg:0 )
+       jpeg2k? ( media-libs/openjpeg:2= )
+       lcms? ( media-libs/lcms:2 )
+       png? ( media-libs/libpng:0= )
+       qt4? (
+               dev-qt/qtcore:4
+               dev-qt/qtgui:4
+       )
+       qt5? (
+               dev-qt/qtcore:5
+               dev-qt/qtgui:5
+               dev-qt/qtxml:5
+       )
+       tiff? ( media-libs/tiff:0 )
+"
+DEPEND="${COMMON_DEPEND}
+       virtual/pkgconfig
+"
+RDEPEND="${COMMON_DEPEND}
+       cjk? ( >=app-text/poppler-data-0.4.4 )
+"
+
+DOCS=(AUTHORS NEWS README README-XPDF TODO)
+
+PATCHES=(
+       "${FILESDIR}/${PN}-0.26.0-qt5-dependencies.patch"
+       "${FILESDIR}/${PN}-0.28.1-fix-multilib-configuration.patch"
+       "${FILESDIR}/${PN}-0.28.1-respect-cflags.patch"
+       "${FILESDIR}/${PN}-0.33.0-openjpeg2.patch"
+)
+
+src_prepare() {
+       cmake-utils_src_prepare
+
+       # Clang doesn't grok this flag, the configure nicely tests that, but
+       # cmake just uses it, so remove it if we use clang
+       if [[ ${CC} == clang ]] ; then
+               sed -i -e 's/-fno-check-new//' 
cmake/modules/PopplerMacros.cmake || die
+       fi
+}
+
+src_configure() {
+       local mycmakeargs=(
+               -DBUILD_GTK_TESTS=OFF
+               -DBUILD_QT4_TESTS=OFF
+               -DBUILD_QT5_TESTS=OFF
+               -DBUILD_CPP_TESTS=OFF
+               -DENABLE_SPLASH=ON
+               -DENABLE_ZLIB=ON
+               -DENABLE_XPDF_HEADERS=ON
+               $(cmake-utils_use_enable curl LIBCURL)
+               $(cmake-utils_use_enable cxx CPP)
+               $(cmake-utils_use_enable utils)
+               $(cmake-utils_use_with cairo)
+               $(cmake-utils_use_with introspection GObjectIntrospection)
+               $(cmake-utils_use_with jpeg)
+               $(cmake-utils_use_with png)
+               $(cmake-utils_use_with qt4)
+               $(cmake-utils_use_find_package qt5 Qt5Core)
+               $(cmake-utils_use_with tiff)
+       )
+       if use jpeg2k; then
+               mycmakeargs+=(-DENABLE_LIBOPENJPEG=openjpeg2)
+       else
+               mycmakeargs+=(-DENABLE_LIBOPENJPEG=)
+       fi
+       if use lcms; then
+               mycmakeargs+=(-DENABLE_CMS=lcms2)
+       else
+               mycmakeargs+=(-DENABLE_CMS=)
+       fi
+
+       cmake-utils_src_configure
+}
+
+src_install() {
+       cmake-utils_src_install
+
+       # live version doesn't provide html documentation
+       if use cairo && use doc && [[ ${PV} != 9999 ]]; then
+               # For now install gtk-doc there
+               insinto /usr/share/gtk-doc/html/poppler
+               doins -r "${S}"/glib/reference/html/*
+       fi
+}

Reply via email to