Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 124226 Details for
Bug 184590
dev-dotnet/libgdiplus-1.2.4 fails to compile
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
New libgdiplus-1.2.4.ebuild
libgdiplus-1.2.4.ebuild (text/plain), 1.77 KB, created by
Michael Perlov
on 2007-07-08 10:08:34 UTC
(
hide
)
Description:
New libgdiplus-1.2.4.ebuild
Filename:
MIME Type:
Creator:
Michael Perlov
Created:
2007-07-08 10:08:34 UTC
Size:
1.77 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-1.2.4.ebuild,v 1.3 2007/06/16 11:57:50 dertobi123 Exp $ > >inherit eutils flag-o-matic toolchain-funcs autotools > >DESCRIPTION="Library for using System.Drawing with mono" >HOMEPAGE="http://www.go-mono.com/" >SRC_URI="http://www.go-mono.com/sources/${PN}/${P}.tar.bz2" > >LICENSE="MIT" >SLOT="0" >KEYWORDS="~amd64 ppc ~sparc x86 ~x86-fbsd" >IUSE="exif gif jpeg tiff" > >RDEPEND=">=dev-libs/glib-2.6 > >=media-libs/freetype-2 > >=media-libs/fontconfig-2 > media-libs/libpng > || ( > ( > x11-libs/libXrender > x11-libs/libX11 > x11-libs/libXt > ) > virtual/x11 > ) > exif? ( media-libs/libexif ) > gif? ( >=media-libs/giflib-4.1.3 ) > jpeg? ( media-libs/jpeg ) > tiff? ( media-libs/tiff )" >DEPEND="${RDEPEND} > >=dev-util/pkgconfig-0.19" > >RESTRICT="test" > >src_unpack() { > unpack ${A} > cd ${S} > > epatch ${FILESDIR}/${PN}-1.1.13-libungif-configure-fix.diff > epatch ${FILESDIR}/${P}-cairo.patch > eautoreconf >} > >src_compile() { > if [[ "$(gcc-major-version)" -gt "3" ]] || \ > ( [[ "$(gcc-major-version)" -eq "3" ]] && [[ "$(gcc-minor-version)" -gt "3" ]] ) > then > append-flags -fno-inline-functions > fi > > # Disable glitz support as libgdiplus does not use it, and it causes errors > econf --disable-glitz \ > $(use_with exif libexif) \ > $(use_with gif libgif) \ > $(use_with jpeg libjpeg) \ > $(use_with tiff libtiff) || die "configure failed" > > # attribute ((__stdcall__)) generates warnings on ppc > if use ppc ; then > sed -i -e 's:-Werror::g' src/Makefile > fi > > emake || die "compile failed" >} > >src_install() { > emake DESTDIR="${D}" install || die "install failed" > dodoc AUTHORS ChangeLog NEWS README >}
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 184590
: 124226 |
124228