fluidsynth-vl.spec 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279
  1. Summary: Real-time software synthesizer
  2. Name: fluidsynth
  3. Version: 1.1.6
  4. Release: 6%{?_dist_release}
  5. URL: http://www.fluidsynth.org/
  6. Source0: http://downloads.sourceforge.net/fluidsynth/fluidsynth-%{version}.tar.bz2
  7. License: LGPLv2+
  8. Group: Applications/Multimedia
  9. Requires: fluidsynth-libs = %{version}-%{release}
  10. # Fix cmake usage. Upstream informed on their mailing list
  11. # https://lists.nongnu.org/archive/html/fluid-dev/2011-08/msg00010.html
  12. Patch0: fluidsynth-fix-cmake-usage.patch
  13. # Re-fix multi-lib conflict RHBZ#528240
  14. Patch1: fluidsynth-no_date_footer.patch
  15. BuildRequires: alsa-lib-devel
  16. BuildRequires: cmake
  17. BuildRequires: dbus-devel
  18. BuildRequires: glib2-devel
  19. BuildRequires: jack-audio-connection-kit-devel
  20. #BuildRequires: ladspa-devel
  21. #BuildRequires: lash-devel
  22. BuildRequires: libsndfile-devel
  23. BuildRequires: ncurses-devel
  24. BuildRequires: pkgconfig
  25. # Disabled for now:
  26. # http://sourceforge.net/apps/trac/fluidsynth/ticket/51
  27. # To enable portaudio support on also has to pass
  28. # -Denable-portaudio=on to cmake
  29. # BuildRequires: portaudio-devel
  30. BuildRequires: pulseaudio-libs-devel
  31. BuildRequires: readline-devel
  32. # For documentation:
  33. BuildRequires: doxygen
  34. %description
  35. FluidSynth is a real-time software synthesizer based on the SoundFont 2
  36. specifications. It is a "software synthesizer". FluidSynth can read MIDI events
  37. from the MIDI input device and render them to the audio device. It features
  38. real-time effect modulation using SoundFont 2.01 modulators, and a built-in
  39. command line shell. It can also play MIDI files (note: FluidSynth was previously
  40. called IIWU Synth).
  41. %package libs
  42. Summary: Real-time software synthesizer run-time libraries
  43. Group: System Environment/Libraries
  44. %description libs
  45. FluidSynth is a real-time software synthesizer based on the SoundFont 2
  46. specifications. It is a "software synthesizer". This package holds the run-time
  47. shared libraries.
  48. %package devel
  49. Summary: Real-time software synthesizer development files
  50. Group: Development/Libraries
  51. Requires: fluidsynth-libs = %{version}-%{release}
  52. %description devel
  53. FluidSynth is a real-time software synthesizer based on the SoundFont 2
  54. specifications. It is a "software synthesizer". This package holds header files
  55. for building programs that link against fluidsynth.
  56. %prep
  57. %setup -q
  58. %patch0 -p1 -b .cmake.usage
  59. %patch1 -p1 -b .no.date
  60. %build
  61. mkdir -p %{_target_platform}
  62. pushd %{_target_platform}
  63. %{cmake} -Denable-ladspa=on ..
  64. popd
  65. # build fluidsynth
  66. make %{?_smp_mflags} -C %{_target_platform}
  67. # build docs
  68. make doxygen -C %{_target_platform}/doc
  69. %install
  70. rm -rf $RPM_BUILD_ROOT
  71. make DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform} install
  72. %clean
  73. rm -rf $RPM_BUILD_ROOT
  74. %post libs -p /sbin/ldconfig
  75. %postun libs -p /sbin/ldconfig
  76. %files
  77. %defattr(-,root,root,-)
  78. %{_bindir}/fluid*
  79. %{_mandir}/man1/fluidsynth*
  80. %files libs
  81. %defattr(-,root,root,-)
  82. %doc AUTHORS COPYING NEWS README THANKS TODO doc/FluidSynth-LADSPA.pdf
  83. %{_libdir}/libfluidsynth.so.1
  84. %{_libdir}/libfluidsynth.so.1.*
  85. %files devel
  86. %defattr(-,root,root,-)
  87. %doc %{_target_platform}/doc/api/html doc/*.c doc/*fluid*.txt doc/*.odt
  88. %doc ChangeLog
  89. %{_includedir}/fluidsynth.h
  90. %{_includedir}/fluidsynth/
  91. %{_libdir}/libfluidsynth.so
  92. %{_libdir}/pkgconfig/*
  93. %changelog
  94. * Fri Apr 3 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.1.6-6
  95. - Initial build for Vine Linux
  96. * Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.6-5
  97. - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
  98. * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.6-4
  99. - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
  100. * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.6-3
  101. - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
  102. * Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.6-2
  103. - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
  104. * Tue Aug 21 2012 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 1.1.6-1
  105. - Update to 1.1.6
  106. * Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.5-5
  107. - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
  108. * Tue Jun 12 2012 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 1.1.5-4
  109. - Re-fix multilib confict RHBZ#528240
  110. - Some specfile clean up
  111. * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.5-3
  112. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  113. * Fri Sep 16 2011 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1.1.5-2
  114. - Fix cmake usage even more. The .pc file was broken.
  115. * Sun Sep 04 2011 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1.1.5-1
  116. - Update to 1.1.5
  117. * Sat Aug 13 2011 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1.1.4-1
  118. - Update to 1.1.4
  119. * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.3-2
  120. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  121. * Mon Oct 11 2010 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1.1.3-1
  122. - Update to 1.1.3
  123. * Sat Oct 01 2010 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1.1.2-2
  124. - Fix garbled sound issues. Upstream ticket #87
  125. * Wed Sep 01 2010 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1.1.2-1
  126. - Update to 1.1.2 (with cmake)
  127. * Sat Jan 30 2010 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1.1.1-1
  128. - Update to 1.1.1
  129. * Wed Dec 09 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1.0.9-5
  130. - Enable PulseAudio support (#538224, FESCo#265, also works around #500087)
  131. * Wed Oct 28 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1.0.9-4
  132. - Fix doxygen doc multilib conflict (RHBZ#528240)
  133. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.9-3
  134. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  135. * Fri Jul 17 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1.0.9-2
  136. - Disable portaudio support. It somehow messes up jack.
  137. * Sun Jun 28 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1.0.9-1
  138. - Updated to 1.0.9
  139. - Clean rpath
  140. - Fix encoding issues
  141. - Remove unnecessary direct library dependencies
  142. - Add portaudio support
  143. * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.8-3
  144. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  145. * Fri Jul 18 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.0.8-2
  146. - fix license tag
  147. * Tue Jul 08 2008 Anthony Green <green@redhat.com> 1.0.8-1
  148. - Upgrade source.
  149. * Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.7-11.a
  150. - Autorebuild for GCC 4.3
  151. * Tue Oct 09 2007 Anthony Green <green@redhat.com> 1.0.7-10.a
  152. - Rebuilt for new lash again.
  153. * Mon Oct 08 2007 Anthony Green <green@redhat.com> 1.0.7-9.a
  154. - Rebuilt for new lash.
  155. * Thu Oct 05 2006 Christian Iseli <Christian.Iseli@licr.org> - 1.0.7-8.a
  156. - rebuilt for unwind info generation, broken in gcc-4.1.1-21
  157. * Mon Sep 18 2006 Anthony Green <green@redhat.com> 1.0.7-7.a
  158. - Rebuild.
  159. * Mon Sep 4 2006 Anthony Green <green@redhat.com> 1.0.7-6.a
  160. - devel package must Require pkgconfig.
  161. * Thu Jul 13 2006 Anthony Green <green@redhat.com> 1.0.7-5.a
  162. - Remove iiwusynth references.
  163. - Don't install .la file.
  164. - Add %%doc bits.
  165. - Move non-numersion version component to release tag.
  166. - Fix libs and devel package names.
  167. * Sat May 27 2006 Anthony Green <green@redhat.com> 1.0.7a-4
  168. - Remove e2fsprogs-devel BuildRequires.
  169. * Tue Apr 25 2006 Anthony Green <green@redhat.com> 1.0.7a-3
  170. - Port from ladcca to lash.
  171. - Configure with --disable-static.
  172. - Install sample soundfont. Own /usr/share/soundfonts.
  173. - Use $RPM_BUILD_ROOT
  174. - Add Requires to libfluidsynth.
  175. - Change fluidsynth Requires to point at libfluidsynth.
  176. * Sat Apr 22 2006 Anthony Green <green@redhat.com> 1.0.7a-2
  177. - Minor spec file improvements.
  178. * Tue Apr 18 2006 Anthony Green <green@redhat.com> 1.0.7a-1
  179. - Update sources. Build for Fedora Extras.
  180. * Tue Dec 21 2004 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu>
  181. - spec file cleanup
  182. * Fri Sep 24 2004 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 1.0.5-1
  183. - updated to 1.0.5
  184. - ladcca patch no longer needed
  185. * Wed May 19 2004 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu>
  186. - added defattr to libfluidsynth
  187. * Wed May 12 2004 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu>
  188. - added buildrequires, made midishare optional
  189. * Tue Feb 24 2004 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 1.0.3-3
  190. - enabled ladcca 0.4.0 support (patch0)
  191. * Tue Oct 21 2003 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 1.0.3-2
  192. - enabled midishare support
  193. * Tue Aug 26 2003 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 1.0.3-1
  194. - updated to 1.0.3, added release tags
  195. * Fri Jul 25 2003 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 1.0.2-1
  196. - updated to 1.0.2
  197. * Thu May 8 2003 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 1.0.1-1
  198. - changed over to new fluidsynth name
  199. - we obsolete only iiwusynth and libiiwusynth-devel, we leave libiiwusynth
  200. there for now for older programs to use. We cannot install both iiwusynth
  201. and fluidsynth as there is a pkgconfig file in libiiwusynth-devel named
  202. fluidsynth.pc.
  203. * Wed Apr 2 2003 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.2.4-4.cvs
  204. - rebuild for jack 0.66.3, added explicit requires for it
  205. * Fri Mar 7 2003 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.2.4-3.cvs
  206. - added patches for jack buffer size callback and alsa snd_pcm_drop
  207. * Thu Mar 6 2003 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.2.4-2.cvs
  208. - cvs: 20030306.150630
  209. * Thu Feb 27 2003 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.2.4-1
  210. - changed over to cvs version, includes jack and ladcca support
  211. - disable ladcca support under redhat 7.2/7.3, can't get it to
  212. compile
  213. - split libraries into separate packages (from mandrake spec file)
  214. * Sun Nov 10 2002 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.2.2-2
  215. - added patch to rename jack alsa ports for jack >= 0.40
  216. - added explicit dependency to jack
  217. * Mon Oct 21 2002 Fernando Lopez Lezcano <nando@ccrma.stanford.edu>
  218. - Initial build.