From e30bd93894552854a35b0f8164f512fd63219782 Mon Sep 17 00:00:00 2001 From: TheSpad Date: Mon, 21 Aug 2023 14:54:08 +0100 Subject: [PATCH] Use imagemagick instead of Pillow --- Dockerfile | 2 +- Dockerfile.aarch64 | 2 +- README.md | 2 +- readme-vars.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index baeffff..3afbcc3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,6 +36,7 @@ RUN \ gobject-introspection \ gst-plugins-good \ gstreamer \ + imagemagick \ jpeg \ lame \ libffi \ @@ -96,7 +97,6 @@ RUN \ discogs-client \ flask \ PyGObject \ - Pillow==9.5.0 \ pyacoustid \ pylast \ requests \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 3a16ef3..4bb51af 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -36,6 +36,7 @@ RUN \ gobject-introspection \ gst-plugins-good \ gstreamer \ + imagemagick \ jpeg \ lame \ libffi \ @@ -96,7 +97,6 @@ RUN \ discogs-client \ flask \ PyGObject \ - Pillow==9.5.0 \ pyacoustid \ pylast \ requests \ diff --git a/README.md b/README.md index d05f41d..890dd03 100644 --- a/README.md +++ b/README.md @@ -224,7 +224,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions -* **25.08.23:** - Rebase to Alpine 3.18, pin Pillow to 9.5.0. +* **25.08.23:** - Rebase to Alpine 3.18, switch from Pillow to Imagemagick. * **03.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf) * **25.03.23:** - Add requests_oauthlib required for [beatport plugin](https://beets.readthedocs.io/en/stable/plugins/beatport.html). * **24.12.22:** - Rebase to Alpine 3.17, migrate to s6v3, install chromaprint from Alpine repos, add beetcamp plugin. diff --git a/readme-vars.yml b/readme-vars.yml index bfee208..889c7d6 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -28,7 +28,7 @@ param_ports: - {external_port: "8337", internal_port: "8337", port_desc: "Application WebUI"} # changelog changelogs: - - {date: "25.08.23:", desc: "Rebase to Alpine 3.18, pin Pillow to 9.5.0."} + - {date: "25.08.23:", desc: "Rebase to Alpine 3.18, switch from Pillow to Imagemagick."} - {date: "03.07.23:", desc: "Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)"} - {date: "25.03.23:", desc: "Add requests_oauthlib required for [beatport plugin](https://beets.readthedocs.io/en/stable/plugins/beatport.html)."} - {date: "24.12.22:", desc: "Rebase to Alpine 3.17, migrate to s6v3, install chromaprint from Alpine repos, add beetcamp plugin."}