[packages/FusionSound] - updated to 1.6.3 - removed obsolete format patch - added am patch (fixes build with automake 1.13)

qboosh qboosh at pld-linux.org
Sat Jan 19 18:24:57 CET 2013


commit 18e7ab96bcadf8de9e330ab76f0599bdf8785e79
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Jan 19 18:25:28 2013 +0100

    - updated to 1.6.3
    - removed obsolete format patch
    - added am patch (fixes build with automake 1.13)

 FusionSound-am.patch     | 18 ++++++++++++++++++
 FusionSound-format.patch | 11 -----------
 FusionSound.spec         |  9 +++++----
 3 files changed, 23 insertions(+), 15 deletions(-)
---
diff --git a/FusionSound.spec b/FusionSound.spec
index be2edc1..97039f6 100644
--- a/FusionSound.spec
+++ b/FusionSound.spec
@@ -1,15 +1,15 @@
 Summary:	Audio sub system for multiple applications
 Summary(pl.UTF-8):	Dźwiękowy podsystem dla złożonych aplikacji
 Name:		FusionSound
-Version:	1.6.2
-Release:	2
+Version:	1.6.3
+Release:	1
 License:	LGPL v2+
 Group:		Libraries
 Source0:	http://www.directfb.org/downloads/Core/FusionSound/%{name}-%{version}.tar.gz
-# Source0-md5:	bc6ed0cb77c0b8954f91706fe8aa95bc
+# Source0-md5:	801403ac1554df989f0514771be11080
 Patch0:		%{name}-conf.patch
 Patch1:		%{name}-ffmpeg.patch
-Patch2:		%{name}-format.patch
+Patch2:		%{name}-am.patch
 URL:		http://www.directfb.org/index.php?path=Platform/FusionSound
 BuildRequires:	DirectFB-devel >= 1:1.6.0
 # for examples
@@ -189,6 +189,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{dfblibdir}/interfaces/IFusionSoundStream/libifusionsoundstream_requestor.so
 %dir %{dfblibdir}/snddrivers
 %attr(755,root,root) %{dfblibdir}/snddrivers/libfusionsound_alsa.so
+%attr(755,root,root) %{dfblibdir}/snddrivers/libfusionsound_dummy.so
 %attr(755,root,root) %{dfblibdir}/snddrivers/libfusionsound_oss.so
 %attr(755,root,root) %{dfblibdir}/snddrivers/libfusionsound_wave.so
 %{_mandir}/man5/fusionsoundrc.5*
diff --git a/FusionSound-am.patch b/FusionSound-am.patch
new file mode 100644
index 0000000..415d2b9
--- /dev/null
+++ b/FusionSound-am.patch
@@ -0,0 +1,18 @@
+--- FusionSound-1.6.3/configure.in.orig	2013-01-19 17:16:10.371039613 +0100
++++ FusionSound-1.6.3/configure.in	2013-01-19 17:16:43.427705597 +0100
+@@ -49,13 +49,13 @@
+ 
+ AM_INIT_AUTOMAKE($PACKAGE, $VERSION, no-define)
+ 
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS(config.h)
+ AM_MAINTAINER_MODE
+ AC_DISABLE_STATIC 
+ AM_PROG_LIBTOOL
+ AM_SANITY_CHECK
+ AC_ISC_POSIX
+-AM_PROG_CC_STDC
++AC_PROG_CC
+ AC_PROG_INSTALL
+ AC_PROG_MAKE_SET
+ AC_HEADER_STDC
diff --git a/FusionSound-format.patch b/FusionSound-format.patch
deleted file mode 100644
index d0ab2a9..0000000
--- a/FusionSound-format.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- FusionSound-1.6.2/drivers/alsa.c.orig	2012-09-20 18:01:15.000000000 +0200
-+++ FusionSound-1.6.2/drivers/alsa.c	2012-10-06 15:29:23.860469388 +0200
-@@ -327,7 +327,7 @@
-           if (snd_ctl_card_info( ctl, info ) == 0) {
-                snprintf( device_info->name,
-                          FS_SOUND_DEVICE_INFO_NAME_LENGTH,
--                         snd_ctl_card_info_get_name( info ) );
-+                         "%s", snd_ctl_card_info_get_name( info ) );
-           }
- 
-           snd_ctl_close( ctl );
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/FusionSound.git/commitdiff/18e7ab96bcadf8de9e330ab76f0599bdf8785e79



More information about the pld-cvs-commit mailing list