Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 345474 Details for
Bug 332717
media-gfx/xli does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
xli-1.17.0-r5.ebuild
xli-1.17.0-r5.ebuild (text/plain), 2.01 KB, created by
Michael Mair-Keimberger (mm1ke)
on 2013-04-13 12:51:48 UTC
(
hide
)
Description:
xli-1.17.0-r5.ebuild
Filename:
MIME Type:
Creator:
Michael Mair-Keimberger (mm1ke)
Created:
2013-04-13 12:51:48 UTC
Size:
2.01 KB
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/media-gfx/xli/xli-1.17.0-r4.ebuild,v 1.15 2012/12/04 08:27:25 radhermit Exp $ > >EAPI="5" > >inherit eutils > >SNAPSHOT="2005-02-27" >DESCRIPTION="X Load Image: view images or load them to root window" >HOMEPAGE="ftp://ftp.ibiblio.org/pub/Linux/apps/graphics/viewers/X/xli-1.16.README" >SRC_URI="http://pantransit.reptiles.org/prog/xli/xli-${SNAPSHOT}.tar.gz" > >LICENSE="HPND" >SLOT="0" >KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" >IUSE="" > >RDEPEND="app-arch/bzip2 > >=media-libs/libpng-1.0.5 > >=sys-libs/zlib-1.1.4 > virtual/jpeg:0 > x11-libs/libXext" >DEPEND="${RDEPEND} > app-text/rman > x11-proto/xextproto > x11-misc/imake > !media-gfx/xloadimage" > >S=${WORKDIR}/${PN}-${SNAPSHOT} > >src_prepare() { > # avoid conflicts on systems that have zopen in system headers > sed -i -e "s:zopen:xli_zopen:g" * > > sed -i Imakefile \ > -e '/^DEFINES =/s/$/ -DHAVE_GUNZIP -DHAVE_BUNZIP2 /' \ > -e '/CCOPTIONS =/s/=.*/=/' > > # This is a hack to avoid a parse error on /usr/include/string.h > # when _BSD_SOURCE is defined. This may be a bug in that header. > sed -i png.c \ > -e '/^#include "xli.h"/i#undef _BSD_SOURCE' > > # This hack will allow xli to compile using gcc-3.3 > sed -i rlelib.c \ > -e 's/#include <varargs.h>//' > > # fix potential security issues. > EPATCH_OPTS="-F3 -l" epatch "${FILESDIR}"/xli-security-gentoo.diff > > # Fix scale per bug 282979 > epatch "${FILESDIR}"/${P}-fix-scale-zoom.patch \ > "${FILESDIR}"/${P}-libpng14.patch >} > >src_compile() { > xmkmf || die > emake CDEBUGFLAGS="${CFLAGS}" CC="$(tc-getCC)" LOCAL_LDFLAGS="${LDFLAGS}" >} > >src_install() { > dobin xli xlito > > dosym xli /usr/bin/xsetbg > dosym xli /usr/bin/xview > > dodoc README README.xloadimage ABOUTGAMMA TODO chkgamma.jpg > newman xli.man xli.1 > newman xliguide.man xliguide.1 > newman xlito.man xlito.1 > > insinto /etc/X11/app-defaults > newins "${FILESDIR}"/Xli.ad Xli > fperms a+r /etc/X11/app-defaults/Xli >}
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 332717
:
242933
| 345474