summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-08-10 10:46:58 -0400
committerpommicket <pommicket@gmail.com>2025-08-10 10:46:58 -0400
commitd8aac06e9c78646ddfa94ad8d2edb13ffe316845 (patch)
tree5c2023771c7fa212e2c4e6530287b48f58e7969c
parent146355c5f86f155601cfd0c63781cf299ef7bd12 (diff)
Update to libvpx9HEAD0.0.3trunk
-rw-r--r--.gitignore3
-rw-r--r--README.md1
-rwxr-xr-xcontrol.sh2
-rw-r--r--main.c2
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
<tr><td>0.0.0</td> <td>Initial release</td> <td>2025 Feb 26</td></tr>
<tr><td>0.0.1</td> <td>Fix crash switching to video mode with no camera connected</td> <td>2025 Feb 26</td></tr>
<tr><td>0.0.2</td> <td>Switch to ogg/vorbis/VP8 for videos</td> <td>2025 Feb 26</td></tr>
+<tr><td>0.0.3</td> <td>Update to libvpx9</td> <td>2025 Aug 10</td></tr>
</table>
## 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 <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)
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 <stdio.h>