pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/fltk13



Module Name:    pkgsrc
Committed By:   micha
Date:           Mon Nov 18 12:07:44 UTC 2024

Modified Files:
        pkgsrc/x11/fltk13: Makefile distinfo

Log Message:
x11/fltk13: Update to 1.3.10

This release does not contain new "ABI features". The ABI (Application
Binary Interface) is 100% compatible with releases 1.3.5 - 1.3.9.

CHANGES IN FLTK 1.3.10                                  RELEASED: Nov 16 2024

FLTK 1.3.10 is a maintenance release with some fixes and enhancements.

Highlights in this release:

  This release includes some new inline methods that were added in 1.4.0
  to prepare user code for the migration to 1.4.0. These are mainly
  methods with new names that replace methods which are deprecated in
  FLTK 1.4 and would issue compiler warnings if used in 1.4.0. Using the
  new method names in user code makes it possible to write code that is
  compatible with both 1.3.10 and 1.4.x w/o compiler warnings.

  CMake: The new file 'FLTKConfig.cmake' (generated by CMake builds only)
  can be used in user CMake projects to find the correct FLTK config file
  for the required FLTK version (1.3 or 1.4).

Details:

  Adam Halim:
    Backport support for mouse buttons 4 + 5 (#1076, #1068)

  Albrecht Schlosser:
    Add missing FL_EXPORT of class Fl_XFont_On_Demand (#922)
    Fix a bunch of compiler warnings (backported from 'master')
    Bump version numbers from 1.3.9 to 1.3.10
    Update bundled libraries
    Fl_File_Chooser: set insert position to end of string (#1004)
      ... after filename "expansion" with current directory
    Remove unused function after commit f323257cbc59c9ae
    CMake: improve FLTKConfig.cmake[.in] (#898)
    CMake: add FLTKConfigVersion.cmake
    Implement missing Fl_Single_Window::make_current()
    Keep sending FL_DRAG until all mouse buttons are released
    Fix doxygen warning
    Finish "Backport support for mouse buttons 4+5" (#1076, #1068)

  ManoloFLTK:
    Fix "FLTK on NetBSD very slow on X11 with Unicode locale" (#935)
    macOS: let fullscreen windows have access to the system menubar
    Simplify creation of OpenGL contexts under X11 platform (#1005)
    Crash in macOS when switching fullscreen window between displays (#1022)
    macOS: fix "Fl_Window::cursor(...) does not work reliably on some platforms"
      (#1082)
    X11: fix test/gl_overlay stale overlay rendering (#1111)

  Matthias Melcher:
    Fix Fl_Shared_Image refcount (#877)
    Fix crash in Fl_Preferences for deformed group name (#891)
    Fix shared image handling in file chooser (#887)
    Fix OpenGL context caching on macOS (#737)
    macOS: Fix color component mixup in gl_draw text rendering (#947)


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/x11/fltk13/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/x11/fltk13/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/fltk13/Makefile
diff -u pkgsrc/x11/fltk13/Makefile:1.48 pkgsrc/x11/fltk13/Makefile:1.49
--- pkgsrc/x11/fltk13/Makefile:1.48     Fri Jul 12 10:27:13 2024
+++ pkgsrc/x11/fltk13/Makefile  Mon Nov 18 12:07:44 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2024/07/12 10:27:13 micha Exp $
+# $NetBSD: Makefile,v 1.49 2024/11/18 12:07:44 micha Exp $
 
-DISTNAME=      fltk-1.3.9-source
-PKGREVISION=   2
+DISTNAME=      fltk-1.3.10-source
 PKGNAME=       ${DISTNAME:S/-source//}
 VERS=          ${DISTNAME:S/fltk-//:S/-source//}
 CATEGORIES=    x11

Index: pkgsrc/x11/fltk13/distinfo
diff -u pkgsrc/x11/fltk13/distinfo:1.21 pkgsrc/x11/fltk13/distinfo:1.22
--- pkgsrc/x11/fltk13/distinfo:1.21     Fri Jul 12 10:27:13 2024
+++ pkgsrc/x11/fltk13/distinfo  Mon Nov 18 12:07:44 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.21 2024/07/12 10:27:13 micha Exp $
+$NetBSD: distinfo,v 1.22 2024/11/18 12:07:44 micha Exp $
 
-BLAKE2s (fltk-1.3.9-source.tar.bz2) = 69983849a576c8adfaedcf2f9cfdbbc25463f0b157711655f8a09981e492eb84
-SHA512 (fltk-1.3.9-source.tar.bz2) = 8de8596bdc355c618cc85b8aa3a3f6aeb3650d3d252d63cec2f2c440f915b33cb3cb7cd47e22813f30a44cc7183bf808fc78c9bd6b6129f0202a07d40e46085b
-Size (fltk-1.3.9-source.tar.bz2) = 4774284 bytes
+BLAKE2s (fltk-1.3.10-source.tar.bz2) = eae4ba63a4a8c69eefc9e59c23e1eee5af0591c86bb9f44770f6d7dc5062604b
+SHA512 (fltk-1.3.10-source.tar.bz2) = 658d3a9b632080cdc21642cc5886e41ce430ff7f5219ab17b7e3237ae10773d1a574cdd2362b8d7d961296f8d4f2b952a73346e59f234f6294708c102503ea85
+Size (fltk-1.3.10-source.tar.bz2) = 4778229 bytes
 SHA1 (patch-Makefile) = c10e99516649e8fc02b6041be162229baec7a550
 SHA1 (patch-configure) = 6e5ea65207d721552f1afaf9e13a5607ce12d288
 SHA1 (patch-documentation_Makefile) = 4c0c4243311c170d6c645db41b8bb1821d053712



Home | Main Index | Thread Index | Old Index