Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 71022 Details for
Bug 109790
netpbm 10.30 manpages not found
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Properly Fixed
netpbm-10.30.ebuild (text/plain), 2.70 KB, created by
Andrey Falko
on 2005-10-19 09:24:00 UTC
(
hide
)
Description:
Properly Fixed
Filename:
MIME Type:
Creator:
Andrey Falko
Created:
2005-10-19 09:24:00 UTC
Size:
2.70 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/media-libs/netpbm/netpbm-10.30.ebuild,v 1.2 2005/10/18 23:03:45 kloeri Exp $ > >inherit flag-o-matic toolchain-funcs eutils multilib > >DESCRIPTION="A set of utilities for converting to/from the netpbm (and related) formats" >HOMEPAGE="http://netpbm.sourceforge.net/" >SRC_URI="mirror://sourceforge/${PN}/${P}.tgz > mirror://gentoo/netpbm-10.29-manpages.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~sparc ~x86" >IUSE="svga jpeg tiff png zlib" > >DEPEND="jpeg? ( >=media-libs/jpeg-6b ) > tiff? ( >=media-libs/tiff-3.5.5 ) > png? ( >=media-libs/libpng-1.2.1 ) > zlib? ( sys-libs/zlib ) > svga? ( media-libs/svgalib ) > media-libs/jbigkit > media-libs/jasper > media-libs/urt" > >netpbm_libtype() { > case ${CHOST} in > *-darwin*) echo dylib;; > *) echo unixshared;; > esac >} >netpbm_libsuffix() { > local suffix=$(get_libname) > echo ${suffix//\.} >} >netpbm_ldshlib() { > case ${CHOST} in > *-darwin*) echo '-dynamiclib -install_name $(SONAME)';; > *) echo '-shared -Wl,-soname,$(SONAME)';; > esac >} >netpbm_config() { > use $1 && echo -l${2:-$1} || echo NONE >} > >src_unpack() { > unpack ${A} > cd "${S}" > > epatch "${FILESDIR}"/netpbm-10.30-build.patch > > rm -f configure > cp Makefile.config.in Makefile.config > cat >> Makefile.config <<-EOF > # Gentoo toolchain options > CC = $(tc-getCC) > CC_FOR_BUILD = $(tc-getBUILD_CC) > AR = $(tc-getAR) > RANLIB = $(tc-getRANLIB) > STRIPFLAG = > CFLAGS_SHLIB = -fPIC > > NETPBMLIBTYPE = $(netpbm_libtype) > NETPBMLIBSUFFIX = $(netpbm_libsuffix) > LDSHLIB = $(netpbm_ldshlib) > > # Gentoo build options > TIFFLIB = $(netpbm_config tiff) > JPEGLIB = $(netpbm_config jpeg) > PNGLIB = $(netpbm_config png) > ZLIB = $(netpbm_config zlib z) > LINUXSVGALIB = $(netpbm_config svga vga) > > # Use system versions instead of bundled > JBIGLIB = -ljbig > JBIGHDR_DIR = > JASPERLIB = -ljasper > JASPERHDR_DIR = > URTLIB = -lrle > URTHDR_DIR = > EOF > > # Sparc support ... > replace-flags -mcpu=ultrasparc "-mcpu=v8 -mtune=ultrasparc" > replace-flags -mcpu=v9 "-mcpu=v8 -mtune=v9" >} > >src_install() { > make package pkgdir="${D}"/usr || die "make package failed" > > [[ $(get_libdir) != "lib" ]] && mv "${D}"/usr/lib "${D}"/usr/$(get_libdir) > > # Remove cruft that we don't need, and move around stuff we want > rm -f "${D}"/usr/bin/{doc.url,manweb} > rm -rf "${D}"/usr/man/web > rm -rf "${D}"/usr/link > rm -f "${D}"/usr/{README,VERSION,config_template,pkginfo} > dodir /usr/share > mv "${D}"/usr/man "${D}"/usr/share/ > mv "${D}"/usr/misc "${D}"/usr/share/netpbm > > dodoc README > cd doc > GLOBIGNORE='*.html:.*' dodoc * > dohtml -r . > > cd "${WORKDIR}"/netpbm-10.29-manpages > doman *.[0-9] > dodoc README* gen-netpbm-manpages >}
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 109790
:
71007
| 71022