]> git.pld-linux.org Git - packages/FusionSound.git/commitdiff
- updated to 1.6.3 auto/th/FusionSound-1.6.3-1 auto/ti/FusionSound-1.6.3-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 19 Jan 2013 17:25:28 +0000 (18:25 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 19 Jan 2013 17:25:28 +0000 (18:25 +0100)
- removed obsolete format patch
- added am patch (fixes build with automake 1.13)

FusionSound-am.patch [new file with mode: 0644]
FusionSound-format.patch [deleted file]
FusionSound.spec

diff --git a/FusionSound-am.patch b/FusionSound-am.patch
new file mode 100644 (file)
index 0000000..415d2b9
--- /dev/null
@@ -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 (file)
index d0ab2a9..0000000
+++ /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 );
index be2edc1628e066096c7fca7a1a6d655a1ecd982d..97039f6617f133f78e453b81bb677f1b214274dc 100644 (file)
@@ -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*
This page took 0.071679 seconds and 4 git commands to generate.