Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 28683 - dependencies fixes for wxGTK-2.4.1-r1 ebuild
Summary: dependencies fixes for wxGTK-2.4.1-r1 ebuild
Status: RESOLVED DUPLICATE of bug 28684
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-14 03:37 UTC by Vaclav Slavik
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vaclav Slavik 2003-09-14 03:37:27 UTC
Hi,
attached patch fixes a couple of dependency issues with wxGTK ebuild. Detailed
description of changes:
* removed dependency on media-libs/netpbm, media-libs/giflib and 
dev-libs/libunicode -- wxGTK does not use any of them
* use global USE flags png,jpeg and tiff to optionally compile out support for
libpng, libjpeg or libtiff
* use --without-libFOO if the flag is not set instead of using --with-libFOO
(which is configure's default and so is not needed at all)
* moved all the dependencies from DEPEND to RDEPEND -- they are needed at
runtime, not only for compilation (dependency on shared libs)
* removed sys-devel/gettext from RDEPEND because wxGTK does not use GNU gettext
(it contains its own implementation of .mo files loader)
* commented out the check that does not allow gtk2 to be used together with odbc
-- odbc works just fine with gtk2, it conflicts with unicode, which is not used
anymore by the ebuild (I did not delete the checks completely, because they will
have to be restored when Unicode build is restored)

Reproducible: Always
Steps to Reproduce:
Comment 1 Alastair Tse (RETIRED) gentoo-dev 2003-09-14 04:04:05 UTC

*** This bug has been marked as a duplicate of 28684 ***