highlight dependencies on graph

This commit is contained in:
2026-02-15 18:58:17 +01:00
parent 87a7eef39b
commit 9fde568bee
4 changed files with 24 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
(package
(name "libjpeg")
(name "libjpeg-turbo")
(version "3.1.3")
(homepage "https://libjpeg-turbo.org/")
(dependencies cmake ninja nasm)

View File

@@ -2,7 +2,7 @@
(name "libwebp")
(version "1.6.0")
(homepage "https://libwebp.com/")
(dependencies libjpeg libtiff)
(dependencies libjpeg-turbo libtiff)
(src (tar
(url "https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.6.0.tar.gz")
(dir "libwebp-1.6.0")

View File

@@ -2,11 +2,11 @@
(name "php")
(version "8.5.3")
(homepage "https://www.php.net/")
(dependencies pkg-config libxml2 sqlite3 openssl zlib bzip2 curl libpng libwebp libfreetype libicu liboniguruma)
(dependencies pkg-config libxml2 sqlite3 libreadline libopenssl zlib bzip2 curl libpng libwebp libfreetype libicu liboniguruma)
(src (tar
(url "https://www.php.net/distributions/php-8.5.3.tar.gz")
(dir "php-8.5.3")
(blake3 "717d92bb41ce7c62c579469dfd5fec79f99ea0aeeeedfb813a749986b075cfdf")))
(build
(configure_make
(configure_flags "--with-curl --with-zlib --with-openssl --with-bz2 --enable-xml --enable-mbstring --enable-intl --enable-gd --enable-exif --with-gettext --with-webp --with-jpeg --with-mysqli --with-freetype"))))
(configure_flags "--with-curl --with-readline --with-zlib --with-openssl --with-bz2 --enable-xml --enable-mbstring --enable-intl --enable-gd --enable-exif --with-gettext --with-webp --with-jpeg --with-mysqli --with-freetype"))))