From 9b12e0eda4c53c2d49d82e936cb9c1910958a481 Mon Sep 17 00:00:00 2001 From: Wildan M Date: Tue, 24 Mar 2026 07:14:07 +0700 Subject: [PATCH] Fix libavif for php84 --- recipes/wip/libs/image/libavif/recipe.toml | 6 +++++- recipes/wip/libs/image/libyuf/recipe.toml | 7 +++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 recipes/wip/libs/image/libyuf/recipe.toml diff --git a/recipes/wip/libs/image/libavif/recipe.toml b/recipes/wip/libs/image/libavif/recipe.toml index 309755e55..f7997205f 100644 --- a/recipes/wip/libs/image/libavif/recipe.toml +++ b/recipes/wip/libs/image/libavif/recipe.toml @@ -1,8 +1,12 @@ -#TODO not compiled or tested +#TODO compiled but not tested # build instructions: https://github.com/AOMediaCodec/libavif#build-notes [source] git = "https://github.com/AOMediaCodec/libavif" rev = "v1.4.0" shallow_clone = true + [build] template = "cmake" +dependencies = [ + "libyuf" +] diff --git a/recipes/wip/libs/image/libyuf/recipe.toml b/recipes/wip/libs/image/libyuf/recipe.toml new file mode 100644 index 000000000..b6ac9c387 --- /dev/null +++ b/recipes/wip/libs/image/libyuf/recipe.toml @@ -0,0 +1,7 @@ +[source] +git = "https://chromium.googlesource.com/libyuv/libyuv" +branch = "stable" +shallow_clone = true + +[build] +template = "cmake"