Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 84653 Details for
Bug 129959
clanlib-0.8_rc2.ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
clanlib-0.8_rc2.ebuild
clanlib-0.8_rc2.ebuild (text/plain), 2.32 KB, created by
Christian Prell
on 2006-04-14 09:39:12 UTC
(
hide
)
Description:
clanlib-0.8_rc2.ebuild
Filename:
MIME Type:
Creator:
Christian Prell
Created:
2006-04-14 09:39:12 UTC
Size:
2.32 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-0.7.8-r2.ebuild,v 1.1 2006/03/26 19:53:36 tupone Exp $ > >inherit flag-o-matic eutils > >DESCRIPTION="multi-platform game development library" >HOMEPAGE="http://www.clanlib.org/" >SRC_URI="http://www.clanlib.org/download/files/ClanLib-${PV}.tar.gz" > >LICENSE="LGPL-2" >SLOT="0.7" >KEYWORDS="~amd64 ~x86" #not big endian safe #82779 >IUSE="opengl sdl vorbis doc mikmod ipv6" > ># opengl keyword does not drop the GL/GLU requirement. ># Autoconf files need to be fixed >RDEPEND="media-libs/libpng > media-libs/jpeg > virtual/opengl > virtual/glu > sdl? ( > media-libs/libsdl > media-libs/sdl-gfx > ) > || ( > ( > x11-libs/libXmu > x11-libs/libXxf86vm > ) > virtual/x11 > ) > mikmod? ( >=media-libs/libmikmod-3.1.9 ) > vorbis? ( media-libs/libvorbis )" >DEPEND="${RDEPEND} > || ( > ( > x11-libs/libXt > x11-proto/xf86vidmodeproto > ) > virtual/x11 > )" > >S="${WORKDIR}/ClanLib-${PV}" > >src_unpack() { > unpack ${A} > cd ${S} > find . -name .cvsignore -exec rm -f '{}' \; ># epatch "${FILESDIR}"/${PV}-port.patch \ ># "${FILESDIR}"/${PV}-install-opengl-wrap.patch \ ># "${FILESDIR}"/${P}-gcc41.patch \ ># "${FILESDIR}"/${P}-refreshfix.patch > > if ! use doc ; then > sed -i \ > -e '/^SUBDIRS/s:Documentation::' \ > Makefile.in \ > || die "sed Makefile.in failed" > fi >} > >src_compile() { > #clanSound only controls mikmod/vorbis so there's > # no need to pass --{en,dis}able-clanSound ... > #clanDisplay only controls X, SDL, OpenGL plugins > # so no need to pass --{en,dis}able-clanDisplay > # also same reason why we don't have to use clanGUI > econf \ > --enable-dyn \ > --enable-clanNetwork \ > --disable-dependency-tracking \ > $(use_enable x86 asm386) \ > $(use_enable doc docs) \ > $(use_enable opengl clanGL) \ > $(use_enable sdl clanSDL) \ > $(use_enable vorbis clanVorbis) \ > $(use_enable mikmod clanMikMod) \ > $(use_enable ipv6 getaddr) \ > || die > emake || die "emake failed" >} > >src_install() { > make DESTDIR="${D}" install || die "make install failed" > if use doc ; then > dodir "/usr/share/doc/${PF}/html" > mv "${D}/usr/share/doc/clanlib/"* "${D}/usr/share/doc/${PF}/html/" > rm -rf "${D}/usr/share/doc/clanlib" > cp -r Examples "${D}/usr/share/doc/${PF}/" > fi > dodoc CODING_STYLE CREDITS NEWS PATCHES README* INSTALL.linux >}
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 129959
: 84653