public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/chromium] epel9-next: clean openh264 from proprietary stuffs
@ 2026-08-07 16:06 Than Ngo
0 siblings, 0 replies; only message in thread
From: Than Ngo @ 2026-08-07 16:06 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/chromium
Branch : epel9-next
Commit : 9dc48d848695e90cab58ce2c165e1e8a73da803c
Author : Than Ngo <than@redhat.com>
Date : 2024-05-30T17:06:37+02:00
Stats : +3/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/chromium/c/9dc48d848695e90cab58ce2c165e1e8a73da803c?branch=epel9-next
Log:
clean openh264 from proprietary stuffs
---
diff --git a/chromium-latest.py b/chromium-latest.py
index 5864be9..ad8d2cd 100755
--- a/chromium-latest.py
+++ b/chromium-latest.py
@@ -1,5 +1,5 @@
#!/usr/bin/python3
-# Copyright 2021-2023, Than Ngo <than@redhat.com>
+# Copyright 2021-2024, Than Ngo <than@redhat.com>
# Copyright 2010,2015-2019 Tom Callaway <tcallawa@redhat.com>
# Copyright 2013-2016 Tomas Popela <tpopela@redhat.com>
# Permission is hereby granted, free of charge, to any person obtaining
@@ -335,6 +335,8 @@ if __name__ == '__main__':
if (args.ffmpegclean):
print("Cleaning ffmpeg from proprietary things...")
os.system("./clean_ffmpeg.sh %s %d" % (latest_dir, 0 if args.ffmpegarm else 1))
+ print("Cleaning openh264 from proprietary things...")
+ os.system("find %s/third_party/openh264/src -type f -not -name '*.h' -delete " % latest_dir)
print("Done!")
if (not args.prep):
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-07 16:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-07 16:06 [rpms/chromium] epel9-next: clean openh264 from proprietary stuffs Than Ngo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox