Path to this page:
./
x11/fltk13,
Fast Light Tool Kit for graphical user interfaces
Branch: CURRENT,
Version: 1.3.9nb2,
Package name: fltk-1.3.9nb2,
Maintainer: pkgsrc-usersFLTK (pronounced "fulltick") is a LGPL'd C++ graphical user interface
toolkit for X (UNIX), OpenGL, and Win32. FLTK was designed to be small and
modular enough to be statically linked, but also works fine as a shared
library. FLTK also includes FLUID, an interactive user interface builder
program.
This is version 1.3. From the FLTK website:
FLTK 1.3 is the current stable development branch based on FLTK
1.1.10. It adds internationalization, UTF-8 (Unicode), and printing
support, Doxygen based documentation, and several new widgets
including Fl_Native_File_Chooser, Fl_Table, and Fl_Tree_View.
Required to run:[
graphics/MesaLib] [
graphics/png] [
graphics/jpeg] [
graphics/glu] [
fonts/Xft2] [
x11/xcursor]
Required to build:[
pkgtools/x11-links] [
x11/xcb-proto] [
x11/fixesproto4] [
pkgtools/cwrappers] [
x11/xorgproto]
Package options: opengl
Master sites:
Filesize: 4662.387 KB
Version history: (Expand)
- (2024-07-12) Updated to version: fltk-1.3.9nb2
- (2024-07-05) Updated to version: fltk-1.3.9nb1
- (2024-05-08) Updated to version: fltk-1.3.9
- (2023-11-12) Updated to version: fltk-1.3.8nb3
- (2023-01-30) Updated to version: fltk-1.3.8nb2
- (2022-07-27) Updated to version: fltk-1.3.8nb1
CVS history: (Expand)
2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570) |
Log message:
*: revebump for new brotli option for freetype2
Addresses PR 57693
|
2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2527) |
Log message:
*: Recursive revbup from graphics/freetype2
|
2022-07-27 20:46:49 by Thomas Klausner | Files touched by this commit (3) |
Log message:
fltk: fix png library name.
Bump PKGREVISION.
|
2021-11-22 11:49:08 by Michael Baeuerle | Files touched by this commit (2) |
Log message:
x11/fltk13: Update to 1.3.8
This release does not contain new "ABI features". The ABI (Application
Binary Interface) is 100% compatible with releases 1.3.5 - 1.3.7.
CHANGES IN FLTK 1.3.8 RELEASED: Nov 20 2021
FLTK 1.3.8 is a maintenance release with some fixes and enhancements.
Details:
Albrecht Schlosser:
Make "FLTK_CONSOLIDATE_MOTION" user-definable (issue #76)
Fix compiler warnings (backported from 1.4)
Add new dialog fl_choice_n() with extended return values (#282)
ManoloFLTK:
Account for deprecation of [NSBitmapImageRep initWithFocusedViewRect:]
in macOS 10.14
macOS: fix fullscreen window when other windows were created before
Fix issue #287: "FLTK 1.3.6 doesn't handle fullscreen on macOS"
Fix issue #288: "FLTK 1.3.6+ doesn't notify window movement on macOS"
Fix issue #279: "HiDpi issue on macOS with retina display"
macOS: Allow building with non-Apple compiler that may not support
blocks
|
2021-10-26 13:35:01 by Nia Alarie | Files touched by this commit (674) |
Log message:
x11: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz
|
2021-10-07 17:14:47 by Nia Alarie | Files touched by this commit (675) |
Log message:
x11: Remove SHA1 hashes for distfiles
|
2021-07-26 13:00:33 by Michael Baeuerle | Files touched by this commit (2) |
Log message:
x11/fltk13: Update to 1.3.7
This release does not contain new "ABI features". The ABI (Application
Binary Interface) is 100% compatible with releases 1.3.5 and 1.3.6.
CHANGES IN FLTK 1.3.7 RELEASED: Jul 25 2021
FLTK 1.3.7 is a maintenance release for macOS only. It fixes one
regression introduced in FLTK 1.3.6 and two long standing timer
issues on macOS.
Other platforms than macOS are not concerned.
Changes:
Avoid premature FL_RELEASE event at start of drag-n-drop operation
Fix a timer inconsistency and prevent a crash
Fl::add_timeout() must always create a new timer (#248)
|
2021-05-29 11:53:58 by Dr. Thomas Orgis | Files touched by this commit (2) |
Log message:
fltk13: add missing X11 deps, pkg-config usage
|