Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove bluez5-codec-aac support #12246

Merged
merged 1 commit into from
Feb 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions SPECS-EXTENDED/pipewire/pipewire.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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 \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor issue - spacing on this line does not match

-D x11-xfixes=disabled \
%if %{with media_session}
-D session-managers="media-session" \
Expand Down Expand Up @@ -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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you change "Feb 6" to "Feb 06"

- 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
Expand Down
Loading