diff options
author | pommicket <pommicket@gmail.com> | 2025-08-10 10:46:58 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-08-10 10:46:58 -0400 |
commit | d8aac06e9c78646ddfa94ad8d2edb13ffe316845 (patch) | |
tree | 5c2023771c7fa212e2c4e6530287b48f58e7969c /control.sh | |
parent | 146355c5f86f155601cfd0c63781cf299ef7bd12 (diff) |
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, libvpx7, libogg0, libvorbisenc2 +Depends: libsdl2-2.0-0, libv4l-0, libudev1, libsodium23, libfontconfig1, libsdl2-ttf-2.0-0, libjpeg62-turbo, libvpx9, libogg0, libvorbisenc2 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) |