From 1e748d30a090924c403711b7f54c5185352946c6 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Mon, 24 Jun 2024 06:01:19 +0000 Subject: [PATCH] Add a recipe --- recipes/wip/libs/liblensfun/recipe.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 recipes/wip/libs/liblensfun/recipe.toml diff --git a/recipes/wip/libs/liblensfun/recipe.toml b/recipes/wip/libs/liblensfun/recipe.toml new file mode 100644 index 000000000..c5a36553c --- /dev/null +++ b/recipes/wip/libs/liblensfun/recipe.toml @@ -0,0 +1,10 @@ +#TODO missing script for CMake, see https://github.com/lensfun/lensfun?tab=readme-ov-file#build-instructions +[source] +git = "https://github.com/lensfun/lensfun" +rev = "35b19fb38e7250ea646709ef9e528d54a6a79648" +[build] +template = "custom" +dependencies = [ + "glib", + "libpng", +] -- GitLab