Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 5229 Details for
Bug 9792
libpng.1.2.5 does not allow emerge gnome-core to succeed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Updated ebuild to "fix" libpng
libpng-1.2.5.ebuild (text/plain), 1.20 KB, created by
Ken Brush
on 2002-10-31 01:14:45 UTC
(
hide
)
Description:
Updated ebuild to "fix" libpng
Filename:
MIME Type:
Creator:
Ken Brush
Created:
2002-10-31 01:14:45 UTC
Size:
1.20 KB
patch
obsolete
># Copyright 1999-2002 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/media-libs/libpng/libpng-1.2.5.ebuild,v 1.1 2002/10/25 16:50:16 vapier Exp $ > > >S=${WORKDIR}/${P} >DESCRIPTION="libpng" >SRC_URI="ftp://swrinde.nde.swri.edu/pub/png/src/${P}.tar.gz" >HOMEPAGE="http://www.libpng.org/" >SLOT="1.2" >LICENSE="as-is" >KEYWORDS="x86 ppc sparc sparc64 alpha" > >DEPEND=">=sys-libs/zlib-1.1.4" > >src_compile() { > sed -e "s:ZLIBLIB=../zlib:ZLIBLIB=/usr/lib:" \ > -e "s:ZLIBINC=../zlib:ZLIBINC=/usr/include:" \ > -e "s/-O3/${CFLAGS}/" \ > -e "s:prefix=/usr/local:prefix=/usr:" \ > -e "s/OBJSDLL = /OBJSDLL = -lz -lm /" \ > scripts/makefile.linux > Makefile > > emake || die >} > >src_install() { > dodir /usr/{include,lib} > dodir /usr/share/man > make \ > DESTDIR=${D} \ > MANPATH=/usr/share/man \ > install || die > ># rm ${D}/usr/lib/libpng.so ># rm ${D}/usr/lib/libpng.a ># rm ${D}/usr/include/png.h ># rm ${D}/usr/include/pngconf.h > > doman *.[35] > dodoc ANNOUNCE CHANGES KNOWNBUG LICENSE README TODO Y2KINFO >} > >pkg_postinst() { > # the libpng authors really screwed around between 1.2.1 and 1.2.3 > [ -f /usr/lib/libpng.so.3.1.2.1 ] && rm /usr/lib/libpng.so.3.1.2.1 >}
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 9792
: 5229 |
5230