Path to this page:
./
x11/wxGTK24,
GTK-based implementation of the wxWidgets GUI library
Branch: pkgsrc-2010Q2,
Version: 2.4.2nb17,
Package name: wxGTK24-2.4.2nb17,
Maintainer: pkgsrc-usersA GTK+-based implementation of the wxWidgets cross-platform GUI library.
This package contains the older 2.4 release.
wxWidgets is a set of libraries that allows C++ applications to compile and
run on several different types of computer, with minimal source code changes.
There is one library per supported GUI (such as Windows, GTK+, Motif, and
Mac). As well as providing a common API (Application Programming Interface)
for GUI functionality, it provides functionality for accessing some
commonly-used operating system facilities, from copying and deleting files
to socket and thread support. wxWidgets is a 'framework' in the sense that
it provides a lot of built-in functionality, which the application can use
or replace as required, thus saving a great deal of coding effort. Basic data
structures such as strings, arrays, linked lists and hash tables are also
supported.
Such a toolkit is not unique - there are others to choose from - but wxWidgets
is free, well-established, well-documented, and very broad in its coverage
of GUI functionality. It has some extras that make it stand out from the
crowd, such as the many convenience dialogs, built-in HTML display and
printing, virtual filesystems, easy-to-use OLE automation controller class,
Open GL support, and many other features that make it easier to write modern
and user-friendly applications.
There is also a python interface available, wxPython (see the py-wxWidgets
package).
Required to run:[
x11/gtk2] [
graphics/png] [
graphics/MesaLib] [
graphics/glu] [
graphics/jpeg] [
graphics/tiff]
Required to build:[
devel/pkg-config] [
devel/libtool-base] [
x11/fixesproto] [
x11/renderproto] [
x11/xproto] [
x11/inputproto] [
x11/randrproto] [
x11/xextproto] [
pkgtools/x11-links]
Master sites:
SHA1: 3f1ebacaaf8eb5510c14ee10bafbc5f225be842c
RMD160: 8076d1ba31c9b23becb241cbad5a83763fee776e
Filesize: 5255.796 KB
Version history: (Expand)
- (2010-07-05) Package added to pkgsrc.se, version wxGTK24-2.4.2nb17 (created)
CVS history: (Expand)
2010-08-19 21:51:48 by Matthias Scheler | Files touched by this commit (3) |
Log message:
Pullup ticket #3210 - requested by obache
x11/wxGTK24: build fix
Revisions pulled up:
- x11/wxGTK24/Makefile.common 1.7
- x11/wxGTK24/distinfo 1.12
- x11/wxGTK24/patches/patch-aa 1.6
---
Module Name: pkgsrc
Committed By: obache
Date: Wed Aug 18 10:05:08 UTC 2010
Modified Files:
pkgsrc/x11/wxGTK24: Makefile.common distinfo
pkgsrc/x11/wxGTK24/patches: patch-aa
Log message:
Let to use BUILDLINK_DIR first for find header/library files.
It should fixes PR#43215.
|