From bd86de36fed269056ccb9d8a2312797822735dd5 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 12 Jun 2025 13:02:39 -0600 Subject: [PATCH] libjpeg: provided by libjpeg-turbo --- recipes/libs/libjpeg/recipe.toml | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) diff --git a/recipes/libs/libjpeg/recipe.toml b/recipes/libs/libjpeg/recipe.toml index 15c71d0e6..fb743a17c 100644 --- a/recipes/libs/libjpeg/recipe.toml +++ b/recipes/libs/libjpeg/recipe.toml @@ -1,20 +1,7 @@ -[source] -tar = "https://ijg.org/files/jpegsrc.v9f.tar.gz" -blake3 = "ffd81637231d3ab2008d092d16af3bd3bd695fb0e284bc9de64d06e3ed431824" -script = """ -DYNAMIC_INIT -autotools_recursive_regenerate -""" - +# libjpeg is now provided by libjpeg-turbo [build] template = "custom" -script = """ -DYNAMIC_INIT -COOKBOOK_CONFIGURE_FLAGS=( - --host="${GNU_TARGET}" - --prefix="/usr" - --enable-shared - --enable-static -) -cookbook_configure -""" +script = "" + +[package] +dependencies = ["libjpeg-turbo"]