rpms/pulseaudio/F-11 0001-sample-fix-build-on-BE-archs.patch, NONE, 1.1 pulseaudio.spec, 1.82, 1.83

Lennart Poettering lennart at fedoraproject.org
Mon Jun 8 16:36:54 UTC 2009


Author: lennart

Update of /cvs/pkgs/rpms/pulseaudio/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8120

Modified Files:
	pulseaudio.spec 
Added Files:
	0001-sample-fix-build-on-BE-archs.patch 
Log Message:
Fix build on BE archs

0001-sample-fix-build-on-BE-archs.patch:

--- NEW FILE 0001-sample-fix-build-on-BE-archs.patch ---
>From 89e3adf8cd3e0901a786274c584c89dd082eab09 Mon Sep 17 00:00:00 2001
From: Lennart Poettering <lennart at poettering.net>
Date: Mon, 8 Jun 2009 18:22:19 +0200
Subject: [PATCH] sample: fix build on BE archs

---
 src/pulsecore/sample-util.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/pulsecore/sample-util.c b/src/pulsecore/sample-util.c
index dda3883..5b8ccf5 100644
--- a/src/pulsecore/sample-util.c
+++ b/src/pulsecore/sample-util.c
@@ -1182,7 +1182,7 @@ pa_memchunk* pa_silence_memchunk_get(pa_silence_cache *cache, pa_mempool *pool,
             case PA_SAMPLE_S24LE:
             case PA_SAMPLE_S24BE:
             case PA_SAMPLE_S24_32LE:
-            case PA_SAMPLE_S24_32RE:
+            case PA_SAMPLE_S24_32BE:
             case PA_SAMPLE_FLOAT32LE:
             case PA_SAMPLE_FLOAT32BE:
                 cache->blocks[PA_SAMPLE_S16LE] = b = silence_memblock_new(pool, 0);
-- 
1.6.2.2



Index: pulseaudio.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pulseaudio/F-11/pulseaudio.spec,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -p -r1.82 -r1.83
--- pulseaudio.spec	8 Jun 2009 16:10:27 -0000	1.82
+++ pulseaudio.spec	8 Jun 2009 16:36:24 -0000	1.83
@@ -3,7 +3,7 @@
 Name:		pulseaudio
 Summary: 	Improved Linux sound server
 Version:	0.9.15
-Release:	12%{?dist}
+Release:	13%{?dist}
 License:	GPLv2+
 Group:		System Environment/Daemons
 Source0:	http://0pointer.de/lennart/projects/pulseaudio/pulseaudio-%{version}.tar.gz
@@ -34,6 +34,7 @@ Patch23: 0001-alsa-be-a-bit-more-verbose
 Patch24: 0001-rescue-make-we-don-t-end-up-in-an-endless-loop-when.patch
 Patch25: 0001-core-introduce-pa_-sink-source-_set_fixed_latency.patch
 Patch26: 0001-core-cache-requested-latency-only-when-we-are-runni.patch
+Patch27: 0001-sample-fix-build-on-BE-archs.patch
 URL:		http://pulseaudio.org
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  m4
@@ -240,6 +241,7 @@ This package contains command line utili
 %patch23 -p1 
 %patch25 -p1 
 %patch26 -p1 
+%patch27 -p1 
 
 %build
 CFLAGS="-ggdb" %configure --disable-static --disable-rpath --with-system-user=pulse --with-system-group=pulse --with-realtime-group=pulse-rt --with-access-group=pulse-access
@@ -460,6 +462,9 @@ groupadd -r pulse-access &>/dev/null || 
 %{_mandir}/man1/pax11publish.1.gz
 
 %changelog
+* Mon Jun 8 2009 Lennart Poettering <lpoetter at redhat.com> 0.9.15-13
+- Fix build on BE archs
+
 * Mon Jun 8 2009 Lennart Poettering <lpoetter at redhat.com> 0.9.15-12
 - Fix a couple of issues, including #497742, #494851
 




More information about the fedora-extras-commits mailing list