Skip to content

Commit a79e42f

Browse files
Remove support for bluez5-codec-aac from pipewire to avoid license issues (microsoft#14144)
1 parent 85a04ea commit a79e42f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

SPECS-EXTENDED/pipewire/pipewire.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
Summary: Media Sharing Server
1919
Name: pipewire
2020
Version: %{majorversion}.%{minorversion}.%{microversion}
21-
Release: 2%{?dist}
21+
Release: 3%{?dist}
2222
License: MIT
2323
Vendor: Microsoft Corporation
2424
Distribution: Azure Linux
@@ -42,7 +42,6 @@ BuildRequires: pkgconfig(gstreamer-base-1.0) >= 1.10.0
4242
BuildRequires: pkgconfig(gstreamer-plugins-base-1.0) >= 1.10.0
4343
BuildRequires: pkgconfig(gstreamer-net-1.0) >= 1.10.0
4444
BuildRequires: pkgconfig(gstreamer-allocators-1.0) >= 1.10.0
45-
BuildRequires: pkgconfig(fdk-aac)
4645
%if %{with vulkan}
4746
BuildRequires: pkgconfig(vulkan)
4847
%endif
@@ -213,6 +212,7 @@ cp %{SOURCE1} subprojects/packagefiles/
213212
-D volume=disabled -D bluez5-codec-aptx=disabled -D roc=disabled \
214213
-D bluez5-codec-lc3plus=disabled \
215214
-D bluez5-codec-ldac=disabled \
215+
-D bluez5-codec-aac=disabled \
216216
-D bluez5-codec-opus=disabled \
217217
-D x11-xfixes=disabled \
218218
%if %{with media_session}
@@ -428,6 +428,9 @@ systemctl --no-reload preset --global pipewire.socket >/dev/null 2>&1 || :
428428
%endif
429429

430430
%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+
431434
* Thu Nov 24 2022 Sumedh Sharma <[email protected]> - 0.3.60-2
432435
- Initial CBL-Mariner import from Fedora 37 (license: MIT)
433436
- Build with features disabled: jack, jackserver-plugin and libcamera-plugin

0 commit comments

Comments
 (0)