From 4e5a2f126957bc91c4bedb8eca673defa278c197 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Fri, 4 Sep 2026 15:56:41 +0300 Subject: [PATCH] Update package version to 9.0.1 --- info.yml | 7 ++++--- recipe.sh | 2 ++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/info.yml b/info.yml index 4e8d55a..7c97e9d 100644 --- a/info.yml +++ b/info.yml @@ -1,7 +1,7 @@ name: ffmpeg description: A complete, cross-platform solution to record, convert and stream audio and video -version: 8.1.2 -revision: 5 +version: 9.0.1 +revision: 1 url: https://ffmpeg.org/ license: GPL3-only maintainers: @@ -50,6 +50,7 @@ depends: - sdl2-compat - speex - svt-av1 + - v4l-utils - vulkan-loader - x264 - x265 @@ -65,4 +66,4 @@ downloads: - url: https://ffmpeg.org/releases/ffmpeg-${BPM_PKG_VERSION}.tar.xz extract_to: ${BPM_SOURCE} extract_strip_components: 1 - checksum: 464beb5e7bf0c311e68b45ae2f04e9cc2af88851abb4082231742a74d97b524c + checksum: cf38e0e28c7e5605942c4a77755349b0145804a397af37eb1fb4c77cb237f635 diff --git a/recipe.sh b/recipe.sh index 229e9ef..4e6bee6 100644 --- a/recipe.sh +++ b/recipe.sh @@ -41,7 +41,9 @@ build() { --enable-librav1e \ --enable-librsvg \ --enable-libspeex \ + --enable-libssh \ --enable-libsvtav1 \ + --enable-libv4l2 \ --enable-libvorbis \ --enable-libvpx \ --enable-libwebp \