Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 85226 Details for
Bug 130899
wxGTK-2.6.3.2 ebuild installs wxPython instead of wxGTK
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
wxGTK-2.6.3 ebuild with upstream patches
wxGTK-2.6.3.ebuild (text/plain), 1.56 KB, created by
Marcus Furlong
on 2006-04-22 15:37:19 UTC
(
hide
)
Description:
wxGTK-2.6.3 ebuild with upstream patches
Filename:
MIME Type:
Creator:
Marcus Furlong
Created:
2006-04-22 15:37:19 UTC
Size:
1.56 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.2-r1.ebuild,v 1.11 2006/04/01 06:27:00 antarus Exp $ > >inherit wxlib gnuconfig > >DESCRIPTION="GTK+ version of wxWidgets, a cross-platform C++ GUI toolkit and >wxbase non-gui library" > >SLOT="2.6" >KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86" >IUSE="gnome joystick odbc opengl sdl X" >RDEPEND="${RDEPEND} > opengl? ( virtual/opengl ) > >=x11-libs/gtk+-2.0 > >=dev-libs/glib-2.0 > media-libs/tiff > odbc? ( dev-db/unixODBC ) > x86? ( sdl? ( media-libs/sdl-sound ) ) > amd64? ( sdl? ( media-libs/sdl-sound ) ) > ppc? ( sdl? ( media-libs/sdl-sound ) )" > >DEPEND="${RDEPEND} > ${DEPEND} > dev-util/pkgconfig" >S=${WORKDIR}/wxWidgets-${PV} > >pkg_setup() { > einfo "To install only wxbase (non-gui libs) use USE=-X" >} > >src_unpack() { > unpack ${A} > cd ${S} > > epatch ${FILESDIR}/wxGTK-2.6.3-upstream.patch > epatch ${FILESDIR}/wxWidgets-2.6.2-gcc41.patch >} > >src_compile() { > gnuconfig_update > myconf="${myconf} > --with-png > --with-jpeg > --with-tiff > $(use_enable opengl) > $(use_with opengl) > $(use_with gnome gnomeprint) > $(use_with sdl) > $(use_enable joystick)" > > use X && configure_build gtk2 unicode "${myconf} --with-gtk=2" > use X || configure_build base unicode "--disable-gui" >} > >src_install() { > use X && install_build gtk2 > use X || install_build base > > wxlib_src_install >} > >pkg_postinst() { > einfo "dev-libs/wxbase has been removed from portage and can be" > einfo "installed with wxGTK by specifying the USE flags" > einfo "-X" >}
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 130899
:
85226
|
85227
|
85249
|
85250
|
85251