summaryrefslogtreecommitdiff
path: root/control.sh
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-02-26 11:41:21 -0500
committerpommicket <pommicket@gmail.com>2025-02-26 11:41:31 -0500
commit846715b9bc68962070d7db724bcb67a63ddc61cc (patch)
treef0a4cdd3ac83d41116dafb66763ffab53e6c2760 /control.sh
parentefd4d46ce9a6db066e1065895f12c9567f31ad67 (diff)
fix deb installer
Diffstat (limited to 'control.sh')
-rwxr-xr-xcontrol.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/control.sh b/control.sh
index c2c924c..11ac0b7 100755
--- a/control.sh
+++ b/control.sh
@@ -11,7 +11,7 @@ Architecture: amd64
Essential: no
Maintainer: pommicket <pommicket@gmail.com>
Description: Take pictures and videos with a webcam
-Depends: libsdl2-2.0-0, libv4l-0, libudev1, libsodium23, libfontconfig1, libsdl2-ttf-2.0-0, libjpeg62-turbo, libavcodec59, libavformat59
+Depends: libsdl2-2.0-0, libv4l-0, libudev1, libsodium23, libfontconfig1, libsdl2-ttf-2.0-0, libjpeg62-turbo, libavcodec59 | libavcodec61, libavformat59 | libavformat61
Homepage: https://github.com/pommicket/camlet
EOF
echo 'Installed-Size: '$(wc -c release/camlet camlet.png camlet.desktop | tail -n1 | cut -d' ' -f1 || exit 1)