- work based on what was in openbsd-wip earlier in 2018 (either from Jérôme Kasper or from jasper@ ?) - bite the bullet and replace wxWidgets 2 with wxWidgets 3. Lots of abandonware used our ancient wxWidgets version, a cleanup was due. - big changes: gtk2->gtk3, sdl->sdl2, odbc removed, webkit->webkitgtk4->disabled for now - at first I added a -webview subpackage for the parts depending on webkit, but decided that it could be done afterwards. Please think about !(x86) before suggesting that. ;) - soname encoding is force-disabled for now, shouldn't be problem since symlinks aren't used in the build. Most consumers were successfully tested; devel/codeblocks sometimes hangs at startup, and misc/rocrail,-gui crashes. Bulk build by ajacoutot@, ok ajacoutot@ landry@ giovanni@
12 lines
625 B
Plaintext
12 lines
625 B
Plaintext
wxWidgets gives you a single, easy-to-use API for writing GUI
|
|
applications on multiple platforms. Link with the appropriate library
|
|
for your platform (Windows/Unix/Mac, others coming shortly) and compiler
|
|
(almost any popular C++ compiler), and your application will adopt the
|
|
look and feel appropriate to that platform. On top of great GUI
|
|
functionality, wxWidgets gives you: online help, network programming,
|
|
streams, clipboard and drag and drop, multithreading, image loading and
|
|
saving in a variety of popular formats, HTML viewing and printing, and
|
|
much much more.
|
|
|
|
This package contains the GTK3 version of the library.
|