diff options
author | pommicket <pommicket@gmail.com> | 2025-02-26 19:03:27 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-02-26 19:07:23 -0500 |
commit | 359b14027b63d26407ff0ee0b27d3ece07b8f1e8 (patch) | |
tree | e890461ced7f036d44ae7ecf0d18137567370efb /control.sh | |
parent | b821a8178a64132f058aedf7620f2a76524c6e01 (diff) |
Update readme, etc.0.0.2
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, libavformat59 +Depends: libsdl2-2.0-0, libv4l-0, libudev1, libsodium23, libfontconfig1, libsdl2-ttf-2.0-0, libjpeg62-turbo, libvpx7, 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) |