Commit Graph

47 Commits

Author SHA1 Message Date
Josh Megnauth
a8859261ee
Bump and dynamically link libpng 2025-02-15 01:01:03 -05:00
Anhad Singh
dea85812d1
fix(zlib): set soname
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-02-10 23:20:17 +11:00
Anhad Singh
c19cb76085
feat(libssh2): dynamic
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-02-09 18:50:33 +11:00
Anhad Singh
5902050250
misc(openssl1): remove old patch
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-02-09 18:49:31 +11:00
Jeremy Soller
ec8a673b56
Remove source section from libgcc 2025-01-31 14:33:14 -07:00
Anhad Singh
8b663ee368 fix(cookbook): shared dependencies
These shall only be added iff `PREFER_STATIC` is not set.

Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-01-23 16:12:12 +11:00
Anhad Singh
3ee1f4da00 feat(cookbook): add the option to prefer static
By default all libraries and applications that can be dynamically linked
will be dynamically linked. You can override this behaviour by setting
the `COOKBOOK_PREFER_STATIC` environment variable. Note that if you
perviously did not use this flag, it might (most likely will) require a
complete userland sysroot recompilation.

It will look like this:
```bash
$ make clean
$ COOKBOOK_PREFER_STATIC=yes make image
```

For testing, the following will also work:
```bash
$ COOKBOOK_PREFER_STATIC=yes make cr.{PACKAGE_NAME} # obviously replace
                                                    # PACKAGE_NAME with
                                                    # the name of a package :)
```

Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-01-20 19:55:37 +11:00
Anhad Singh
48bed31e92
misc(libiconv): set the flags instead of appending
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-01-20 19:11:39 +11:00
Anhad Singh
bbead114d1 feat(openssl1): dynamic
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-01-20 19:01:36 +11:00
Anhad Singh
80c7e5a438 Revert "feat(mesa): dynamic"
This reverts commit c284034cff0dcefd7fc8ac2983e231ec4c23af5c.
2025-01-20 19:01:36 +11:00
Anhad Singh
75e944f6a5 feat(mesa): dynamic
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-01-20 19:01:36 +11:00
Anhad Singh
30cd0e845d feat(recipes): libgcc
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-01-20 19:01:36 +11:00
Anhad Singh
11c96f8bee feat(nghttp2): bump to v1.64.0
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-01-20 19:01:36 +11:00
Anhad Singh
f92b72224d feat(nghttp2): dynamic
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-01-20 19:01:36 +11:00
Anhad Singh
3e45672be6 feat(mpc)
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-01-20 19:01:36 +11:00
Anhad Singh
e4f0e28b57 feat(libiconv): bump to 1.17
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-01-20 19:01:36 +11:00
Anhad Singh
51e8e1a015 feat(libiconv): dynamic
We also statically build as cosmic-files requires it.

Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-01-20 19:01:36 +11:00
Anhad Singh
ebfbfde532 feat(zlib): dynamic
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-01-20 19:01:36 +11:00
Anhad Singh
55fcf436d1 feat(libmpfr): dynamic
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-01-20 19:01:36 +11:00
Anhad Singh
2551aeeea0 feat(libgmp): bump to 6.3.0
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-01-20 19:01:36 +11:00
Anhad Singh
b4dcf6b9c0 feat(libgmp): dynamic
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-01-20 19:01:36 +11:00
Jeremy Soller
dd43b57f1e
Add libmodplug1 2025-01-09 08:44:14 -07:00
Josh Megnauth
1f79304159 Fix glib's patch 2024-12-03 21:45:57 +00:00
doriancodes
6a4ab2283d add luv and lua-compat-5.3 2024-10-29 21:05:49 +01:00
Dorian Davi
c244dc1a76 Add libuv library 2024-10-24 16:59:41 +00:00
Jeremy Soller
24c381e9f2
ffmpeg6: disable docs 2024-10-09 11:35:46 -06:00
Jeremy Soller
2a4bdd2865
Add gstreamer-plugins-good 2024-10-09 11:27:17 -06:00
Jeremy Soller
67a86dcae6
Add gstreamer-plugins-base 2024-10-09 09:57:06 -06:00
Jeremy Soller
a1f1a839cd
gstreamer: convert recipe to toml 2024-10-09 08:34:44 -06:00
Jeremy Soller
da4091c73d
Fix gstreamer build 2024-10-09 08:33:58 -06:00
Ribbon
34e07e31c7 Launch ffplay on video and audio MIME types in Orbital programs 2024-07-22 17:12:43 +00:00
Ribbon
5e66c2fb26 Add ABI separation on the LLVM recipe 2024-06-07 18:55:31 +00:00
Jeremy Soller
7012873054
Update nghttp2 to 1.62.1 2024-05-29 20:23:08 -06:00
Jeremy Soller
3b9833cb5e
Add libpsl 2024-05-29 20:22:53 -06:00
Jeremy Soller
0a3262428a
Update mesa 2024-05-29 14:28:36 -06:00
Ribbon
fa7698e2aa Add new categories, move recipes and update the README 2024-02-19 14:17:38 +00:00
Jeremy Soller
536650c50f
Promote libarchive to libs 2024-01-12 16:02:50 -07:00
Jeremy Soller
25297b28cc
Promote libnettle to libs 2024-01-12 15:15:50 -07:00
Ribbon
d7eb1511c0 Recipe cleanup 2023-12-14 19:50:54 +00:00
Jeremy Soller
4aefbfcc12
Convert pixman recipe to toml 2023-12-13 14:35:31 -07:00
Jeremy Soller
09046db8d2
fribidi: convert to toml 2023-12-12 19:48:42 -07:00
Jeremy Soller
510e77dacd
freeglut: convert to toml, move to wip 2023-12-12 19:43:55 -07:00
Jeremy Soller
d5fcda1bfb
jansson: convert recipe to toml 2023-12-12 19:22:11 -07:00
Jeremy Soller
80cb620b93
mesa-glu: convert recipe to toml 2023-12-12 19:20:15 -07:00
Jeremy Soller
2b06044477
Fix jansson URL 2023-12-12 14:11:57 -07:00
Jeremy Soller
343a84bdb5
openssl1: use specific branch for version 1 2023-12-11 09:45:22 -07:00
Ribbon
7f926bf64d Add partial ABI separation on recipe dependencies and improve names 2023-12-11 16:10:06 +00:00