Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 115742 Details for
Bug 171047
media-libs/ftgl-2.1.2-r1 bad version in .pc file
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
new ebuild with patch for configure.ac
ftgl-2.1.2-r2.ebuild (text/plain), 1.40 KB, created by
Andreas Volz
on 2007-04-08 18:51:14 UTC
(
hide
)
Description:
new ebuild with patch for configure.ac
Filename:
MIME Type:
Creator:
Andreas Volz
Created:
2007-04-08 18:51:14 UTC
Size:
1.40 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/media-libs/ftgl/ftgl-2.1.2-r1.ebuild,v 1.12 2007/02/27 02:45:38 the_paya Exp $ > >WANT_AUTOMAKE=1.4 >WANT_AUTOCONF=latest >inherit eutils flag-o-matic autotools > >DESCRIPTION="library to use arbitrary fonts in OpenGL applications" >HOMEPAGE="http://homepages.paradise.net.nz/henryj/code/#FTGL" >SRC_URI="http://opengl.geek.nz/ftgl/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="alpha amd64 ~hppa ppc ppc64 sparc x86 ~x86-fbsd" >IUSE="" > >DEPEND=">=media-libs/freetype-2.0.9 > virtual/opengl > virtual/glut" >RDEPEND="${DEPEND}" > >S=${WORKDIR}/FTGL/unix > >src_unpack() { > unpack ${A} > > # Use the correct includedir for pkg-config > epatch \ > "${FILESDIR}"/${PV}-ftgl.pc.in.patch \ > "${FILESDIR}"/${P}-configure.ac.patch \ > "${FILESDIR}"/${P}-gcc41.patch > if ! has_version app-doc/doxygen ; then > cd FTGL/docs > tar xzf html.tar.gz || die "unpack html.tar.gz" > ln -fs ../../docs/html "${S}/docs" > fi > sed -i \ > -e "s:\((PACKAGE_NAME)\):\1-${PVR}:g" ${S}/docs/Makefile \ > || die "sed failed" > sed -i \ > -e "s: \\$:\t\\$:g" ${S}/src/Makefile \ > || die "sed failed" > > cd ${S} > AT_M4DIR=m4 eautoreconf >} > >src_compile() { > strip-flags # ftgl is sensitive - bug #112820 > econf \ > --enable-shared \ > --enable-shared \ > || die > emake || die >} > >src_install() { > einstall || die > dodoc README.txt >}
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 171047
: 115742 |
115743