diff options
author | Maciej Mrozowski <reavertm@gentoo.org> | 2012-01-28 00:13:12 +0000 |
---|---|---|
committer | Maciej Mrozowski <reavertm@gentoo.org> | 2012-01-28 00:13:12 +0000 |
commit | 81a9ec3948694f83378cbd7a514db604ab23b14e (patch) | |
tree | a26f6e340d428efb71a9386ccddeeaec3dd24670 /app-text/poppler | |
parent | Fix homepage, bug 385515 (diff) | |
download | gentoo-2-81a9ec3948694f83378cbd7a514db604ab23b14e.tar.gz gentoo-2-81a9ec3948694f83378cbd7a514db604ab23b14e.tar.bz2 gentoo-2-81a9ec3948694f83378cbd7a514db604ab23b14e.zip |
Version bump, remove old, bug 399049
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'app-text/poppler')
-rw-r--r-- | app-text/poppler/ChangeLog | 11 | ||||
-rw-r--r-- | app-text/poppler/files/poppler-0.18.1-pkgconfig.patch | 60 | ||||
-rw-r--r-- | app-text/poppler/poppler-0.18.1.ebuild | 97 | ||||
-rw-r--r-- | app-text/poppler/poppler-0.18.3.ebuild (renamed from app-text/poppler/poppler-0.18.2.ebuild) | 4 |
4 files changed, 11 insertions, 161 deletions
diff --git a/app-text/poppler/ChangeLog b/app-text/poppler/ChangeLog index 27237f1a5838..0d678f87e6db 100644 --- a/app-text/poppler/ChangeLog +++ b/app-text/poppler/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-text/poppler -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/ChangeLog,v 1.306 2011/12/09 18:49:44 reavertm Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/ChangeLog,v 1.307 2012/01/28 00:13:12 reavertm Exp $ + +*poppler-0.18.3 (28 Jan 2012) + + 28 Jan 2012; Maciej Mrozowski <reavertm@gentoo.org> +poppler-0.18.3.ebuild, + -files/poppler-0.18.1-pkgconfig.patch, -poppler-0.18.1.ebuild, + -poppler-0.18.2.ebuild: + Version bump, remove old, bug 399049 *poppler-0.18.2 (09 Dec 2011) diff --git a/app-text/poppler/files/poppler-0.18.1-pkgconfig.patch b/app-text/poppler/files/poppler-0.18.1-pkgconfig.patch deleted file mode 100644 index 5cbdd5a7ee60..000000000000 --- a/app-text/poppler/files/poppler-0.18.1-pkgconfig.patch +++ /dev/null @@ -1,60 +0,0 @@ -From ebf7fbc74da10d1bc423d33b26e30166870642e4 Mon Sep 17 00:00:00 2001 -From: Rex Dieter <rdieter@math.unl.edu> -Date: Tue, 01 Nov 2011 08:40:53 +0000 -Subject: Fix pkg-config files - -We were using $FOO_REQUIRED instead of @FOO_REQUIRED@ ---- -diff --git a/configure.ac b/configure.ac -index 3a120ca..c4f5b92 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -409,6 +409,7 @@ if test x$enable_cairo_output = xyes; then - POPPLER_GLIB_DISABLE_SINGLE_INCLUDES="" - - GLIB_REQUIRED=2.18 -+ AC_SUBST(GLIB_REQUIRED) - AC_ARG_ENABLE(poppler-glib, - AC_HELP_STRING([--disable-poppler-glib], - [Don't compile poppler glib wrapper.]), -diff --git a/poppler-glib-uninstalled.pc.in b/poppler-glib-uninstalled.pc.in -index 55a2278..5fcb6f2 100644 ---- a/poppler-glib-uninstalled.pc.in -+++ b/poppler-glib-uninstalled.pc.in -@@ -1,7 +1,7 @@ - Name: poppler-glib - Description: GLib wrapper for poppler - uninstalled - Version: @VERSION@ --Requires: glib-2.0 >= $GLIB_REQUIRED gobject-2.0 >= $GLIB_REQUIRED cairo >= $CAIRO_VERSION -+Requires: glib-2.0 >= @GLIB_REQUIRED@ gobject-2.0 >= @GLIB_REQUIRED@ cairo >= @CAIRO_VERSION@ - - Libs: ${pc_top_builddir}/${pcfiledir}/glib/libpoppler-glib.la - Cflags: -I${pc_top_builddir}/${pcfiledir}/glib -diff --git a/poppler-glib.pc.cmake b/poppler-glib.pc.cmake -index 3264ed6..e15e669 100644 ---- a/poppler-glib.pc.cmake -+++ b/poppler-glib.pc.cmake -@@ -6,7 +6,7 @@ includedir=${prefix}/include - Name: poppler-glib - Description: GLib wrapper for poppler - Version: @POPPLER_VERSION@ --Requires: glib-2.0 >= $GLIB_REQUIRED gobject-2.0 >= $GLIB_REQUIRED cairo >= $CAIRO_VERSION -+Requires: glib-2.0 >= @GLIB_REQUIRED@ gobject-2.0 >= @GLIB_REQUIRED@ cairo >= @CAIRO_VERSION@ - @PC_REQUIRES_PRIVATE@ - - Libs: -L${libdir} -lpoppler-glib -diff --git a/poppler-glib.pc.in b/poppler-glib.pc.in -index 04d9bb9..9ba8978 100644 ---- a/poppler-glib.pc.in -+++ b/poppler-glib.pc.in -@@ -6,7 +6,7 @@ includedir=@includedir@ - Name: poppler-glib - Description: GLib wrapper for poppler - Version: @VERSION@ --Requires: glib-2.0 >= $GLIB_REQUIRED gobject-2.0 >= $GLIB_REQUIRED cairo >= $CAIRO_VERSION -+Requires: glib-2.0 >= @GLIB_REQUIRED@ gobject-2.0 >= @GLIB_REQUIRED@ cairo >= @CAIRO_VERSION@ - @PC_REQUIRES_PRIVATE@ - - Libs: -L${libdir} -lpoppler-glib --- -cgit v0.9.0.2-2-gbebe diff --git a/app-text/poppler/poppler-0.18.1.ebuild b/app-text/poppler/poppler-0.18.1.ebuild deleted file mode 100644 index b2e8e8a87085..000000000000 --- a/app-text/poppler/poppler-0.18.1.ebuild +++ /dev/null @@ -1,97 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/poppler-0.18.1.ebuild,v 1.2 2011/11/16 10:07:39 jlec Exp $ - -EAPI="4" - -inherit cmake-utils - -DESCRIPTION="PDF rendering library based on the xpdf-3.0 code base" -HOMEPAGE="http://poppler.freedesktop.org/" -SRC_URI="http://poppler.freedesktop.org/${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~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" -IUSE="cairo cjk curl cxx debug doc +introspection jpeg jpeg2k +lcms png qt4 tiff +utils +xpdf-headers" - -# 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-0.9.12 ) - ) - curl? ( net-misc/curl ) - jpeg? ( virtual/jpeg ) - jpeg2k? ( media-libs/openjpeg ) - lcms? ( =media-libs/lcms-1* ) - png? ( >=media-libs/libpng-1.4:0 ) - qt4? ( - x11-libs/qt-core:4 - x11-libs/qt-gui:4 - ) - tiff? ( media-libs/tiff:0 ) -" -DEPEND="${COMMON_DEPEND} - dev-util/pkgconfig -" -RDEPEND="${COMMON_DEPEND} - !dev-libs/poppler - !dev-libs/poppler-glib - !dev-libs/poppler-qt3 - !dev-libs/poppler-qt4 - !app-text/poppler-utils - cjk? ( >=app-text/poppler-data-0.4.4 ) -" - -PATCHES=( - "${FILESDIR}/${P}-pkgconfig.patch" -) - -DOCS=(AUTHORS ChangeLog NEWS README README-XPDF TODO) - -src_configure() { - mycmakeargs=( - -DBUILD_GTK_TESTS=OFF - -DBUILD_QT4_TESTS=OFF - -DBUILD_CPP_TESTS=OFF - -DENABLE_SPLASH=ON - -DENABLE_ZLIB=ON - $(cmake-utils_use_enable curl LIBCURL) - $(cmake-utils_use_enable cxx CPP) - $(cmake-utils_use_enable jpeg2k LIBOPENJPEG) - $(cmake-utils_use_enable lcms) - $(cmake-utils_use_enable utils) - $(cmake-utils_use_enable xpdf-headers XPDF_HEADERS) - $(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_with tiff) - ) - - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - - if use cairo && use doc; then - # For now install gtk-doc there - insinto /usr/share/gtk-doc/html/poppler - doins -r "${S}"/glib/reference/html/* || die 'failed to install API documentation' - fi -} - -pkg_postinst() { - ewarn "After upgrading app-text/poppler you may need to reinstall packages" - ewarn "linking to it. If you're not a portage-2.2_rc user, you're advised" - ewarn "to run revdep-rebuild" -} diff --git a/app-text/poppler/poppler-0.18.2.ebuild b/app-text/poppler/poppler-0.18.3.ebuild index 79098d269858..853e3588ef3f 100644 --- a/app-text/poppler/poppler-0.18.2.ebuild +++ b/app-text/poppler/poppler-0.18.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/poppler-0.18.2.ebuild,v 1.1 2011/12/09 18:49:44 reavertm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/poppler-0.18.3.ebuild,v 1.1 2012/01/28 00:13:12 reavertm Exp $ EAPI="4" |