Update package version to 7.1.1

This commit is contained in:
2025-08-11 13:11:22 +03:00
parent bee0ad2481
commit 5cc3753cdc
4 changed files with 21 additions and 51 deletions
+7 -7
View File
@@ -10,10 +10,6 @@ FILENAME="${DOWNLOAD##*/}"
prepare() {
wget "$DOWNLOAD"
tar -xvf "$FILENAME" --strip-components=1 -C "$BPM_SOURCE"
cd "$BPM_SOURCE"
# Patch from BLFS
patch -Np1 -i ../chromium-ffmpeg.patch
}
# The build function is executed in the source directory
@@ -22,21 +18,25 @@ build() {
./configure --prefix=/usr \
--enable-gpl \
--enable-version3 \
--enable-nonfree \
--disable-static \
--enable-shared \
--disable-debug \
--enable-gnutls \
--enable-libaom \
--enable-libass \
--enable-libdrm \
--enable-libfreetype \
--enable-libmp3lame \
--enable-libopus \
--enable-libpulse \
--enable-libspeex \
--enable-libvorbis \
--enable-libvpx \
--enable-libwebp \
--enable-libx264 \
--enable-libx265 \
--enable-openssl \
--disable-vulkan \
--enable-libxml2 \
--enable-vulkan \
--ignore-tests=enhanced-flv-av1 \
--docdir=/usr/share/doc/ffmpeg