public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Than Ngo <than@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/chromium] epel9-next: clean openh264 from proprietary stuffs
Date: Fri, 07 Aug 2026 16:06:30 GMT	[thread overview]
Message-ID: <178611879097.1.4791013356255205578.rpms-chromium-9dc48d848695@fedoraproject.org> (raw)

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):

                 reply	other threads:[~2026-08-07 16:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178611879097.1.4791013356255205578.rpms-chromium-9dc48d848695@fedoraproject.org \
    --to=than@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox