chore(ffmpeg): Rebuild for and track x264 (#6949)

This commit is contained in:
Gilver
2025-10-29 04:23:02 -05:00
committed by GitHub
parent 0989efe45f
commit c7137f01be
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
0.165
+1 -1
View File
@@ -13,7 +13,7 @@
Summary: A complete solution to record, convert and stream audio and video
Name: ffmpeg
Version: 7.1.2
Release: 2%?dist
Release: 3%?dist
License: LGPLv3+
URL: http://%{name}.org/
Epoch: 1
+1
View File
@@ -4,6 +4,7 @@ import "andax/spec.rhai" as spec;
// rpm.version(find(`<small>ffmpeg-([\d.]+?)\.tar\.xz</small>`, get("https://ffmpeg.org/download.html"), 1));
rpm.version(bump::bodhi("ffmpeg", bump::as_bodhi_ver(labels.branch)));
open_file("anda/multimedia/ffmpeg/VERSION_x264.txt", "w").write(bump::madoguchi("x264", labels.branch));
open_file("anda/multimedia/ffmpeg/VERSION_x265.txt", "w").write(bump::madoguchi("x265", labels.branch));
open_file("anda/multimedia/ffmpeg/VERSION_tesseract.txt", "w").write(bump::bodhi("tesseract", bump::as_bodhi_ver(labels.branch)));
open_file("anda/multimedia/ffmpeg/VERSION_vvenc.txt", "w").write(bump::madoguchi("vvenc-libs", labels.branch));