Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 39156 Details for
Bug 47048
ftgl-2.1.2 (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Modified ebuild to include latest patch.
ftgl-2.0.9.ebuild (text/plain), 1.36 KB, created by
John Ross Hunt
on 2004-09-07 16:23:55 UTC
(
hide
)
Description:
Modified ebuild to include latest patch.
Filename:
MIME Type:
Creator:
John Ross Hunt
Created:
2004-09-07 16:23:55 UTC
Size:
1.36 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="FTGL is a free, open source library to enable developers to use arbitrary fonts in their OpenGL (www.opengl.org) applications." >HOMEPAGE="http://homepages.paradise.net.nz/henryj/code/#FTGL" >SRC_URI="http://homepages.paradise.net.nz/henryj/code/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" > >IUSE="" >DEPEND=">=media-libs/freetype-2.0.9 > virtual/opengl > virtual/glut" >#RDEPEND="" > >S=${WORKDIR}/FTGL/unix > >src_unpack() { > unpack ${A} > cd ${WORKDIR} > # Use the correct includedir for pkg-config > epatch ${FILESDIR}/ftgl-ftgl.pc.in.patch > # patch to get glyphs with the right colour in the cache (from blender README) > epatch ${FILESDIR}/ftgl-glyphs.patch > if ! has_version doxygen; then > cd FTGL/docs > tar xzf html.tar.gz > ln -fs ../../docs/html ${S}/docs > fi > sed -i "s:\((PACKAGE_NAME)\):\1-${PVR}:g" ${S}/docs/Makefile > sed -i "s: \\$:\t\\$:g" ${S}/src/Makefile >} > >src_compile() { > cd ${S} > ./configure \ > --host=${CHOST} \ > --prefix=/usr \ > --infodir=/usr/share/info \ > --mandir=/usr/share/man || die "./configure failed" > emake || die "emake failed" >} > >src_install() { > einstall || die > dodoc README.txt >} > >pkg_postinst() { > einfo "" > einfo "Start demo with FTGLDemo <.ttf file with path>." > einfo "" >}
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 47048
:
28822
|
32059
|
32061
|
35475
|
39155
| 39156 |
45994