mirror of
https://github.com/linuxserver/docker-beets
synced 2025-12-06 16:34:31 +01:00
Use imagemagick instead of Pillow
This commit is contained in:
parent
72ba0cc05b
commit
e30bd93894
4 changed files with 4 additions and 4 deletions
|
|
@ -36,6 +36,7 @@ RUN \
|
||||||
gobject-introspection \
|
gobject-introspection \
|
||||||
gst-plugins-good \
|
gst-plugins-good \
|
||||||
gstreamer \
|
gstreamer \
|
||||||
|
imagemagick \
|
||||||
jpeg \
|
jpeg \
|
||||||
lame \
|
lame \
|
||||||
libffi \
|
libffi \
|
||||||
|
|
@ -96,7 +97,6 @@ RUN \
|
||||||
discogs-client \
|
discogs-client \
|
||||||
flask \
|
flask \
|
||||||
PyGObject \
|
PyGObject \
|
||||||
Pillow==9.5.0 \
|
|
||||||
pyacoustid \
|
pyacoustid \
|
||||||
pylast \
|
pylast \
|
||||||
requests \
|
requests \
|
||||||
|
|
|
||||||
|
|
@ -36,6 +36,7 @@ RUN \
|
||||||
gobject-introspection \
|
gobject-introspection \
|
||||||
gst-plugins-good \
|
gst-plugins-good \
|
||||||
gstreamer \
|
gstreamer \
|
||||||
|
imagemagick \
|
||||||
jpeg \
|
jpeg \
|
||||||
lame \
|
lame \
|
||||||
libffi \
|
libffi \
|
||||||
|
|
@ -96,7 +97,6 @@ RUN \
|
||||||
discogs-client \
|
discogs-client \
|
||||||
flask \
|
flask \
|
||||||
PyGObject \
|
PyGObject \
|
||||||
Pillow==9.5.0 \
|
|
||||||
pyacoustid \
|
pyacoustid \
|
||||||
pylast \
|
pylast \
|
||||||
requests \
|
requests \
|
||||||
|
|
|
||||||
|
|
@ -224,7 +224,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||||
|
|
||||||
## Versions
|
## 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)
|
* **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).
|
* **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.
|
* **24.12.22:** - Rebase to Alpine 3.17, migrate to s6v3, install chromaprint from Alpine repos, add beetcamp plugin.
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ param_ports:
|
||||||
- {external_port: "8337", internal_port: "8337", port_desc: "Application WebUI"}
|
- {external_port: "8337", internal_port: "8337", port_desc: "Application WebUI"}
|
||||||
# changelog
|
# changelog
|
||||||
changelogs:
|
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: "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: "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."}
|
- {date: "24.12.22:", desc: "Rebase to Alpine 3.17, migrate to s6v3, install chromaprint from Alpine repos, add beetcamp plugin."}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue