Update fltk recipes

This commit is contained in:
Ribbon 2025-09-29 08:47:10 -03:00
parent 33610038e0
commit e2928dc117
3 changed files with 42 additions and 17 deletions

View File

@ -1,17 +0,0 @@
#TODO probably wrong script, see https://github.com/fltk/fltk/blob/master/README.Unix.txt
#TODO port to orbital
[source]
tar = "https://www.fltk.org/pub/fltk/1.3.8/fltk-1.3.8-source.tar.bz2"
[build]
template = "configure"
dependencies = [
"mesa-glu",
"freeglut",
"cairo",
"fontconfig",
"glew",
"libjpeg",
"libpng",
"pango",
"zlib",
]

View File

@ -0,0 +1,21 @@
#TODO probably wrong template, see https://github.com/fltk/fltk/blob/master/README.Unix.txt
# commented out recipes are optional but recommended, needs to be determined
[source]
tar = "https://github.com/fltk/fltk/releases/download/release-1.3.11/fltk-1.3.11-source.tar.bz2"
[build]
template = "configure"
dependencies = [
"mesa-glu",
"libx11",
"libxft",
"libxcursor",
#"freeglut",
#"cairo",
#"fontconfig",
#"glew",
#"libalsa",
#"libjpeg",
#"libpng",
#"libxinerama",
#"pango",
]

View File

@ -0,0 +1,21 @@
#TODO probably wrong template, see https://github.com/fltk/fltk/blob/master/README.Unix.txt
# commented out recipes are optional but recommended, needs to be determined
[source]
tar = "https://github.com/fltk/fltk/releases/download/release-1.4.4/fltk-1.4.4-source.tar.bz2"
[build]
template = "configure"
dependencies = [
"mesa-glu",
"libx11",
"libxft",
"libxcursor",
#"freeglut",
#"cairo",
#"fontconfig",
#"glew",
#"libalsa",
#"libjpeg",
#"libpng",
#"libxinerama",
#"pango",
]