public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Kalev Lember <klember@redhat.com>
To: git-commits@fedoraproject.org
Subject: [flatpaks/flatpak-runtime] f45: resolve-files.py: Adjust for pipewire packaging changes
Date: Fri, 11 Sep 2026 14:41:42 GMT [thread overview]
Message-ID: <178913770252.1.5927325128880354647.flatpaks-flatpak-runtime-60c07ff5bf87@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : flatpaks/flatpak-runtime
Branch : f45
Commit : 60c07ff5bf871c6bdaba1eeba9d05fb807c3c057
Author : Kalev Lember <klember@redhat.com>
Date : 2021-06-28T13:01:29+02:00
Stats : +7/-1 in 1 file(s)
URL : https://src.fedoraproject.org/flatpaks/flatpak-runtime/c/60c07ff5bf871c6bdaba1eeba9d05fb807c3c057?branch=f45
Log:
resolve-files.py: Adjust for pipewire packaging changes
---
diff --git a/tools/resolve-files.py b/tools/resolve-files.py
index db535a7..5635e0b 100755
--- a/tools/resolve-files.py
+++ b/tools/resolve-files.py
@@ -151,7 +151,7 @@ bin_ignore = [
'paplay', 'parec', 'parecord', 'pax11publish',
# pipewire-utils
- 'pw-cat', 'pw-cli', 'pw-dot', 'pw-dump', 'pw-metadata', 'pw-mididump', 'pw-midiplay', 'pw-midirecord', 'pw-mon', 'pw-play', 'pw-profiler', 'pw-record', 'pw-reserve', 'pw-top',
+ 'pw-cat', 'pw-cli', 'pw-dot', 'pw-dump', 'pw-link', 'pw-loopback', 'pw-metadata', 'pw-mididump', 'pw-midiplay', 'pw-midirecord', 'pw-mon', 'pw-play', 'pw-profiler', 'pw-record', 'pw-reserve', 'pw-top',
'spa-acp-tool', 'spa-inspect', 'spa-json-dump', 'spa-monitor', 'spa-resample',
# pipewire-pulseaudio should only be installed on the host
@@ -288,6 +288,12 @@ nspr_include = [
]
rename.update({ '/usr/include/' + x: '/usr/include/nspr4/' + x for x in nspr_include })
+# pipewire jack libraries are installed in a non-standard path
+jack_libraries = [
+ 'libjack.so', 'libjacknet.so', 'libjackserver.so'
+]
+rename.update({ '/usr/lib64/' + x: '/usr/lib64/pipewire-0.3/jack/' + x for x in jack_libraries })
+
# These plugins in the freedesktop runtime pull in gstreamer-plugins-bad-free-extras, which
# in turn pulls in a lot more dependencies. If they are useful, they should be moved
# to gstreamer-plugins-bad-free.
reply other threads:[~2026-09-11 14:41 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=178913770252.1.5927325128880354647.flatpaks-flatpak-runtime-60c07ff5bf87@fedoraproject.org \
--to=klember@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