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: Add back libcanberra
Date: Fri, 11 Sep 2026 14:41:23 GMT	[thread overview]
Message-ID: <178913768342.1.17408033979755354007.flatpaks-flatpak-runtime-bc25fe937ae0@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : flatpaks/flatpak-runtime
            Branch : f45
            Commit : bc25fe937ae004411a3d6cb65084c1252487e884
            Author : Kalev Lember <klember@redhat.com>
            Date   : 2020-10-02T10:34:50+02:00
            Stats  : +17/-0 in 2 file(s)
            URL    : https://src.fedoraproject.org/flatpaks/flatpak-runtime/c/bc25fe937ae004411a3d6cb65084c1252487e884?branch=f45

            Log:
            Add back libcanberra

It was dropped in upstream GNOME 3.38 runtime, but many of our packages
still depend on it (12 flatpaks as of right now).

Add it back here for F33 as I ran into a build failure building libtdb
with /app prefix and it really makes sense to share it as we have so
many users.

---
diff --git a/flatpak-runtime.yaml b/flatpak-runtime.yaml
index 7275544..58e8ad0 100644
--- a/flatpak-runtime.yaml
+++ b/flatpak-runtime.yaml
@@ -251,6 +251,8 @@ data:
       - libassuan
       - libasyncns
       - libavc1394
+      - libcanberra
+      - libcanberra-gtk3
       - libcap
       - libcap-ng
       - libdatrie
@@ -329,6 +331,7 @@ data:
       - libssh-config
       - libstemmer
       - libtasn1
+      - libtdb
       - libthai
       - libtheora
       - libtiff
@@ -500,6 +503,7 @@ data:
       - shadow-utils
       - shared-mime-info
       - sord
+      - sound-theme-freedesktop
       - soundtouch
       - speex
       - speexdsp
@@ -781,6 +785,8 @@ data:
       - libassuan
       - libasyncns
       - libavc1394
+      - libcanberra
+      - libcanberra-gtk3
       - libcap
       - libcap-ng
       - libcdio
@@ -859,6 +865,7 @@ data:
       - libssh-config
       - libstemmer
       - libtasn1
+      - libtdb
       - libthai
       - libtheora
       - libtiff
@@ -1018,6 +1025,7 @@ data:
       - shadow-utils
       - shared-mime-info
       - sord
+      - sound-theme-freedesktop
       - soundtouch
       - speex
       - speexdsp
@@ -1522,6 +1530,8 @@ data:
       - libassuan-devel
       - libasyncns
       - libavc1394
+      - libcanberra
+      - libcanberra-gtk3
       - libcap
       - libcap-devel
       - libcap-ng
@@ -1650,6 +1660,7 @@ data:
       - libtasn1
       - libtasn1-devel
       - libtasn1-tools
+      - libtdb
       - libthai
       - libthai-devel
       - libtheora
@@ -2213,6 +2224,7 @@ data:
       - shared-mime-info
       - slang
       - sord
+      - sound-theme-freedesktop
       - soundtouch
       - source-highlight
       - speex
@@ -2771,6 +2783,8 @@ data:
       - libassuan-devel
       - libasyncns
       - libavc1394
+      - libcanberra
+      - libcanberra-gtk3
       - libcap
       - libcap-devel
       - libcap-ng
@@ -2895,6 +2909,7 @@ data:
       - libtasn1
       - libtasn1-devel
       - libtasn1-tools
+      - libtdb
       - libthai
       - libthai-devel
       - libtheora
@@ -3441,6 +3456,7 @@ data:
       - shared-mime-info
       - slang
       - sord
+      - sound-theme-freedesktop
       - soundtouch
       - source-highlight
       - speex

diff --git a/package-notes.txt b/package-notes.txt
index b3bec64..88f447f 100644
--- a/package-notes.txt
+++ b/package-notes.txt
@@ -68,6 +68,7 @@ libXmu: FD: dbus-x11
 libargon2: FD: systemd
 libasyncns
 libcap-ng: W: libaudit dependency
+libcanberra-gtk3: EB: dropped in upstream GNOME 3.38 runtime, but a large number of Fedora flatpaks still depend on it
 libdb
 libdvdnav
 libdvdread

                 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=178913768342.1.17408033979755354007.flatpaks-flatpak-runtime-bc25fe937ae0@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