Update package version to 9.0.1

This commit is contained in:
2026-09-04 15:56:41 +03:00
parent b6def8c8bf
commit 4e5a2f1269
2 changed files with 6 additions and 3 deletions
+4 -3
View File
@@ -1,7 +1,7 @@
name: ffmpeg name: ffmpeg
description: A complete, cross-platform solution to record, convert and stream audio and video description: A complete, cross-platform solution to record, convert and stream audio and video
version: 8.1.2 version: 9.0.1
revision: 5 revision: 1
url: https://ffmpeg.org/ url: https://ffmpeg.org/
license: GPL3-only license: GPL3-only
maintainers: maintainers:
@@ -50,6 +50,7 @@ depends:
- sdl2-compat - sdl2-compat
- speex - speex
- svt-av1 - svt-av1
- v4l-utils
- vulkan-loader - vulkan-loader
- x264 - x264
- x265 - x265
@@ -65,4 +66,4 @@ downloads:
- url: https://ffmpeg.org/releases/ffmpeg-${BPM_PKG_VERSION}.tar.xz - url: https://ffmpeg.org/releases/ffmpeg-${BPM_PKG_VERSION}.tar.xz
extract_to: ${BPM_SOURCE} extract_to: ${BPM_SOURCE}
extract_strip_components: 1 extract_strip_components: 1
checksum: 464beb5e7bf0c311e68b45ae2f04e9cc2af88851abb4082231742a74d97b524c checksum: cf38e0e28c7e5605942c4a77755349b0145804a397af37eb1fb4c77cb237f635
+2
View File
@@ -41,7 +41,9 @@ build() {
--enable-librav1e \ --enable-librav1e \
--enable-librsvg \ --enable-librsvg \
--enable-libspeex \ --enable-libspeex \
--enable-libssh \
--enable-libsvtav1 \ --enable-libsvtav1 \
--enable-libv4l2 \
--enable-libvorbis \ --enable-libvorbis \
--enable-libvpx \ --enable-libvpx \
--enable-libwebp \ --enable-libwebp \