Skip to content

Commit

Permalink
chore: bump deps (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
mertalev authored Nov 12, 2024
1 parent c6cd494 commit 02f568d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 11 deletions.
1 change: 1 addition & 0 deletions server/bin/build-imagemagick.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ cd ImageMagick
git reset --hard "$IMAGEMAGICK_REVISION"

./configure --with-modules
echo "Building ImageMagick using $(nproc) threads"
make -j"$(nproc)"
make install
cd .. && rm -rf ImageMagick
Expand Down
4 changes: 2 additions & 2 deletions server/bin/build-libheif.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ cd build
cmake --preset=release-noplugins \
-DWITH_DAV1D=ON \
-DENABLE_PARALLEL_TILE_DECODING=ON \
-DENABLE_LIBSHARPYUV=ON \
-DENABLE_LIBDE265=ON \
-DWITH_LIBSHARPYUV=ON \
-DWITH_LIBDE265=ON \
-DWITH_AOM_DECODER=OFF \
-DWITH_AOM_ENCODER=OFF \
-DWITH_X265=OFF \
Expand Down
2 changes: 2 additions & 0 deletions server/bin/build-libjxl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ cmake \
-DJPEGXL_ENABLE_PLUGINS=ON \
-DJPEGLI_LIBJPEG_LIBRARY_SOVERSION="${JPEGLI_LIBJPEG_LIBRARY_SOVERSION}" \
-DJPEGLI_LIBJPEG_LIBRARY_VERSION="${JPEGLI_LIBJPEG_LIBRARY_VERSION}" \
-DLIBJPEG_TURBO_VERSION_NUMBER=2001005 \
..
echo "Building libjxl using $(nproc) threads"
cmake --build . -- -j"$(nproc)"
cmake --install .
cd ../.. && rm -rf libjxl
Expand Down
1 change: 1 addition & 0 deletions server/bin/build-libraw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ git reset --hard "$LIBRAW_REVISION"

autoreconf --install
./configure
echo "Building libraw using $(nproc) threads"
make -j"$(nproc)"
make install
cd .. && rm -rf libraw
Expand Down
18 changes: 9 additions & 9 deletions server/bin/build-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"sources": [
{
"name": "imagemagick",
"version": "7.1.1-38",
"revision": "b0ab92265bab638e6ecd2f18b45977c38771c671"
"version": "7.1.1-40",
"revision": "ed93f7fe0313ae51b10517f6f980127dccd907d5"
},
{
"name": "libheif",
"version": "1.18.2",
"revision": "bf35e9eb25af8f2b7917996ad9ba849d922f8d15"
"version": "1.19.3",
"revision": "65b0e04ee7e3abebcc55bf2f77d7083823c2d07a"
},
{
"name": "libjxl",
Expand All @@ -17,8 +17,8 @@
},
{
"name": "libraw",
"version": "0.22.0-SNAPSHOT",
"revision": "70f511871e002942d3e6b60c99fe04ce5c0c605b"
"version": "0.21.3",
"revision": "261c18ca0f1f9b83a53947b77751050d90d18e67"
},
{
"name": "libvips",
Expand All @@ -29,10 +29,10 @@
"packages": [
{
"name": "ffmpeg",
"version": "7.0.2-5",
"version": "7.0.2-6",
"sha256": {
"amd64": "3bc5a4f92a751c0d0acd81ed678440504eaaed60ebb3b8884e1ccb3307ec68d8",
"arm64": "ae25cf837098151f849c50bb8672d097cf4c81e47fb38bdb4ab7c41c8fcd3f75"
"amd64": "b1af13a8cf6d0ad04df5dfb74f7dc31d0434ad82f35ca7aae2aa917dc08b0fec",
"arm64": "d8c4fc774cb3fced172046b8d71659c2b24b34720c679aac8d6e2c29620e7967"
}
}
]
Expand Down

0 comments on commit 02f568d

Please sign in to comment.