Version: 0.28.0, Package name: gnustep-back-0.28.0 |
Maintained by: Sebastian Reitenbach |
Master sites: |
Description This is the back-end component for the GNUstep GUI Library. The implementation of the GNUstep GUI Library is designed in two parts. The first part is the front-end component which is independent of platform and display system. This front-end is combined with a back-end component which handles all of the display system dependent such as specific calls to the X Window System. This design allows the GNUstep applications to have the "look and feel" of the underlying display system without any changes to the application, and the library can be easily ported to other display systems. The GNUstep GUI Backend is for platforms using the X-Window System or Window's Systems. It works via a DPS emulation engine to emulate the DPS functions required by the front-end system. Available flavors: cairo - use cairo as graphics backend (experimental) libart - use libart as graphics backend xlib - use xlib as graphics backend (default) |
Filesize: 950.953 KB |
Version History (View Complete History) |
|
2020-08-16 14:35:21 by Sebastian Reitenbach | Files touched by this commit (60) |
Log message: unbreak most of the -gui related apps, building gnustep-back was broken since update to clang 10. in gnustep.port.mk don't use -fuse-ld but use USE_LLD = no OK naddy@ |
2020-06-09 15:12:46 by Sebastian Reitenbach | Files touched by this commit (2) |
Log message: update 0.27.0 -> 0.28.0 |
2019-10-20 02:03:05 by Antoine Jacoutot | Files touched by this commit (67) |
Log message: Revert previous and add ICU support back now that the port has been fixed. tested in a bulk |
2019-10-16 07:45:07 by Antoine Jacoutot | Files touched by this commit (67) |
Log message: Disable ICU in gnustep. Temporary solution until we can use the native linker instead of -fuse-ld=bfd. from sebastia@ |
2019-02-12 12:17:56 by Sebastian Reitenbach | Files touched by this commit (2) |
Log message: update to 0.27.0 |
2018-11-26 07:17:13 by Sebastian Reitenbach | Files touched by this commit (60) |
Log message: Force using ld.bfd, since there is a still unknown problem loading Bundles into Objective-C applications, which breaks most of x11/gnustep and www/sogo Bump everything using the x11/gnustep module |
2018-01-05 01:01:40 by Sebastian Reitenbach | Files touched by this commit (6) |
Log message: Update to 0.26.2 |
2017-07-27 05:01:34 by Stuart Henderson | Files touched by this commit (60) |
Log message: bump REVISION on gnustep ports where libestdc++ has been removed due to switching to clang in base. add COMPILER_LIBCXX where c++abi is used. there will be some "Extra"s but this is the simplest way to use c++abi on base=clang and estdc++ on base=gcc arches. |
2017-04-19 15:21:31 by Sebastian Reitenbach | Files touched by this commit (5) |
Log message: backport a bunch of fixes to build warnings I reported |
2017-04-11 14:35:15 by Sebastian Reitenbach | Files touched by this commit (2) |
Log message: minor update to 0.25.1 following the gui update |
2016-06-23 14:59:45 by Sebastian Reitenbach | Files touched by this commit (5) |
Log message: Update to 0.25.0, noteworthy changes: Implement per gstate methods for antialias, patternPhase and compositingOperation in Cairo backend. Work on antialiasing in Cairo backend. Variety of bugfixes, especially in Win32 and Cairo backends. |
2016-06-03 05:57:58 by Sebastian Reitenbach | Files touched by this commit (59) |
Log message: Bump after gnustep make/base update |
2016-03-05 09:04:10 by Pascal Stumpf | Files touched by this commit (80) |
Log message: Bump REVISION for lang/clang MODULE changes. |
2015-10-26 05:53:16 by Sebastian Reitenbach | Files touched by this commit (60) |
Log message: Add OBJCFLAGS=-fgnustep-runtime to gnustep.port.mk CONFIGURE_ENV and MAKE_FLAGS for clang build platforms, and bump all ports for that. |
2015-05-28 12:38:53 by Sebastian Reitenbach | Files touched by this commit (5) |
Log message: Maintenance release to 0.24.1 |
2014-11-21 11:21:23 by Sebastian Reitenbach | Files touched by this commit (57) |
Log message: adapt/simplify gnustep.port.mk after gnustep-base update, bump REVISION of all dependencies |
2011-07-06 17:56:08 by Antoine Jacoutot | Files touched by this commit (10) |
Log message: Use the libiconv|gettext MODULE. |
2011-06-24 04:51:48 by Sebastian Reitenbach | Files touched by this commit (4) |
Log message: Fix to build with gcc-2.95 feedback from landry@, jasper@, sthen@ OK sthen@ |
2011-05-09 05:15:13 by Sebastian Reitenbach | Files touched by this commit (2) |
Log message: Minor update, fixing a large speed penalty with regard to font handling in the cairo backend. OK landry@, sthen@ |
2011-04-18 05:56:41 by Sebastian Reitenbach | Files touched by this commit (2) |
Log message: update gnustep-back to 0.20.0 ok landry@, ajacoutot@ |
2010-12-22 02:20:00 by Sebastian Reitenbach | Files touched by this commit (17) |
Log message: Switch naming of binary files in GNUstep bundles, to conform more with upstream. Reorder WANTLIB in gnustep.port.mk, now do not include WANTLIB when only depending on gnustep-base. Update/bump all gnustep ports that install bundles. kind of a agree, landry@, OK aja@ |
2010-11-22 01:37:07 by Marc Espie | Files touched by this commit (859) |
Log message: new depends |
2010-10-26 06:39:10 by Sebastian Reitenbach | Files touched by this commit (10) |
Log message: * Update the gnustep.port.mk file, to have some standard WANTLIBS and LIB/RUN depends added for the GUI based apps. * Bump package versions for ports depending on gnustep-back. * Fix PLIST for gnumail, after library bump. |
2010-10-25 11:38:57 by Sebastian Reitenbach | Files touched by this commit (6) |
Log message: Remove the flavors from the port. Switch from the old default xlib flavor to cairo. OK landry@ |
2010-10-24 15:15:37 by Antoine Jacoutot | Files touched by this commit (275) |
Log message: Remove USE_X11. |
2010-10-19 02:14:01 by Marc Espie | Files touched by this commit (260) |
Log message: USE_GROFF=Yes |
2010-10-11 02:19:59 by Jasper Lievisse Adriaanse | Files touched by this commit (83) |
Log message: - fix WANTLIB after cairo update. |
2010-07-30 05:29:44 by Antoine Jacoutot | Files touched by this commit (49) |
Log message: New style DEPENDS. |
2010-07-30 00:59:02 by Antoine Jacoutot | Files touched by this commit (256) |
Log message: First pass at new REVISION/DEPENDS... not finished yet. |
2010-07-05 01:52:02 by Antoine Jacoutot | Files touched by this commit (10) |
Log message: Give GNUstep maintainership to sebastia@ as I don't really use this anymore while he does. |
2010-05-12 10:44:39 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: - update gnustep-back to 0.18.0 ok aja@ (MAINTAINER) |
2010-04-16 01:49:26 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: these should be last BROKEN -> ERRORS ok aja@ |
2009-08-11 02:42:09 by Antoine Jacoutot | Files touched by this commit (121) |
Log message: WANTLIB changes after xcb addition and bump. |
2009-03-05 00:45:33 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: - fix MESSAGE - remove an XXX |
2008-12-23 08:25:51 by Antoine Jacoutot | Files touched by this commit (6) |
Log message: - update to gnustep-back 0.16.0 |
2008-10-03 01:21:56 by Antoine Jacoutot | Files touched by this commit (5) |
Log message: - introduce MASTER_SITE_GNUSTEP |
2008-09-05 12:29:43 by Antoine Jacoutot | Files touched by this commit (7) |
Log message: - rework this port so that one can install a different graphics backend (namely cairo, libart and xlib) suggested by David Chisnall <csdavec at swansea dot ac dot uk> MESSAGE tweaked from the FreeBSD gnustep-back port. While deprecated, the xlib backend is still the default because it's the most stable for now. |
2008-06-23 05:00:18 by Antoine Jacoutot | Files touched by this commit (4) |
Log message: - update to gnustep-back-0.14.0 |
2008-01-09 07:20:16 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: - update to gnustep-back-0.12.1 |
2007-12-10 09:24:19 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: - bump after gnustep-make update (changes gnustep.plist) |
2007-07-25 00:10:40 by Antoine Jacoutot | Files touched by this commit (4) |
Log message: - unbreak, now that threaded libobjc is enabled - set CONFIGURE_STYLE=gnu - remove quotes around COMMENT while here |
2007-07-21 11:30:10 by Antoine Jacoutot | Files touched by this commit (5) |
Log message: - do some cleaning before we can hopefully enable this (still waiting for threaded libobjc to go in) ; re-order Makefile.inc and gnustep.port.mk, set only for i386 until we get more test results, set USE_X11 where it's due... |
2007-06-21 04:46:21 by Antoine Jacoutot | Files touched by this commit (8) |
Log message: - centralize running information in a README.OpenBSD instead of spreading it over several pkg/MESSAGES ; this will ease the addition of other usefull tips |