From af7d3ae31acfa811c52a4d3622e64b8ee37486a0 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Tue, 25 Nov 2025 17:35:42 -0800 Subject: [PATCH] chore(LCEVCdec): Rename directory to package name (#7672) (#7694) (cherry picked from commit 30ff86166cadb9b976eb0f53c43b7cf935b172d0) Co-authored-by: Gilver --- anda/multimedia/{lcevcdec => LCEVCdec}/LCEVCdec.spec | 0 anda/multimedia/{lcevcdec => LCEVCdec}/VERSION_ffmpeg.txt | 0 anda/multimedia/{lcevcdec => LCEVCdec}/anda.hcl | 0 anda/multimedia/{lcevcdec => LCEVCdec}/update.rhai | 2 +- 4 files changed, 1 insertion(+), 1 deletion(-) rename anda/multimedia/{lcevcdec => LCEVCdec}/LCEVCdec.spec (100%) rename anda/multimedia/{lcevcdec => LCEVCdec}/VERSION_ffmpeg.txt (100%) rename anda/multimedia/{lcevcdec => LCEVCdec}/anda.hcl (100%) rename anda/multimedia/{lcevcdec => LCEVCdec}/update.rhai (82%) diff --git a/anda/multimedia/lcevcdec/LCEVCdec.spec b/anda/multimedia/LCEVCdec/LCEVCdec.spec similarity index 100% rename from anda/multimedia/lcevcdec/LCEVCdec.spec rename to anda/multimedia/LCEVCdec/LCEVCdec.spec diff --git a/anda/multimedia/lcevcdec/VERSION_ffmpeg.txt b/anda/multimedia/LCEVCdec/VERSION_ffmpeg.txt similarity index 100% rename from anda/multimedia/lcevcdec/VERSION_ffmpeg.txt rename to anda/multimedia/LCEVCdec/VERSION_ffmpeg.txt diff --git a/anda/multimedia/lcevcdec/anda.hcl b/anda/multimedia/LCEVCdec/anda.hcl similarity index 100% rename from anda/multimedia/lcevcdec/anda.hcl rename to anda/multimedia/LCEVCdec/anda.hcl diff --git a/anda/multimedia/lcevcdec/update.rhai b/anda/multimedia/LCEVCdec/update.rhai similarity index 82% rename from anda/multimedia/lcevcdec/update.rhai rename to anda/multimedia/LCEVCdec/update.rhai index 1945f0ccc5..3ffb5da57b 100644 --- a/anda/multimedia/lcevcdec/update.rhai +++ b/anda/multimedia/LCEVCdec/update.rhai @@ -1,6 +1,6 @@ rpm.version(gh("v-novaltd/LCEVCdec")); -open_file("anda/multimedia/lcevcdec/VERSION_ffmpeg.txt", "w").write(bump::madoguchi("ffmpeg", labels.branch)); +open_file("anda/multimedia/LCEVCdec/VERSION_ffmpeg.txt", "w").write(bump::madoguchi("ffmpeg", labels.branch)); let dir = sub(`/[^/]+$`, "", __script_path); if sh("[[ `git status " + dir + " --porcelain` ]] && exit 1 || exit 0", #{}).ctx.rc == 1 {