Hi, I just discovered this project by accident. I have to say WOW! This is just what I was looking for. I have a few old PowerPC Macs and I'm thinking on writing a few multimedia apps to bring new life into them. I have a few questions though:
-
Why are some packages not listed in packages.txt while being available at the tigersh/dist and tigersh/scripts directories? (Eg. luajit or panther_sdl2) I can run tiger.sh luajit-2.1.0-beta3 though, however it runs the whole "building package from source" logic even though it detects a pre-compiled binary package.
-
What's the process for suggesting or adding new packages to the repository? In particular I'd like to have the following available: libcurl, zlib, and some video and audio libraries, starting with the ffmpeg libs (libavcodec, libavformat, etc).
-
Where are libraries installed by leopard/tiger.sh linked to? If I try to build something after installing some library (eg. libiconv, libcurl, etc) will it just work? Or do I need to pass something like LDFLAGS=$(tiger.sh --lib-path) when building?
That's all. Kudos for your work!
[EDIT: Added a third question]
Hi, I just discovered this project by accident. I have to say WOW! This is just what I was looking for. I have a few old PowerPC Macs and I'm thinking on writing a few multimedia apps to bring new life into them. I have a few questions though:
Why are some packages not listed in
packages.txtwhile being available at thetigersh/distandtigersh/scriptsdirectories? (Eg. luajit or panther_sdl2) I can runtiger.sh luajit-2.1.0-beta3though, however it runs the whole "building package from source" logic even though it detects a pre-compiled binary package.What's the process for suggesting or adding new packages to the repository? In particular I'd like to have the following available: libcurl, zlib, and some video and audio libraries, starting with the ffmpeg libs (libavcodec, libavformat, etc).
Where are libraries installed by leopard/tiger.sh linked to? If I try to build something after installing some library (eg. libiconv, libcurl, etc) will it just work? Or do I need to pass something like
LDFLAGS=$(tiger.sh --lib-path)when building?That's all. Kudos for your work!
[EDIT: Added a third question]