-
Notifications
You must be signed in to change notification settings - Fork 567
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AUTO-CHERRYPICK] Remove bluez5-codec-aac support - branch main (#12250)
Co-authored-by: jslobodzian <[email protected]>
- Loading branch information
1 parent
49ad79a
commit 919a02b
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
Summary: Media Sharing Server | ||
Name: pipewire | ||
Version: %{majorversion}.%{minorversion}.%{microversion} | ||
Release: 2%{?dist} | ||
Release: 3%{?dist} | ||
License: MIT | ||
Vendor: Microsoft Corporation | ||
Distribution: Mariner | ||
|
@@ -42,7 +42,6 @@ BuildRequires: pkgconfig(gstreamer-base-1.0) >= 1.10.0 | |
BuildRequires: pkgconfig(gstreamer-plugins-base-1.0) >= 1.10.0 | ||
BuildRequires: pkgconfig(gstreamer-net-1.0) >= 1.10.0 | ||
BuildRequires: pkgconfig(gstreamer-allocators-1.0) >= 1.10.0 | ||
BuildRequires: pkgconfig(fdk-aac) | ||
%if %{with vulkan} | ||
BuildRequires: pkgconfig(vulkan) | ||
%endif | ||
|
@@ -214,6 +213,7 @@ cp %{SOURCE1} subprojects/packagefiles/ | |
-D bluez5-codec-lc3plus=disabled \ | ||
-D bluez5-codec-ldac=disabled \ | ||
-D bluez5-codec-opus=disabled \ | ||
-D bluez5-codec-aac=disabled \ | ||
-D x11-xfixes=disabled \ | ||
%if %{with media_session} | ||
-D session-managers="media-session" \ | ||
|
@@ -428,6 +428,9 @@ systemctl --no-reload preset --global pipewire.socket >/dev/null 2>&1 || : | |
%endif | ||
|
||
%changelog | ||
* Thu Feb 6 2025 Jon Slobodzian <[email protected]> - 0.3.60-3 | ||
- Remove bluez5-codec-aac | ||
|
||
* Thu Nov 24 2022 Sumedh Sharma <[email protected]> - 0.3.60-2 | ||
- Initial CBL-Mariner import from Fedora 37 (license: MIT) | ||
- Build with features disabled: jack, jackserver-plugin and libcamera-plugin | ||
|