From dce2d53c005a98a401033bade546c6647926e15e Mon Sep 17 00:00:00 2001 From: Peter Alfredsen Date: Wed, 8 Oct 2008 14:10:34 +0000 Subject: Bump. Dropping jpeg and zlib useflags because they only control whether to use the internal implementation or the shared lib. Dropping cjk useflag because all it does is pull in a data-package. Go EAPI-2. Drop la files and static archives, not used. Dropping keywords for arm hppa ia64 m68k mips s390 sh sparc-fbsd cause they don't have openjpeg keyworded. (Portage version: 2.2_rc11/cvs/Linux 2.6.27-rc8 x86_64) --- app-text/poppler/ChangeLog | 12 ++++++++- app-text/poppler/poppler-0.8.5.ebuild | 42 ------------------------------ app-text/poppler/poppler-0.9.2.ebuild | 45 -------------------------------- app-text/poppler/poppler-0.9.3.ebuild | 49 +++++++++++++++++++++++++++++++++++ 4 files changed, 60 insertions(+), 88 deletions(-) delete mode 100644 app-text/poppler/poppler-0.8.5.ebuild delete mode 100644 app-text/poppler/poppler-0.9.2.ebuild create mode 100644 app-text/poppler/poppler-0.9.3.ebuild (limited to 'app-text/poppler') diff --git a/app-text/poppler/ChangeLog b/app-text/poppler/ChangeLog index c3fb54fe79e8..06c6de734c76 100644 --- a/app-text/poppler/ChangeLog +++ b/app-text/poppler/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for app-text/poppler # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/ChangeLog,v 1.174 2008/10/07 12:04:19 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/ChangeLog,v 1.175 2008/10/08 14:10:34 loki_val Exp $ + +*poppler-0.9.3 (08 Oct 2008) + + 08 Oct 2008; Peter Alfredsen -poppler-0.8.5.ebuild, + -poppler-0.9.2.ebuild, +poppler-0.9.3.ebuild: + Bump. Dropping jpeg and zlib useflags because they only control whether to + use the internal implementation or the shared lib. Dropping cjk useflag + because all it does is pull in a data-package. Go EAPI-2. Drop la files + and static archives, not used. Dropping keywords for arm hppa ia64 m68k + mips s390 sh sparc-fbsd cause they don't have openjpeg keyworded. 07 Oct 2008; nixnut poppler-0.8.7.ebuild: Stable on ppc wrt bug 239414 diff --git a/app-text/poppler/poppler-0.8.5.ebuild b/app-text/poppler/poppler-0.8.5.ebuild deleted file mode 100644 index 99ef99f9eef7..000000000000 --- a/app-text/poppler/poppler-0.8.5.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/poppler-0.8.5.ebuild,v 1.1 2008/08/03 19:49:45 loki_val Exp $ - -inherit libtool eutils - -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" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" -IUSE="cjk jpeg zlib" - -RDEPEND=">=media-libs/freetype-2.1.8 - >=media-libs/fontconfig-2 - cjk? ( app-text/poppler-data ) - jpeg? ( >=media-libs/jpeg-6b ) - dev-libs/libxml2 - !app-text/pdftohtml" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_compile() { - econf \ - --disable-poppler-qt4 \ - --disable-poppler-glib \ - --disable-poppler-qt \ - --disable-gtk-test \ - --disable-cairo-output \ - --enable-xpdf-headers \ - $(use_enable jpeg libjpeg) \ - $(use_enable zlib) \ - || die "configuration failed" - emake || die "compilation failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc README AUTHORS ChangeLog NEWS README-XPDF TODO -} diff --git a/app-text/poppler/poppler-0.9.2.ebuild b/app-text/poppler/poppler-0.9.2.ebuild deleted file mode 100644 index 597199564b55..000000000000 --- a/app-text/poppler/poppler-0.9.2.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/poppler-0.9.2.ebuild,v 1.1 2008/09/26 17:52:13 compnerd Exp $ - -inherit libtool eutils - -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" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" -IUSE="doc cjk jpeg zlib" - -RDEPEND=">=media-libs/freetype-2.1.8 - >=media-libs/fontconfig-2 - cjk? ( app-text/poppler-data ) - jpeg? ( >=media-libs/jpeg-6b ) - zlib? ( sys-libs/zlib ) - dev-libs/libxml2 - !app-text/pdftohtml" -DEPEND="${RDEPEND} - dev-util/pkgconfig - doc? ( >=dev-util/gtk-doc-1.0 )" - -src_compile() { - econf \ - --disable-poppler-qt4 \ - --disable-poppler-glib \ - --disable-poppler-qt \ - --disable-gtk-test \ - --disable-cairo-output \ - --enable-xpdf-headers \ - $(use_enable doc gtk-doc) \ - $(use_enable jpeg libjpeg) \ - $(use_enable zlib) \ - || die "configuration failed" - emake || die "compilation failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc README AUTHORS ChangeLog NEWS README-XPDF TODO -} diff --git a/app-text/poppler/poppler-0.9.3.ebuild b/app-text/poppler/poppler-0.9.3.ebuild new file mode 100644 index 000000000000..d9bff593f535 --- /dev/null +++ b/app-text/poppler/poppler-0.9.3.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/poppler-0.9.3.ebuild,v 1.1 2008/10/08 14:10:34 loki_val Exp $ + +EAPI=2 + +inherit libtool eutils + +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" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="doc" + +RDEPEND=">=media-libs/freetype-2.1.8 + >=media-libs/fontconfig-2 + app-text/poppler-data + >=media-libs/jpeg-6b + media-libs/openjpeg + sys-libs/zlib + dev-libs/libxml2 + !app-text/pdftohtml" +DEPEND="${RDEPEND} + dev-util/pkgconfig + doc? ( >=dev-util/gtk-doc-1.0 )" + +src_configure() { + econf --disable-static \ + --disable-poppler-qt4 \ + --disable-poppler-glib \ + --disable-poppler-qt \ + --disable-gtk-test \ + --disable-cairo-output \ + --enable-xpdf-headers \ + --enable-libjpeg \ + --enable-libopenjpeg \ + --enable-zlib \ + $(use_enable doc gtk-doc) \ + || die "configuration failed" +} + +src_install() { + emake DESTDIR="${D}" install || die "make install failed" + dodoc README AUTHORS ChangeLog NEWS README-XPDF TODO + rm -f $(find "${D}" -name '*.la') +} -- cgit v1.2.3-65-gdbad