18
18
Summary: Media Sharing Server
19
19
Name: pipewire
20
20
Version: %{majorversion }.%{minorversion }.%{microversion }
21
- Release: 2 %{?dist }
21
+ Release: 3 %{?dist }
22
22
License: MIT
23
23
Vendor: Microsoft Corporation
24
24
Distribution: Azure Linux
@@ -42,7 +42,6 @@ BuildRequires: pkgconfig(gstreamer-base-1.0) >= 1.10.0
42
42
BuildRequires: pkgconfig(gstreamer-plugins-base-1.0) >= 1.10.0
43
43
BuildRequires: pkgconfig(gstreamer-net-1.0) >= 1.10.0
44
44
BuildRequires: pkgconfig(gstreamer-allocators-1.0) >= 1.10.0
45
- BuildRequires: pkgconfig(fdk-aac)
46
45
%if %{with vulkan }
47
46
BuildRequires: pkgconfig(vulkan)
48
47
%endif
@@ -213,6 +212,7 @@ cp %{SOURCE1} subprojects/packagefiles/
213
212
-D volume=disabled -D bluez5-codec-aptx=disabled -D roc=disabled \
214
213
-D bluez5-codec-lc3plus=disabled \
215
214
-D bluez5-codec-ldac=disabled \
215
+ -D bluez5-codec-aac=disabled \
216
216
-D bluez5-codec-opus=disabled \
217
217
-D x11-xfixes=disabled \
218
218
%if %{with media_session }
@@ -428,6 +428,9 @@ systemctl --no-reload preset --global pipewire.socket >/dev/null 2>&1 || :
428
428
%endif
429
429
430
430
%changelog
431
+ *
Mon Jun 30 2025 Sandeep Karambelkar <[email protected] > -
0.3.60-3
432
+ - Build without fdk-aac package since that package has license issues
433
+
431
434
*
Thu Nov 24 2022 Sumedh Sharma <[email protected] > -
0.3.60-2
432
435
- Initial CBL-Mariner import from Fedora 37 (license: MIT)
433
436
- Build with features disabled: jack, jackserver-plugin and libcamera-plugin
0 commit comments