mirror of
https://github.com/RGBCube/serenity
synced 2025-07-30 03:57:45 +00:00
Ports: Add libogg
This library will allow us to port more multimedia programs and games, since it's a common dependency of such projects. I was looking at Scummvm's dependencies in particular, with a goal of porting them all eventually, so that we can have Myst running in Serenity!
This commit is contained in:
parent
389dddd4b3
commit
68f2ef1097
3 changed files with 19 additions and 0 deletions
|
@ -39,6 +39,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^
|
|||
| [`libffi`](libffi/) | libffi | 3.3 | https://www.sourceware.org/libffi/ |
|
||||
| [`libiconv`](libiconv/) | GNU libiconv | 1.16 | https://www.gnu.org/software/libiconv/ |
|
||||
| [`libjpeg`](libjpeg/) | libjpeg | 9d | https://ijg.org/ |
|
||||
| [`libogg`](libogg/) | libogg | 1.3.4 | https://github.com/xiph/ogg |
|
||||
| [`libpng`](libpng/) | libpng | 1.6.37 | https://libpng.org/ |
|
||||
| [`libpuffy`](libpuffy/) | libpuffy | 1.0 | https://github.com/ibara/libpuffy |
|
||||
| [`libtiff`](libtiff/) | libtiff | 4.2.0 | http://www.libtiff.org/ |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue