1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00

libvpx4 -> libvpx5, and libmagickwand-6.q16-3 -> .q16-6

This commit is contained in:
Alexandre Aubin 2020-03-14 22:28:57 +00:00
parent 931cb347dd
commit e8a26ea115

View file

@ -5,9 +5,9 @@
#=================================================
# dependencies used by the app
pkg_dependencies="postgresql redis-server \
libfreetype6 libjpeg62-turbo libpng16-16 libxpm4 libvpx4 libmagickwand-6.q16-3 libwebp6 \
pngquant jpegoptim gifsicle"
pkg_dependencies="postgresql redis-server libfreetype6 libjpeg62-turbo \
libpng16-16 libxpm4 libvpx4|libvpx5 libmagickwand-6.q16-3|libmagickwand-6.q16-6 \
libwebp6 pngquant jpegoptim gifsicle"
extra_pkg_dependencies="php7.3-bcmath php7.3-cli php7.3-curl php7.3-exif php7.3-gd php7.3-intl php7.3-json php7.3-mbstring php7.3-pgsql php7.3-simplexml php7.3-xml php7.3-zip php7.3-intl"