public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [flatpaks/flatpak-runtime] f45: Detect alsa-plugins
Date: Fri, 11 Sep 2026 14:42:25 GMT	[thread overview]
Message-ID: <178913774511.1.4497528234810951624.flatpaks-flatpak-runtime-e17345f4799e@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : flatpaks/flatpak-runtime
            Branch : f45
            Commit : e17345f4799ec58f352790f0946933bcebdbafdb
            Author : Yaakov Selkowitz <yselkowi@redhat.com>
            Date   : 2026-03-02T20:29:45-05:00
            Stats  : +29/-0 in 2 file(s)
            URL    : https://src.fedoraproject.org/flatpaks/flatpak-runtime/c/e17345f4799ec58f352790f0946933bcebdbafdb?branch=f45

            Log:
            Detect alsa-plugins

These were previously pulling in daemons but their dependencies were
fixed for F38.

---
diff --git a/flatpak-runtime.yaml b/flatpak-runtime.yaml
index 4d56d5f..e0f3704 100644
--- a/flatpak-runtime.yaml
+++ b/flatpak-runtime.yaml
@@ -26,6 +26,12 @@ data:
       - adwaita-icon-theme
       - adwaita-qt5
       - alsa-lib
+      - alsa-plugins-arcamav
+      - alsa-plugins-oss
+      - alsa-plugins-pulseaudio
+      - alsa-plugins-upmix
+      - alsa-plugins-usbstream
+      - alsa-plugins-vdownmix
       - alternatives
       - aspell
       - at-spi2-atk
@@ -586,6 +592,7 @@ data:
       - pcre2-utf32
       - pinentry
       - pinentry-gnome3
+      - pipewire-alsa
       - pipewire-gstreamer
       - pipewire-jack-audio-connection-kit
       - pipewire-libs
@@ -754,6 +761,12 @@ data:
       - adwaita-icon-theme
       - adwaita-qt5
       - alsa-lib
+      - alsa-plugins-arcamav
+      - alsa-plugins-oss
+      - alsa-plugins-pulseaudio
+      - alsa-plugins-upmix
+      - alsa-plugins-usbstream
+      - alsa-plugins-vdownmix
       - alternatives
       - aspell
       - at-spi2-atk
@@ -1278,6 +1291,7 @@ data:
       - pcre2-syntax
       - pcre2-utf16
       - pcre2-utf32
+      - pipewire-alsa
       - pipewire-gstreamer
       - pipewire-jack-audio-connection-kit
       - pipewire-libs
@@ -1439,6 +1453,12 @@ data:
       - adwaita-qt5
       - alsa-lib
       - alsa-lib-devel
+      - alsa-plugins-arcamav
+      - alsa-plugins-oss
+      - alsa-plugins-pulseaudio
+      - alsa-plugins-upmix
+      - alsa-plugins-usbstream
+      - alsa-plugins-vdownmix
       - alternatives
       - annobin-docs
       - annobin-plugin-gcc
@@ -2594,6 +2614,7 @@ data:
       - perl-vmsish
       - pinentry
       - pinentry-gnome3
+      - pipewire-alsa
       - pipewire-devel
       - pipewire-gstreamer
       - pipewire-jack-audio-connection-kit
@@ -2918,6 +2939,12 @@ data:
       - adwaita-qt5
       - alsa-lib
       - alsa-lib-devel
+      - alsa-plugins-arcamav
+      - alsa-plugins-oss
+      - alsa-plugins-pulseaudio
+      - alsa-plugins-upmix
+      - alsa-plugins-usbstream
+      - alsa-plugins-vdownmix
       - alternatives
       - annobin-docs
       - annobin-plugin-gcc
@@ -4021,6 +4048,7 @@ data:
       - perl-vars
       - perl-version
       - perl-vmsish
+      - pipewire-alsa
       - pipewire-devel
       - pipewire-gstreamer
       - pipewire-jack-audio-connection-kit

diff --git a/tools/list-files.py b/tools/list-files.py
index e213bb9..cc97a59 100755
--- a/tools/list-files.py
+++ b/tools/list-files.py
@@ -38,6 +38,7 @@ for d in python_dirs:
 output_dir_recurse('/usr/share/fonts')
 output_dir_recurse('/usr/share/hunspell')
 output_dir_recurse('/usr/share/themes')
+output_dir_recurse('/usr/lib/x86_64-linux-gnu/alsa-lib/')
 output_dir_recurse('/usr/lib/x86_64-linux-gnu/frei0r-1/')
 output_dir_recurse('/usr/lib/x86_64-linux-gnu/GL/default/lib/dri/')
 output_dir_recurse('/usr/lib/x86_64-linux-gnu/gio/modules/')

                 reply	other threads:[~2026-09-11 14:42 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=178913774511.1.4497528234810951624.flatpaks-flatpak-runtime-e17345f4799e@fedoraproject.org \
    --to=yselkowi@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