diff options
author | pommicket <pommicket@gmail.com> | 2025-02-25 22:19:37 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-02-25 22:19:37 -0500 |
commit | b88b34dbd672ac2b58d4f7c12f96fa79337cfe1f (patch) | |
tree | 60bbf7ca02eaa98eca372377f1557cb19e0de463 /control | |
parent | e78c40d08e324b98f62c88c055b5194ce2a7f4f2 (diff) |
start work on application
Diffstat (limited to 'control')
-rw-r--r-- | control | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ +Package: camlet +Version: 0.0.0 +Section: video +Priority: optional +Architecture: amd64 +Essential: no +Maintainer: pommicket <pommicket@gmail.com> +Description: Take pictures and videos with a webcam +Installed-Size: 156024 +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 |