From b263baec1d18376f81c20b76220e329af5e2f0df Mon Sep 17 00:00:00 2001 From: pommicket Date: Wed, 26 Feb 2025 12:35:18 -0500 Subject: Fix deb dependency version problem --- README.md | 3 +++ control.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e9fa71..4a6e4c7 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,9 @@ If you want automatic updates, you can also sudo apt install camlet ``` +Unfortunately this will probably only work on Debian stable because ffmpeg likes to break +their libraries every few months by changing the .so version. + If you are on a non-Debian-based Linux distribution, you will have to build from source (see instructions below). diff --git a/control.sh b/control.sh index e4cb2ca..72d0189 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 | libsdl2-dev, libv4l-0 | libv4l-dev, libudev1 | libudev-dev, libsodium23 | libsodium-dev, libfontconfig1 | libfontconfig-dev, libsdl2-ttf-2.0-0 | libsdl2-ttf-dev, libjpeg62-turbo | libjpeg-dev, libavcodec59 | libavcodec61 | libavcodec-dev, libavformat59 | libavformat61 | libavformat-dev +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 EOF echo 'Installed-Size: '$(expr $(wc -c release/camlet camlet.png camlet.desktop | tail -n1 | cut -d' ' -f1 || exit 1) / 1024) -- cgit v1.2.3