diff options
author | pommicket <pommicket@gmail.com> | 2025-02-26 12:35:18 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-02-26 12:35:18 -0500 |
commit | b263baec1d18376f81c20b76220e329af5e2f0df (patch) | |
tree | 6b178df28700a694241edbe920a12b5f06dab255 /control.sh | |
parent | 97568be2c1b87430243b9fc410b28c1b361e063d (diff) |
Fix deb dependency version problem
Diffstat (limited to 'control.sh')
-rwxr-xr-x | control.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | libsdl2-dev, libv4l-0 | libv4l-dev, libudev1 | libudev-dev, libsodium23 | libsodium-dev, libfontconfig1 | libfontconfig-dev, libsdl2-ttf-2.0-0 | libsdl2-ttf-dev, libjpeg62-turbo | libjpeg-dev, libavcodec59 | libavcodec61 | libavcodec-dev, libavformat59 | libavformat61 | libavformat-dev +Depends: libsdl2-2.0-0, libv4l-0, libudev1, libsodium23, libfontconfig1, libsdl2-ttf-2.0-0, libjpeg62-turbo, libavcodec59, libavformat59 Homepage: https://github.com/pommicket/camlet EOF echo 'Installed-Size: '$(expr $(wc -c release/camlet camlet.png camlet.desktop | tail -n1 | cut -d' ' -f1 || exit 1) / 1024) |