public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [flatpaks/flatpak-runtime] f45: Add back libcanberra
@ 2026-09-11 14:41 Kalev Lember
0 siblings, 0 replies; only message in thread
From: Kalev Lember @ 2026-09-11 14:41 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-11 14:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-11 14:41 [flatpaks/flatpak-runtime] f45: Add back libcanberra Kalev Lember
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox