Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 207243 Details for
Bug 286722
dev-games/cegui-0.7.1 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
experimental slotted ebuild with directfb disabled
cegui-0.7.0.ebuild (text/plain), 3.06 KB, created by
Marcel Lilienthal
on 2009-10-15 19:58:01 UTC
(
hide
)
Description:
experimental slotted ebuild with directfb disabled
Filename:
MIME Type:
Creator:
Marcel Lilienthal
Created:
2009-10-15 19:58:01 UTC
Size:
3.06 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit autotools eutils multilib > >EAPI="2" > >MY_P=CEGUI-${PV} >MY_D=CEGUI-DOCS-${PV} >DESCRIPTION="Crazy Eddie's GUI System is a free library providing windowing and widgets for graphics APIs / engines where such functionality is not natively available, or severely lacking. The library is object orientated, written in C++, and targeted at games developers who should be spending their time creating great games, not building GUI sub-systems!" >HOMEPAGE="http://www.cegui.org.uk/" >SRC_URI="mirror://sourceforge/crayzedsgui/${MY_P}.tar.gz > doc? ( mirror://sourceforge/crayzedsgui/${MY_D}.tar.gz )" > >LICENSE="MIT" >SLOT="0.7" >KEYWORDS="~amd64 ~x86" >IUSE="debug devil doc examples expat freeimage gtk irrlicht lua ogre opengl xerces-c xml" > >RDEPEND="dev-libs/libpcre > media-libs/freetype:2 > dev-libs/tinyxml > devil? ( media-libs/devil ) > expat? ( dev-libs/expat ) > freeimage? ( media-libs/freeimage ) > irrlicht? ( dev-games/irrlicht ) > lua? ( > dev-lang/lua > dev-lang/toluapp > ) > ogre? ( dev-games/ogre ) > opengl? ( > virtual/opengl > virtual/glu > virtual/glut > media-libs/glew > ) > xerces-c? ( dev-libs/xerces-c ) > xml? ( dev-libs/libxml2 )" >DEPEND="${RDEPEND} > dev-util/pkgconfig" > >S=${WORKDIR}/${MY_P} > >src_prepare() { > if use examples ; then > cp -r Samples Samples.clean > rm -f $(find Samples.clean -name 'Makefile*') > fi > > #fix Makefiles for sloting ... some aren't using --includedir= > sed -e "s/prefix)\/include/includedir)/g" \ > -i $(grep -lr "\$(prefix)/include" --include=Makefile.am .) > eautomake >} > >src_configure() { > MYECONF= > econf \ > --libdir=/usr/$(get_libdir)/${P} \ > --includedir=/usr/include/${P} \ > --datarootdir=/usr/share/${P} \ > --datadir=/usr/share/${P} \ > $(use_enable debug) \ > $(use_enable devil) \ > $(use_enable expat) \ > $(use_enable freeimage) \ > $(use_enable irrlicht irrlicht-renderer) \ > $(use_enable lua external-toluapp) \ > $(use_enable lua lua-module) \ > $(use_enable lua toluacegui) \ > $(use_enable opengl external-glew) \ > $(use_enable opengl opengl-renderer) \ > $(use_enable xerces-c) \ > $(use_enable xml libxml) \ > $(use_enable ogre ogre-renderer) \ > --enable-static \ > --enable-tga \ > --enable-tinyxml \ > --disable-corona \ > --disable-dependency-tracking \ > --disable-samples \ > --disable-silly \ > $(use_with gtk gtk2) >} > >src_install() { > emake DESTDIR="${D}" install || die "emake install failed" > > #remove .la files > rm -f $(find ${D}/usr/$(get_libdir)/${P} -name *.la) > > #rename binarys > find ${D}/usr/bin -type f -print0 | xargs -0 -I \{\} mv \{\} \{\}-${PV} > > #move and rename pkgconfig files > mv ${D}/usr/$(get_libdir)/${P}/pkgconfig ${D}/usr/$(get_libdir)/ > cd ${D}/usr/$(get_libdir)/pkgconfig > find -type f -print0 | xargs -0 -I \{\} basename \{\} .pc | \ > xargs -I \{\} mv \{\}.pc \{\}-${PV}.pc > cd ${S} > > if use doc ; then > emake html || die "emake html failed" > dohtml -r doc/doxygen/html/* || die "dohtml failed" > fi > if use examples ; then > insinto /usr/share/doc/${PF}/Samples > doins -r Samples.clean/* || die "doins failed" > fi >}
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 286722
:
205439
| 207243 |
207300
|
229275
|
229299
|
230717
|
231701
|
231709
|
235915
|
239503
|
261055
|
261057
|
261058
|
264297