We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d419bff commit 779377cCopy full SHA for 779377c
1 file changed
build-ffmpeg
@@ -936,6 +936,14 @@ if build "libpng" "1.6.55"; then
936
build_done "libpng" $CURRENT_PACKAGE_VERSION
937
fi
938
939
+if build "lcms2" "2.18"; then
940
+ download "https://github.com/mm2/Little-CMS/releases/download/lcms$CURRENT_PACKAGE_VERSION/lcms2-$CURRENT_PACKAGE_VERSION.tar.gz"
941
+ execute ./configure --prefix="${WORKSPACE}" --disable-shared --enable-static
942
+ execute make -j $MJOBS
943
+ execute make install
944
+ build_done "lcms2" $CURRENT_PACKAGE_VERSION
945
+fi
946
+
947
if build "libjxl" "0.11.2"; then
948
download "https://github.com/libjxl/libjxl/archive/refs/tags/v$CURRENT_PACKAGE_VERSION.tar.gz" "libjxl-$CURRENT_PACKAGE_VERSION.tar.gz"
949
# currently needed to fix linking of static builds in non-C++ applications
0 commit comments