Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 187506 Details for
Bug 263028
<app-text/poppler-0.10.5-r1 JBIG2 Multiple vulnerabilities (CVE-2009-{0146,0147,0165,0166,0195,0799,0800,1179,1180,1181,1182,1183,1187,1188})
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
app-text/poppler-0.10.5-r1
poppler-0.10.5-r1.ebuild (text/plain), 1.47 KB, created by
Peter Alfredsen (RETIRED)
on 2009-04-06 23:09:37 UTC
(
hide
)
Description:
app-text/poppler-0.10.5-r1
Filename:
MIME Type:
Creator:
Peter Alfredsen (RETIRED)
Created:
2009-04-06 23:09:37 UTC
Size:
1.47 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-text/poppler/poppler-0.10.5.ebuild,v 1.2 2009/04/01 14:42:17 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 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~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 > !dev-libs/poppler-qt3 > !dev-libs/poppler-qt4 > !dev-libs/poppler > !dev-libs/poppler-glib > !app-text/poppler-utils > " >DEPEND=" > ${RDEPEND} > dev-util/pkgconfig > doc? ( >=dev-util/gtk-doc-1.0 ) > " > >src_prepare() { > epatch "${FILESDIR}/${PN}-0.10.5-xpdf-3.02pl3.patch" >} > >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') >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 263028
:
187052
|
187053
|
187488
|
187498
| 187506 |
187654
|
188617
|
188619