public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gpac] epel9: switch JACK build dependency to the one providede by pipewire
@ 2026-09-22 15:09 Dominik 'Rathann' Mierzejewski
  0 siblings, 0 replies; only message in thread
From: Dominik 'Rathann' Mierzejewski @ 2026-09-22 15:09 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/gpac
Branch : epel9
Commit : 87cd56d874c152b7199a44409ea71f4f792890a7
Author : Dominik 'Rathann' Mierzejewski <dominik@greysector.net>
Date   : 2025-05-24T22:33:38+02:00
Stats  : +6/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gpac/c/87cd56d874c152b7199a44409ea71f4f792890a7?branch=epel9

Log:
switch JACK build dependency to the one providede by pipewire

---
diff --git a/gpac.spec b/gpac.spec
index d5c6257..cb4c6d8 100644
--- a/gpac.spec
+++ b/gpac.spec
@@ -3,7 +3,7 @@
 Name:        gpac
 Summary:     MPEG-4 multimedia framework
 Version:     2.4.0
-Release:     6%{?dist}
+Release:     7%{?dist}
 License:     LGPL-2.0-or-later
 URL:         https://gpac.io/
 Source0:     https://github.com/gpac/gpac/archive/v%{version}/gpac-%{version}.tar.gz
@@ -38,7 +38,7 @@ BuildRequires:  libtheora-devel
 BuildRequires:  libXt-devel
 BuildRequires:  libXpm-devel
 BuildRequires:  libXv-devel
-BuildRequires:  jack-audio-connection-kit-devel
+BuildRequires:  pipewire-jack-audio-connection-kit-devel
 BuildRequires:  xmlrpc-c-devel
 BuildRequires:  doxygen
 BuildRequires:  graphviz
@@ -100,6 +100,7 @@ popd
 %build
 %configure \
   --extra-cflags="%{optflags} -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1 -D_GNU_SOURCE=1 $(pkg-config --cflags libavformat)" \
+  --extra-ldflags="$(pkg-config --libs jack)" \
   --X11-path=%{_prefix} \
   --libdir=%{_lib} \
   --disable-oss \
@@ -179,6 +180,9 @@ rm %{buildroot}%{_includedir}/gpac/00_doxy.h
 
 
 %changelog
+* Sat May 24 2025 Dominik Mierzejewski <dominik@greysector.net> - 2.4.0-7
+- switch JACK build dependency to the one providede by pipewire
+
 * Mon Feb 10 2025 Dominik Mierzejewski <dominik@greysector.net> - 2.4.0-6
 - backport fix for building with FFmpeg 7.1 (rhbz#2344722)
 

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

only message in thread, other threads:[~2026-09-22 15:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-22 15:09 [rpms/gpac] epel9: switch JACK build dependency to the one providede by pipewire Dominik 'Rathann' Mierzejewski

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