Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 42612 Details for
Bug 68565
New ebuild: fltk-1.1.5.ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
fltk-1.1.5.ebuild
fltk-1.1.5.ebuild (text/plain), 1.91 KB, created by
Krzysztof Pawlik (RETIRED)
on 2004-10-26 03:35:35 UTC
(
hide
)
Description:
fltk-1.1.5.ebuild
Filename:
MIME Type:
Creator:
Krzysztof Pawlik (RETIRED)
Created:
2004-10-26 03:35:35 UTC
Size:
1.91 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/fltk-1.1.4.ebuild,v 1.9 2004/09/03 15:35:19 pvdabeel Exp $ > >IUSE="xft opengl debug nptl" > >inherit eutils > >DESCRIPTION="C++ user interface toolkit for X and OpenGL." >HOMEPAGE="http://www.fltk.org" >SRC_URI="ftp://ftp.easysw.com/pub/fltk/${PV}/${P}-source.tar.bz2" > >KEYWORDS="x86 ppc sparc alpha amd64 ~mips" >LICENSE="FLTK | GPL-2" > >PV_MAJOR=${PV/.*/} >PV_MINOR=${PV#${PV_MAJOR}.} >PV_MINOR=${PV_MINOR/.*} >SLOT="${PV_MAJOR}.${PV_MINOR}" > >INCDIR=/usr/include/fltk-${SLOT} >LIBDIR=/usr/lib/fltk-${SLOT} > >DEPEND="virtual/x11 > virtual/xft > media-libs/libpng > media-libs/jpeg > opengl? ( virtual/opengl )" > >src_unpack() { > unpack ${A} >} > >src_compile() { > local myconf > myconf="--enable-shared --enable-xdbe --enable-static --enable-threads" > > if use xft; then > myconf="${myconf} --enable-xft" > else > myconf="${myconf} --disable-xft" > fi > > use debug && myconf="${myconf} --enable-debug" > > use opengl || myconf="${myconf} --disable-gl" > > # needed for glibc-2.3.1 (as far as i can test) > # otherwise libstdc++ won't be linked. #17894 and #15572 > # doesn't happen for glibc-2.3.2 - <liquidx@gentoo.org> > export CXX="g++" > export CC="g++" > > # bug #19894 > export C_INCLUDE_PATH="${C_INCLUDE_PATH}:/usr/include/freetype2" > export CPLUS_INCLUDE_PATH="${CPLUS_INCLUDE_PATH}:/usr/include/freetype2" > > econf \ > --includedir=${INCDIR}\ > --libdir=${LIBDIR} \ > ${myconf} || die "Configuration Failed" > > emake || die "Parallel Make Failed" >} > >src_install() { > einstall \ > includedir=${D}${INCDIR} \ > libdir=${D}${LIBDIR} || die "Installation Failed" > > ranlib ${D}${LIBDIR}/*.a > > dodoc CHANGES COPYING README > > echo "LDPATH=${LIBDIR}" > 99fltk-${SLOT} > > insinto /etc/env.d > doins 99fltk-${SLOT} > > dodir /usr/share/doc/${P}/html > mv ${D}/usr/share/doc/fltk/* ${D}/usr/share/doc/${PF}/html > rmdir ${D}/usr/share/doc/fltk >}
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 68565
:
42424
|
42546
|
42612
|
42613