[packages/pulseaudio] up to 16.1
atler
atler at pld-linux.org
Thu Jun 23 12:29:56 CEST 2022
commit e6270c0af3cee9a959f5d9570949c6f40f20dc82
Author: Jan Palus <atler at pld-linux.org>
Date: Thu Jun 23 12:29:42 2022 +0200
up to 16.1
gst-ldac-aptx-crash.patch | 39 ---------------------------------------
pulseaudio.spec | 8 +++-----
2 files changed, 3 insertions(+), 44 deletions(-)
---
diff --git a/pulseaudio.spec b/pulseaudio.spec
index 989a4c2..cbe5701 100644
--- a/pulseaudio.spec
+++ b/pulseaudio.spec
@@ -14,18 +14,17 @@
Summary: Modular sound server
Summary(pl.UTF-8): Modularny serwer dźwięku
Name: pulseaudio
-Version: 16.0
-Release: 2
+Version: 16.1
+Release: 1
License: GPL v2+ (server and libpulsecore), LGPL v2+ (libpulse)
Group: Libraries
Source0: https://freedesktop.org/software/pulseaudio/releases/%{name}-%{version}.tar.xz
-# Source0-md5: be97bd61024f44cc71c4035b83158010
+# Source0-md5: 2c7b8ceb5d7337565c7314b4d6087ca8
Source1: %{name}.init
Source2: %{name}.sysconfig
Source3: %{name}.tmpfiles
Patch0: %{name}-pa-machine-id.patch
Patch1: mate-desktop.patch
-Patch2: gst-ldac-aptx-crash.patch
URL: http://pulseaudio.org/
BuildRequires: alsa-lib-devel >= 1.0.24
BuildRequires: avahi-devel >= 0.6.0
@@ -376,7 +375,6 @@ Dokumentacja API PulseAudio.
%setup -q
%patch0 -p1
%patch1 -p1
-%patch2 -p1
%{__sed} -i -e '1s,#!/usr/bin/env python3,#!%{__python3},' src/utils/qpaeq
diff --git a/gst-ldac-aptx-crash.patch b/gst-ldac-aptx-crash.patch
deleted file mode 100644
index 585e4f7..0000000
--- a/gst-ldac-aptx-crash.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From cfbbf27b8394fdc97992528caae12b412b22cf6e Mon Sep 17 00:00:00 2001
-From: Jan Palus <jpalus at fastmail.com>
-Date: Fri, 17 Jun 2022 14:36:36 +0200
-Subject: [PATCH] bluetooth/gst: Correct var type for GST_TYPE_BITMASK
-
-GST_TYPE_BITMASK is 64-bit bit mask while corresponding channel_mask in
-pulseaudio is int therefore usually 32-bit. Switch to uint64_t instead
-to match internal representation in gstreamer.
-
-Fixes pulseaudio crash on ARM 32-bit when pulseaudio is compiled with
-gstreamer and either LDAC or aptX support is available.
----
- src/modules/bluetooth/a2dp-codec-gst.c | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/src/modules/bluetooth/a2dp-codec-gst.c b/src/modules/bluetooth/a2dp-codec-gst.c
-index 8ef74be9c..11839c580 100644
---- a/src/modules/bluetooth/a2dp-codec-gst.c
-+++ b/src/modules/bluetooth/a2dp-codec-gst.c
-@@ -22,6 +22,7 @@
- #endif
-
- #include <arpa/inet.h>
-+#include <stdint.h>
-
- #include <pulsecore/log.h>
- #include <pulsecore/macro.h>
-@@ -82,7 +83,7 @@ fail:
- static GstCaps *gst_create_caps_from_sample_spec(const pa_sample_spec *ss) {
- gchar *sample_format;
- GstCaps *caps;
-- int channel_mask;
-+ uint64_t channel_mask;
-
- switch (ss->format) {
- case PA_SAMPLE_S16LE:
---
-2.36.1
-
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/pulseaudio.git/commitdiff/e6270c0af3cee9a959f5d9570949c6f40f20dc82
More information about the pld-cvs-commit
mailing list