Changeset 1711 for spec/trunk/SPECS/fluidsynth.spec
- Timestamp:
- Sep 30, 2020, 8:37:34 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/fluidsynth.spec
r1708 r1711 1 1 Summary: Real-time software synthesizer 2 2 Name: fluidsynth 3 Version: 2.1. 23 Version: 2.1.5 4 4 Release: 1%{?dist} 5 5 URL: http://www.fluidsynth.org/ … … 10 10 %scm_source github http://github.com/komh/fluidsynth-os2 master 11 11 12 %if !0%{?os2_version} 12 13 # Re-fix multi-lib conflict RHBZ#528240 13 #Patch0: fluidsynth-no_date_footer.patch 14 Patch0: fluidsynth-no_date_footer.patch 15 %endif 14 16 15 17 BuildRequires: libogg-devel 16 18 BuildRequires: flac-devel 17 19 BuildRequires: libvorbis-devel 18 #BuildRequires: alsa-lib-devel19 20 BuildRequires: cmake 20 #BuildRequires: dbus-devel21 21 BuildRequires: gcc 22 #%if !0%{?flatpak}23 #BuildRequires: jack-audio-connection-kit-devel24 #%endif25 #BuildRequires: ladspa-devel26 22 BuildRequires: libsndfile-devel 27 23 BuildRequires: ncurses-devel 28 24 BuildRequires: pkgconfig 25 BuildRequires: readline-devel 26 27 %if !0%{?os2_version} 28 BuildRequires: jack-audio-connection-kit-devel 29 BuildRequires: ladspa-devel 30 BuildRequires: alsa-lib-devel 31 BuildRequires: dbus-devel 32 BuildRequires: pulseaudio-libs-devel 33 BuildRequires: portaudio-devel 34 %endif 35 29 36 # Disabled for now: 30 37 # http://sourceforge.net/apps/trac/fluidsynth/ticket/51 31 38 # To enable portaudio support one also has to pass 32 39 # -Denable-portaudio=on to cmake 33 # BuildRequires: portaudio-devel34 #BuildRequires: pulseaudio-libs-devel35 BuildRequires: readline-devel36 40 37 41 # For documentation: … … 63 67 for building programs that link against fluidsynth. 64 68 69 %debug_package 70 65 71 %prep 66 72 %scm_setup … … 78 84 #%endif 79 85 80 #%{cmake} -Denable-ladspa=on -Denable-jack=%{enable_jack} .. 86 %if !0%{?os2_version} 87 %{cmake} -Denable-ladspa=on -Denable-jack=%{enable_jack} .. 88 %endif 81 89 %{cmake} .. 82 #popd83 90 cd .. 84 91 … … 96 103 %{_bindir}/fluid*.exe 97 104 %{_mandir}/man1/fluidsynth* 98 #%exclude %{_bindir}/fluidsy2.dll99 #%exclude %{_bindir}/fluidsynth.dbg100 #%exclude %{_bindir}/fluidsy2.dbg101 105 102 106 %files libs … … 117 121 118 122 %changelog 123 * Tue Sep 22 2020 Elbert Pol <elbert.pol@gmail.com> - 2.1.5-1 124 - Update to latest version 125 - Add debug package 126 127 * Mon Jul 20 2020 Elbert Pol <elbert.pol@gmail.com> - 2.1.4-1 128 - Updated to latest source 129 130 * Tue Jun 16 2020 Elbert Pol <elbert.pol@gmail.com> - 2.1.3-1 131 - Updated to latest source 132 119 133 * Sun May 03 2020 Elbert Pol <elbert.pol@gmail.com> - 2.1.2-1 120 134 - Updated to latest source
Note:
See TracChangeset
for help on using the changeset viewer.