fix(gstreamer1*): Update scripts

This commit is contained in:
Gilver
2025-12-08 04:34:32 -06:00
parent f6fb78ddf3
commit d28737827a
4 changed files with 4 additions and 6 deletions
@@ -1,9 +1,7 @@
import "andax/bump_extras.rhai" as bump;
import "andax/spec.rhai" as spec;
let vr = bump::bodhi_vr("gstreamer1-plugin-libav", bump::as_bodhi_ver(labels.branch));
rpm.version(vr[1]);
//rpm.release(vr[2]);
rpm.version(bump::bodhi("gstreamer1-plugin-libav", bump::as_bodhi_ver(labels.branch));
open_file("anda/multimedia/gstreamer1/gstreamer1-plugin-libav/VERSION_ffmpeg.txt", "w").write(bump::madoguchi("ffmpeg", labels.branch));
@@ -1,7 +1,7 @@
import "andax/bump_extras.rhai" as bump;
import "andax/spec.rhai" as spec;
rpm.version(bump::alma("gstreamer1-plugins-bad-free", "AppStream", labels.branch);
rpm.version(bump::alma("gstreamer1-plugins-bad-free", "AppStream", labels.branch));
open_file("anda/multimedia/gstreamer1/gstreamer1-plugins-bad/OPENCV_VERSION.txt", "w").write(bump::bodhi("opencv", bodhi_branch));
open_file("anda/multimedia/gstreamer1/gstreamer1-plugins-bad/LCEVCdec_VERSION.txt", "w").write(bump::madoguchi("LCEVCdec", labels.branch));
@@ -1,7 +1,7 @@
import "andax/bump_extras.rhai" as bump;
import "andax/spec.rhai" as spec;
rpm.version(bump::alma("gstreamer1-plugins-ugly-free", "AppStream", labels.branch);
rpm.version(bump::alma("gstreamer1-plugins-ugly-free", "AppStream", labels.branch));
open_file("anda/multimedia/gstreamer1/gstreamer1-plugins-ugly/VERSION_x264.txt", "w").write(bump::madoguchi("x264", labels.branch));
open_file("anda/multimedia/gstreamer1/gstreamer1-plugins-ugly/VERSION_x265.txt", "w").write(bump::madoguchi("x265", labels.branch));
@@ -2,7 +2,7 @@ import "andax/bump_extras.rhai" as bump;
import "andax/spec.rhai" as spec;
// This doesn't currently exist in Alma but just in case
rpm.version(bump::alma("gstreamer1-vaapi", "AppStream", labels.branch);
rpm.version(bump::alma("gstreamer1-vaapi", "AppStream", labels.branch));
open_file("anda/multimedia/gstreamer1/gstreamer1-vaapi/PLUGINS_BAD_release.txt", "w").write(bump::madoguchi_json("gstreamer1-plugins-bad", labels.branch).rel);