Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 76ce047

Browse files
committed
add build deps for hexhamming
1 parent c22f4c4 commit 76ce047

File tree

1 file changed

+2
-0
lines changed
  • root/etc/s6-overlay/s6-rc.d/init-mod-nextcloud-mediadc-add-package

1 file changed

+2
-0
lines changed

root/etc/s6-overlay/s6-rc.d/init-mod-nextcloud-mediadc-add-package/run

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ if ! pip list 2> /dev/null | grep -q "pillow-heif" || ! pip list 2> /dev/null |
44
echo "**** Adding pillow-heif, hexhamming, pywavelets and their deps to package install lists ****"
55
echo "\
66
ffmpeg \
7+
g++ \
78
imagemagick \
9+
python3-dev \
810
supervisor" >> /mod-repo-packages-to-install.list
911
if [ $(arch) = "x86_64" ]; then
1012
echo "scipy" >> /mod-pip-packages-to-install.list

0 commit comments

Comments
 (0)