Compare commits

..
2 Commits
Author SHA1 Message Date
EnumDev 8b03d9c9f0 Update package version to 8.1.2 2026-06-21 11:34:04 +03:00
EnumDev deba1eea17 Rebuild with gsm and opencore-amr 2026-06-18 14:33:45 +03:00
2 changed files with 8 additions and 3 deletions
+5 -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.1 version: 8.1.2
revision: 2 revision: 1
url: https://ffmpeg.org/ url: https://ffmpeg.org/
license: GPL3-only license: GPL3-only
maintainers: maintainers:
@@ -20,6 +20,7 @@ depends:
- glibc - glibc
- gmp - gmp
- gnutls - gnutls
- gsm
- harfbuzz - harfbuzz
- lame - lame
- libass - libass
@@ -38,6 +39,7 @@ depends:
- libxext - libxext
- libxml2 - libxml2
- libxv - libxv
- opencore-amr
- openjpeg - openjpeg
- opus - opus
- rav1e - rav1e
@@ -57,4 +59,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: b6863adde98898f42602017462871b5f6333e65aec803fdd7a6308639c52edf3 checksum: 464beb5e7bf0c311e68b45ae2f04e9cc2af88851abb4082231742a74d97b524c
+3
View File
@@ -38,7 +38,10 @@ build() {
--enable-librav1e \ --enable-librav1e \
--enable-libsvtav1 \ --enable-libsvtav1 \
--enable-gmp \ --enable-gmp \
--enable-libgsm \
--enable-libharfbuzz \ --enable-libharfbuzz \
--enable-libopencore_amrnb \
--enable-libopencore_amrwb \
--enable-libopenjpeg \ --enable-libopenjpeg \
--enable-libopus \ --enable-libopus \
--enable-librsvg \ --enable-librsvg \