diff options
author | pommicket <pommicket@gmail.com> | 2025-02-26 11:52:50 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-02-26 11:52:50 -0500 |
commit | 53453300beac098ac79ca78294515f9fe9743617 (patch) | |
tree | 2786a1b6ee980c429630c8e751e0f0cb523337c9 /control.sh | |
parent | 846715b9bc68962070d7db724bcb67a63ddc61cc (diff) |
Update README
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, libv4l-0, libudev1, libsodium23, libfontconfig1, libsdl2-ttf-2.0-0, libjpeg62-turbo, libavcodec59 | libavcodec61, libavformat59 | libavformat61 +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 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) |