From 00dfff821ae8805bf99b11bfd00879c1b1c64754 Mon Sep 17 00:00:00 2001 From: "L. E. Segovia" Date: Fri, 23 May 2025 13:04:43 -0300 Subject: [PATCH] orc: Remove references to gst-indent-1.0 These are automatically handled by pre-commit now. Part-of: --- subprojects/gst-plugins-bad/scripts/update-orc-dist-files.py | 3 --- subprojects/gst-plugins-base/scripts/update-orc-dist-files.py | 3 --- subprojects/gst-plugins-good/scripts/update-orc-dist-files.py | 3 --- 3 files changed, 9 deletions(-) diff --git a/subprojects/gst-plugins-bad/scripts/update-orc-dist-files.py b/subprojects/gst-plugins-bad/scripts/update-orc-dist-files.py index 1ba5ded50e..f73b584bff 100755 --- a/subprojects/gst-plugins-bad/scripts/update-orc-dist-files.py +++ b/subprojects/gst-plugins-bad/scripts/update-orc-dist-files.py @@ -43,6 +43,3 @@ dist_c = orc_src_base + "-dist.c" # copy generated files from build dir into source dir shutil.copyfile(gen_header, dist_h) shutil.copyfile(gen_source, dist_c) - -# run gst-indent on the .c files -subprocess.run(['gst-indent-1.0', dist_c]) diff --git a/subprojects/gst-plugins-base/scripts/update-orc-dist-files.py b/subprojects/gst-plugins-base/scripts/update-orc-dist-files.py index 1ba5ded50e..f73b584bff 100755 --- a/subprojects/gst-plugins-base/scripts/update-orc-dist-files.py +++ b/subprojects/gst-plugins-base/scripts/update-orc-dist-files.py @@ -43,6 +43,3 @@ dist_c = orc_src_base + "-dist.c" # copy generated files from build dir into source dir shutil.copyfile(gen_header, dist_h) shutil.copyfile(gen_source, dist_c) - -# run gst-indent on the .c files -subprocess.run(['gst-indent-1.0', dist_c]) diff --git a/subprojects/gst-plugins-good/scripts/update-orc-dist-files.py b/subprojects/gst-plugins-good/scripts/update-orc-dist-files.py index 1ba5ded50e..f73b584bff 100755 --- a/subprojects/gst-plugins-good/scripts/update-orc-dist-files.py +++ b/subprojects/gst-plugins-good/scripts/update-orc-dist-files.py @@ -43,6 +43,3 @@ dist_c = orc_src_base + "-dist.c" # copy generated files from build dir into source dir shutil.copyfile(gen_header, dist_h) shutil.copyfile(gen_source, dist_c) - -# run gst-indent on the .c files -subprocess.run(['gst-indent-1.0', dist_c])