Added changelog and packaging. 61/8561/1 submit/tizen/20130906.020125
authorIsmo Puustinen <ismo.puustinen@intel.com>
Fri, 23 Aug 2013 10:44:23 +0000 (13:44 +0300)
committerIsmo Puustinen <ismo.puustinen@intel.com>
Fri, 23 Aug 2013 11:48:01 +0000 (14:48 +0300)
If you want to compile with Murphy support, you need to define
"enable_murphy" from gbs or rpmbuild command line. For example
this works:

> gbs build --define 'enable_murphy 1'

packaging/libmm-sound.changes
packaging/libmm-sound.spec

index 021f5c8..72f10c9 100644 (file)
@@ -1,3 +1,7 @@
+* Fri Aug 23 2013 Ismo Puustinen <ismo.puustinen@intel.com> submit/tizen/20130710.221358@1b14690
+- Do not unref a NULL pointer.
+- Make ASM handling external.
+
 * Tue Jul 09 2013 Patrick McCarty <patrick.mccarty@linux.intel.com> dc6f19c
 - Fix paths for systemd service files
 
index c96043b..23ded05 100644 (file)
@@ -1,6 +1,6 @@
 Name:       libmm-sound
 Summary:    MMSound Package contains client lib and sound_server binary
-Version:    0.7.2
+Version:    0.7.2b
 Release:    0
 Group:      System/Libraries
 License:    Apache-2.0
@@ -20,7 +20,7 @@ BuildRequires: pkgconfig(sysman)
 BuildRequires: pkgconfig(glib-2.0)
 BuildRequires: pkgconfig(vconf)
 BuildRequires: pkgconfig(heynoti)
-BuildRequires:  pkgconfig(security-server)
+BuildRequires: pkgconfig(security-server)
 
 %description
 MMSound Package contains client lib and sound_server binary for sound system
@@ -68,6 +68,9 @@ CFLAGS="%{optflags} -fvisibility=hidden -DMM_DEBUG_FLAG -DEXPORT_API=\"__attribu
 CFLAGS="%{optflags} -fvisibility=hidden -DMM_DEBUG_FLAG -DSEPARATE_SPEAKER_AND_WIRED_ACCESSORY -DEXPORT_API=\"__attribute__((visibility(\\\"default\\\")))\""; export CFLAGS
 %endif
 %endif
+%if 0%{?enable_murphy}
+CFLAGS=$CFLAGS" -DMURPHY"; export CFLAGS
+%endif
 %configure --prefix=/usr --enable-pulse --enable-security
 make %{?_smp_mflags}