rpms/libao/F-8 libao-0.8.8-bigendianfix.patch, NONE, 1.1 libao.spec, 1.26, 1.27

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Sun Jul 6 07:05:22 UTC 2008


Author: jwrdegoede

Update of /cvs/extras/rpms/libao/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22751

Modified Files:
	libao.spec 
Added Files:
	libao-0.8.8-bigendianfix.patch 
Log Message:
* Sun Jul  6 2008 Hans de Goede <j.w.r.degoede at hhs.nl> - 0.8.8-5
- Fix pulseaudio sound output on bigendian archs (bz 454165), patch by
  Ian Chapman


libao-0.8.8-bigendianfix.patch:

--- NEW FILE libao-0.8.8-bigendianfix.patch ---
--- libao-0.8.8/src/plugins/pulse/ao_pulse.c.orig	2007-05-24 10:19:07.000000000 +0100
+++ libao-0.8.8/src/plugins/pulse/ao_pulse.c	2008-07-05 21:44:47.000000000 +0100
@@ -75,7 +75,7 @@
     const char *fn;
     struct pa_simple *s;
     static const struct pa_sample_spec ss = {
-        .format = PA_SAMPLE_S16LE,
+        .format = PA_SAMPLE_S16NE,
         .rate = 44100,
         .channels = 2
     };


Index: libao.spec
===================================================================
RCS file: /cvs/extras/rpms/libao/F-8/libao.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- libao.spec	14 Nov 2007 14:19:27 -0000	1.26
+++ libao.spec	6 Jul 2008 07:04:32 -0000	1.27
@@ -1,12 +1,13 @@
 Name:           libao
 Version:        0.8.8
-Release:        2%{?dist}
+Release:        5%{?dist}
 Summary:        Cross Platform Audio Output Library
 Group:          System Environment/Libraries
 License:        GPLv2+
 URL:            http://xiph.org/ao/
 Source0:        http://downloads.xiph.org/releases/ao/%{name}-%{version}.tar.gz
 Source1:        ao.req
+Patch0:         libao-0.8.8-bigendianfix.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  esound-devel >= 0.2.8
 BuildRequires:  arts-devel
@@ -35,6 +36,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 sed -i "s/-O20/$RPM_OPT_FLAGS/" configure
 sed -i "s/-ffast-math//" configure
@@ -51,7 +53,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make DESTDIR=$RPM_BUILD_ROOT install
+make DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" install
 
 # remove unpackaged files from the buildroot
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -rf {} \;
@@ -83,9 +85,19 @@
 
 
 %changelog
+* Sun Jul  6 2008 Hans de Goede <j.w.r.degoede at hhs.nl> - 0.8.8-5
+- Fix pulseaudio sound output on bigendian archs (bz 454165), patch by
+  Ian Chapman
+
+* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.8.8-4
+- Autorebuild for GCC 4.3
+
+* Thu Nov 15 2007 Hans de Goede <j.w.r.degoede at hhs.nl> - 0.8.8-3
+- Minor packaging cleanups for merge review (bz 225986)
+
 * Wed Nov 14 2007 Hans de Goede <j.w.r.degoede at hhs.nl> - 0.8.8-2
 - Fix multilib conflict (bz 341891)
-- Fix Source0 en URL urls
+- Fix Source0 and URL urls
 
 * Wed Nov  7 2007 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.8.8-1
 - Updated to 0.8.8 (bz 316731)




More information about the fedora-extras-commits mailing list