Browse Source

fltk: update to 1.4.4

Waldemar Brodkorb 1 week ago
parent
commit
f1668db510
2 changed files with 2 additions and 13 deletions
  1. 2 2
      package/fltk/Makefile
  2. 0 11
      package/fltk/patches/patch-Makefile

+ 2 - 2
package/fltk/Makefile

@@ -4,9 +4,9 @@
 include $(ADK_TOPDIR)/rules.mk
 
 PKG_NAME:=		fltk
-PKG_VERSION:=		1.3.11
+PKG_VERSION:=		1.4.4
 PKG_RELEASE:=		1
-PKG_HASH:=		92805abc84505e3e7e27aec775ab0754ecb4182fe2d8ff2a9d568ccdcb2811ac
+PKG_HASH:=		94b464cce634182c8407adac1be5fc49678986ca93285699b444352af89b4efe
 PKG_DESCR:=		fast light toolkit
 PKG_SECTION:=		libs/misc
 PKG_DEPENDS:=		mesa libx11 libxi freeglut libfreetype

+ 0 - 11
package/fltk/patches/patch-Makefile

@@ -1,11 +0,0 @@
---- fltk-1.3.11.orig/Makefile	2025-02-05 15:03:09.000000000 +0100
-+++ fltk-1.3.11/Makefile	2025-08-03 08:48:11.761069409 +0200
-@@ -16,7 +16,7 @@
- 
- include makeinclude
- 
--DIRS = $(IMAGEDIRS) src $(CAIRODIR) fluid test documentation
-+DIRS = $(IMAGEDIRS) src $(CAIRODIR)
- 
- all: makeinclude fltk-config
- 	for dir in $(DIRS); do\