Add libjpeg,libpng

This commit is contained in:
crazywhalecc
2026-02-05 19:19:09 +08:00
parent 0d32b7bfdb
commit b3bbe0a751
4 changed files with 103 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
libjpeg:
type: library
artifact:
source:
type: ghtar
repo: libjpeg-turbo/libjpeg-turbo
metadata:
license-files: [LICENSE.md]
license: IJG
static-libs@unix:
- libjpeg.a
- libturbojpeg.a

16
config/pkg/lib/libpng.yml Normal file
View File

@@ -0,0 +1,16 @@
libpng:
type: library
artifact:
source:
type: ghtagtar
repo: pnggroup/libpng
match: v1\.6\.\d+
query: '?per_page=150'
binary: hosted
metadata:
license-files: [LICENSE]
license: PNG
depends:
- zlib
static-libs@unix:
- libpng16.a