Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 11259 Details for
Bug 20116
wxGTK-2.4.0 without unicode for lmule-1.2.x
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
wxGTK-2.4.0 without unicode
wxGTK-2.4.0-r1.ebuild (text/plain), 2.17 KB, created by
Montag
on 2003-04-28 13:10:36 UTC
(
hide
)
Description:
wxGTK-2.4.0 without unicode
Filename:
MIME Type:
Creator:
Montag
Created:
2003-04-28 13:10:36 UTC
Size:
2.17 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.4.0.ebuild,v 1.9 2003/03/26 03:30:48 liquidx Exp $ > >DESCRIPTION="GTK+ version of wxWindows, a cross-platform C++ GUI toolkit." >SRC_URI="mirror://sourceforge/wxwindows/${P}.tar.bz2" >HOMEPAGE="http://www.wxwindows.org/" > >LICENSE="LGPL-2" >SLOT="0" >KEYWORDS="x86 ~ppc ~sparc" >IUSE="nls odbc opengl gtk2" > >DEPEND="virtual/glibc > virtual/x11 > media-libs/netpbm > media-libs/giflib > media-libs/libpng > media-libs/jpeg > media-libs/tiff > sys-libs/zlib > odbc? ( dev-db/unixODBC ) > opengl? ( virtual/opengl ) > gtk2? ( >=x11-libs/gtk+-2.0* ) : ( =x11-libs/gtk+-1.2* )" > >RDEPEND="nls? ( sys-devel/gettext )" > >pkg_setup() { > # xfree should not install these, remove until the fixed > # xfree is in main use. > rm -f /usr/X11R6/include/{zconf.h,zlib.h} >} > >src_compile() { > local myconf > myconf="--enable-gif --with-libtiff --with-zlib --with-libpng \ > --enable-png --with-libjpeg" > > #Note: pcx image support enabled by default if found. > #Also, all wxWindows gui features are enabled by default. If you > #want to build a smaller library you can disable features by adding > #the appropriate flags to myconf (see INSTALL.txt). > > #The build tools include a --with-freetype option, however it doesn't > #seem to be implemented in the source yet. > > #confiure options that have corresponding USE variable. > > use static \ > && myconf="${myconf} --enable-static" \ > || myconf="${myconf} --disable-static" > > if [ `use odbc` ] && [ ! `use gtk2` ]; then > myconf="${myconf} --with-odbc" > elif [ `use odbc` ] && [ `use gtk2` ]; then > ewarn "" > einfo "you cannot specify both odbc and gtk2" > einfo "Choosing gtk2 over odbc" > einfo "re-run with USE=\"-gtk2\" to enable odbc" > ewarn "" > sleep 5 > myconf="${myconf} --without-odbc" > else > myconf="${myconf} --without-odbc" > fi > > use opengl \ > && myconf="${myconf} --with-opengl" \ > || myconf="${myconf} --without-opengl" > > myconf="${myconf} --with-x --with-gtk" > > use gtk2 && myconf="${myconf} --enable-gtk2 --disable-unicode" > > econf ${myconf} > emake || die "make failed" >} > >src_install() { > einstall > dodoc *.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 20116
:
11259
|
11260
|
11261