Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 111946 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]
freeimage-3.9.3.ebuild
freeimage-3.9.3.ebuild (text/plain), 1.27 KB, created by
patrick
on 2007-03-03 16:52:43 UTC
(
hide
)
Description:
freeimage-3.9.3.ebuild
Filename:
MIME Type:
Creator:
patrick
Created:
2007-03-03 16:52:43 UTC
Size:
1.27 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 >MY_PV=${PV//./} >MY_P=${MY_PN}${MY_PV} >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="http://ovh.dl.sourceforge.net/sourceforge/freeimage/${MY_P}.zip > http://ovh.dl.sourceforge.net/sourceforge/freeimage/${MY_P}.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}"/freeimage-3.9.3-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} > emake || die > if use plus; then > emake -f Makefile.fip || die > fi >} > >src_install() { > cd ${WORKDIR}/${MY_PN} > dodoc README.* Whatsnew.txt > > if use doc; then > dodoc ${DISTDIR}/${MY_P}.pdf > fi > if use plus; then > dodoc Wrapper/FreeImagePlus/WhatsNew_FIP.txt > fi > dolib.so Dist/*.so > dolib.a Dist/*.a > dosym /usr/lib/libfreeimage-3.9.3.so /usr/lib/libfreeimage.so > 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