From d8aac06e9c78646ddfa94ad8d2edb13ffe316845 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 10 Aug 2025 10:46:58 -0400 Subject: Update to libvpx9 --- .gitignore | 3 ++- README.md | 1 + control.sh | 2 +- main.c | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e174762..2c08391 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ out.bmp *.swp *~ .vscode -camlet.deb +*.deb +*.deb.asc diff --git a/README.md b/README.md index caba060..9becee0 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ You can try deleting/renaming your settings file as a temporary solution, to res 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 +0.0.3 Update to libvpx9 2025 Aug 10 ## License diff --git a/control.sh b/control.sh index 2dfe2cf..7868a9d 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, 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) diff --git a/main.c b/main.c index 3bdc5b9..4a1e583 100644 --- a/main.c +++ b/main.c @@ -1,4 +1,4 @@ -#define VERSION "0.0.2" +#define VERSION "0.0.3" #define _GNU_SOURCE #include -- cgit v1.2.3