public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cinnamon-desktop] rawhide: Add missing BuildRequires: 'pkgconfig(libpulse-mainloop-glib)'
@ 2026-07-25 17:46 Michal Schorm
  0 siblings, 0 replies; only message in thread
From: Michal Schorm @ 2026-07-25 17:46 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/cinnamon-desktop
            Branch : rawhide
            Commit : 186795e53a3ef3b501cdbc81961148025a9b23dc
            Author : Michal Schorm <mschorm@redhat.com>
            Date   : 2026-07-25T15:56:04+02:00
            Stats  : +1/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/cinnamon-desktop/c/186795e53a3ef3b501cdbc81961148025a9b23dc?branch=rawhide

            Log:
            Add missing BuildRequires: 'pkgconfig(libpulse-mainloop-glib)'

'libcvc/meson.build' line 26: dependency('libpulse-mainloop-glib')
https://github.com/linuxmint/cinnamon-desktop/blob/6.7.2-unstable/libcvc/meson.build#L26

The spec only had 'pkgconfig(libpulse)'. In practice both .pc files
ship in the same RPM ('pulseaudio-libs-devel'), so the build never
broke, but the spec should declare what the build system actually
requires.

'libcvc/meson.build' lines 22-27: full cvc_deps block
https://github.com/linuxmint/cinnamon-desktop/blob/6.7.2-unstable/libcvc/meson.build#L22-L27

LM's 'debian/control' line 16 lists only 'libpulse-dev', which bundles
both .pc files in Debian -- no divergence, just different packaging
granularity:
https://github.com/linuxmint/cinnamon-desktop/blob/6.7.2-unstable/debian/control#L16

Co-Authored-By: Claude AI <noreply@anthropic.com>

---
diff --git a/cinnamon-desktop.spec b/cinnamon-desktop.spec
index f63314b..99295f5 100644
--- a/cinnamon-desktop.spec
+++ b/cinnamon-desktop.spec
@@ -33,6 +33,7 @@ BuildRequires: pkgconfig(gobject-introspection-1.0)
 BuildRequires: pkgconfig(iso-codes)
 BuildRequires: pkgconfig(fontconfig)
 BuildRequires: pkgconfig(libpulse)
+BuildRequires: pkgconfig(libpulse-mainloop-glib)
 BuildRequires: pkgconfig(libseccomp)
 BuildRequires: pkgconfig(libsystemd)
 BuildRequires: pkgconfig(udev)

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-25 17:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-25 17:46 [rpms/cinnamon-desktop] rawhide: Add missing BuildRequires: 'pkgconfig(libpulse-mainloop-glib)' Michal Schorm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox