Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 95517 Details for
Bug 139414
poppler-bindings-0.5.3 fails tests
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild which uses the targz'ed tests file
poppler-bindings-0.5.3-r1.ebuild (text/plain), 1.73 KB, created by
Abraham Marin Perez
on 2006-08-30 16:03:41 UTC
(
hide
)
Description:
ebuild which uses the targz'ed tests file
Filename:
MIME Type:
Creator:
Abraham Marin Perez
Created:
2006-08-30 16:03:41 UTC
Size:
1.73 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-text/poppler-bindings/poppler-bindings-0.5.3.ebuild,v 1.13 2006/08/16 14:56:05 corsair Exp $ > >inherit autotools eutils multilib > >MY_P=${P/-bindings/} >DESCRIPTION="Poppler bindings are rendering bindings for GUI toolkits for poppler" >HOMEPAGE="http://poppler.freedesktop.org" >SRC_URI="http://poppler.freedesktop.org/${MY_P}.tar.gz > poppler-test-0.5.3.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd" >IUSE="gtk qt3 cairo qt4" > >RDEPEND="~app-text/poppler-${PV} > cairo? ( >=x11-libs/cairo-0.5 ) > gtk? ( > >=x11-libs/gtk+-2.6 > >=gnome-base/libglade-2 > ) > qt3? ( =x11-libs/qt-3* ) > qt4? ( =x11-libs/qt-4* )" > >DEPEND="${RDEPEND} > dev-util/pkgconfig > >=sys-devel/automake-1.9.6" > >S="${WORKDIR}/${MY_P}" > >src_unpack(){ > unpack ${A} > cd ${S} > > epatch ${FILESDIR}/poppler-0.5.2-bindings.patch > > AT_M4DIR="m4" eautoreconf > sed -i s:/usr/lib/qt:/usr/lib/qt4: configure >} > >src_compile() { > # Configure needs help finding qt libs on multilib systems > export QTLIB="${QTDIR}/$(get_libdir)" > echo $QTLIB > > econf --enable-opi \ > $(use_enable cairo cairo-output) \ > $(use_enable gtk poppler-glib) \ > $(use_enable qt3 poppler-qt) \ > $(use_enable qt4 poppler-qt4) \ > || die "configuration failed" > cd poppler > if use cairo; then > emake libpoppler-cairo.la || die "cairo failed" > fi > if use qt4; then > emake libpoppler-arthur.la || die "arthur failed" > fi > cd .. > emake || die "compilation failed" >} > >src_install() { > make DESTDIR=${D} install || die "make install failed" >} > >pkg_postinst() { > ewarn "You need to rebuild everything depending on poppler, use revdep-rebuild" >}
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 139414
: 95517