mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-22 12:39:49 +00:00
chore: Update pipewire to 1.0.5
This commit is contained in:
parent
56a8c3cd58
commit
80ca1e3e67
@ -1,6 +1,6 @@
|
|||||||
%global majorversion 1
|
%global majorversion 1
|
||||||
%global minorversion 0
|
%global minorversion 0
|
||||||
%global microversion 4
|
%global microversion 5
|
||||||
|
|
||||||
%global apiversion 0.3
|
%global apiversion 0.3
|
||||||
%global spaversion 0.2
|
%global spaversion 0.2
|
||||||
@ -9,7 +9,7 @@
|
|||||||
%global ms_version 0.4.2
|
%global ms_version 0.4.2
|
||||||
|
|
||||||
# For rpmdev-bumpspec and releng automation
|
# For rpmdev-bumpspec and releng automation
|
||||||
%global baserelease 2
|
%global baserelease 1
|
||||||
|
|
||||||
#global snapdate 20210107
|
#global snapdate 20210107
|
||||||
#global gitcommit b17db2cebc1a5ab2c01851d29c05f79cd2f262bb
|
#global gitcommit b17db2cebc1a5ab2c01851d29c05f79cd2f262bb
|
||||||
@ -77,18 +77,17 @@ Source0: https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/%{ver
|
|||||||
Source1: pipewire.sysusers
|
Source1: pipewire.sysusers
|
||||||
|
|
||||||
## upstream patches
|
## upstream patches
|
||||||
Patch0001: 0001-Revert-spa-libcamera-bump-minimum-supported-version-.patch
|
|
||||||
Patch0002: 0002-Revert-spa-libcamera-use-CameraConfiguration-orienta.patch
|
|
||||||
|
|
||||||
# Holo: TODO: Bug reference
|
|
||||||
Patch10: bc435841c141ad38768b6cb1a7ad45e8bb13c7d2.patch
|
|
||||||
# Holo: upstream MR 1792
|
|
||||||
Patch30: 0001-Bluez5-backend-native-HSP-AG-release-SCO-link-on-AT-.patch
|
|
||||||
|
|
||||||
## upstreamable patches
|
## upstreamable patches
|
||||||
|
|
||||||
## fedora patches
|
## fedora patches
|
||||||
|
|
||||||
|
## valve patches
|
||||||
|
# Holo: TODO: Bug reference
|
||||||
|
Patch10: bc435841c141ad38768b6cb1a7ad45e8bb13c7d2.patch
|
||||||
|
# Holo: upstream MR 1792
|
||||||
|
Patch30: 0001-Bluez5-backend-native-HSP-AG-release-SCO-link-on-AT-.patch
|
||||||
|
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: meson >= 0.59.0
|
BuildRequires: meson >= 0.59.0
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
@ -123,7 +122,11 @@ BuildRequires: libsndfile-devel
|
|||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: pulseaudio-libs-devel
|
BuildRequires: pulseaudio-libs-devel
|
||||||
BuildRequires: avahi-devel
|
BuildRequires: avahi-devel
|
||||||
|
%if 0%{?fedora} >= 40 || 0%{?rhel} >= 10
|
||||||
|
BuildRequires: pkgconfig(webrtc-audio-processing-1)
|
||||||
|
%else
|
||||||
BuildRequires: pkgconfig(webrtc-audio-processing) >= 0.2
|
BuildRequires: pkgconfig(webrtc-audio-processing) >= 0.2
|
||||||
|
%endif
|
||||||
BuildRequires: libusb1-devel
|
BuildRequires: libusb1-devel
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
@ -831,14 +834,33 @@ systemctl --no-reload preset --global pipewire.socket >/dev/null 2>&1 || :
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 15 2024 Wim Taymans <wtaymans@redhat.com> - 1.0.5-1
|
||||||
|
- Update version to 1.0.5
|
||||||
|
|
||||||
* Wed Mar 13 2024 Wim Taymans <wtaymans@redhat.com> - 1.0.4-2
|
* Wed Mar 13 2024 Wim Taymans <wtaymans@redhat.com> - 1.0.4-2
|
||||||
- Configure server, client and rlimit priorities to be the same as JACK.
|
- Configure server, client and rlimit priorities to be the same as JACK.
|
||||||
|
|
||||||
* Wed Mar 13 2024 Wim Taymans <wtaymans@redhat.com> - 1.0.4-1
|
* Wed Mar 13 2024 Wim Taymans <wtaymans@redhat.com> - 1.0.4-1
|
||||||
- Update version to 1.0.4
|
- Update version to 1.0.4
|
||||||
|
|
||||||
|
* Tue Feb 13 2024 Yaakov Selkowitz <yselkowi@redhat.com> - 1.0.3-2
|
||||||
|
- Use webrtc-audio-processing-1 on F40 and RHEL 10
|
||||||
|
|
||||||
|
* Fri Feb 02 2024 Wim Taymans <wtaymans@redhat.com> - 1.0.3-1
|
||||||
|
- Update version to 1.0.3
|
||||||
|
|
||||||
|
* Wed Jan 31 2024 Wim Taymans <wtaymans@redhat.com> - 1.0.2-1
|
||||||
|
- Update version to 1.0.2
|
||||||
|
|
||||||
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
* Thu Jan 11 2024 Wim Taymans <wtaymans@redhat.com> - 1.0.1-1
|
* Thu Jan 11 2024 Wim Taymans <wtaymans@redhat.com> - 1.0.1-1
|
||||||
- Update version to 1.0.1
|
- Update version to 1.0.1
|
||||||
|
- Add patch to support libcamera 0.2
|
||||||
|
|
||||||
* Thu Dec 14 2023 Wim Taymans <wtaymans@redhat.com> - 1.0.0-2
|
* Thu Dec 14 2023 Wim Taymans <wtaymans@redhat.com> - 1.0.0-2
|
||||||
- Add patch to avoid crash in deviceprovider.
|
- Add patch to avoid crash in deviceprovider.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user