[el10] chore(ffmpeg): Rebuild for and track x264 (#6949) (#6951)

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

(cherry picked from commit c7137f01be)
Signed-off-by: GildedRoach <GildedRoach@users.noreply.github.com>

* chore: Make branches consistent

Signed-off-by: Gilver <rockgrub@disroot.org>

---------

Signed-off-by: GildedRoach <GildedRoach@users.noreply.github.com>
Signed-off-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
Gilver
2025-10-29 04:34:04 -05:00
committed by GitHub
parent e262a34f36
commit 27abf77b1e
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: 1%?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));