> > I assume that there exist some ways, eclasses or other stuff to handle
such
> > problems. This does not neceaary mean that I know theses means ;)
> Take a look to wxGTK ebuild and wxlib eclass.
> I've wrote the latter thinking about making possible to use it to build
> wxAqua.

Sorry, python is not really my language of choice, so I try to keep my
questions use case basesd ;)

- the wxGTK ebuild seems to use gnuconfig (it calls gnuconfig_update). is
this needed / useable for Gentoo OSX?
- I assume the actual download fof the archies is handled in the eclass?
WxWidgets seems to use a single source approach, i.e. all subprojects can be
downloaded as one package.

the configure part part seems to be done by configure_build. I assume that I
could add my own parameter
configure_build cocoa, which would somewhen later come to something like a
"configure --enable-cocoa"?

I don't quite understand the src_install part.
Seems I have to call install_build cocoa and afterwards wxlib_src_install?

I found some missing ${DESTDIR} in the Apple specific install part in
Makefile and Makefile.in.
I would like to use wxWidgets-2.6.3-rc2, i.e. the latest version. Is this
case already handled, or do I have to add some custom patch?

Regards
Dirk

-- 
[email protected] mailing list

Reply via email to