From 359b14027b63d26407ff0ee0b27d3ece07b8f1e8 Mon Sep 17 00:00:00 2001 From: pommicket Date: Wed, 26 Feb 2025 19:03:27 -0500 Subject: Update readme, etc. --- README.md | 3 ++- control.sh | 2 +- main.c | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7dbe4cd..9bf0877 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ distribution, you will have to build from source (see instructions below). ## Building from source camlet requires meson-build, a C compiler, and the development libraries -for SDL2, SDL2\_ttf, GL (headers only), v4l2, udev, sodium, jpeglib (from IJG), ogg, vorbis, theora, and fontconfig. +for SDL2, SDL2\_ttf, GL (headers only), v4l2, udev, sodium, jpeglib (from IJG), ogg, vorbis, vpx, and fontconfig. These can all be installed on Debian/Ubuntu with @@ -65,6 +65,7 @@ You can try deleting/renaming your settings file as a temporary solution, to res Version Description Date 0.0.0 Initial release 2025 Feb 26 0.0.1 Fix crash switching to video mode with no camera connected 2025 Feb 26 +0.0.2 Switch to ogg/vorbis/VP8 for videos 2025 Feb 26 ## License diff --git a/control.sh b/control.sh index 72d0189..2dfe2cf 100755 --- a/control.sh +++ b/control.sh @@ -11,7 +11,7 @@ Architecture: amd64 Essential: no Maintainer: pommicket 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) diff --git a/main.c b/main.c index 6c2705e..060e3a7 100644 --- a/main.c +++ b/main.c @@ -1,4 +1,4 @@ -#define VERSION "0.0.1" +#define VERSION "0.0.2" #define _GNU_SOURCE #include -- cgit v1.2.3