Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 110274 Details for
Bug 165938
media-libs/freeimage-3.92 (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
modded ebuild
freeimage-3.9.2.ebuild (text/plain), 1.13 KB, created by
foobat
on 2007-02-15 13:09:22 UTC
(
hide
)
Description:
modded ebuild
Filename:
MIME Type:
Creator:
foobat
Created:
2007-02-15 13:09:22 UTC
Size:
1.13 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >MY_PN=FreeImage >DESCRIPTION="FreeImage is a library project for developers who would like to >support popular graphics image formats." >HOMEPAGE="http://sourceforge.net/projects/freeimage" >SRC_URI="mirror://sourceforge/freeimage/${MY_PN}392.zip > mirror://sourceforge/freeimage/${MY_PN}392.pdf" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="doc mmx plus" > >DEPEND="" >RDEPEND="" > > >src_unpack() { > unpack ${A} > cd ${WORKDIR}/${MY_PN} > epatch ${FILESDIR}/gentoo-make.patch >} > >src_compile() { > if ! use mmx; then > CFLAGS="${CFLAGS} -DPNG_NO_ASSEMBLER_CODE -DPNG_NO_MMX_CODE" > CXXFLAGS="${CXXFLAGS} -DPNG_NO_ASSEMBLER_CODE -DPNG_NO_MMX_CODE" > fi > cd ${WORKDIR}/${MY_PN} > make || die > if use plus; then > make -f Makefile.fip || die > fi >} > >src_install() { > cd ${WORKDIR}/${MY_PN} > dodoc README.* Whatsnew.txt > > if use doc; then > dodoc ${DISTDIR}/${MY_PN}392.pdf > fi > if use plus; then > dodoc Wrapper/FreeImagePlus/WhatsNew_FIP.txt > fi > dolib.so Dist/*.so > dolib.a Dist/*.a > insinto /usr/include > doins Dist/*.h >}
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 165938
:
109557
|
109559
|
109600
| 110274 |
110417
|
110418
|
111946
|
112104