Ignore:
Timestamp:
Sep 30, 2020, 8:37:34 PM (5 years ago)
Author:
tellie
Message:

spec: speexdsp: Release version 1.2.0-1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/fluidsynth.spec

    r1708 r1711  
    11Summary:      Real-time software synthesizer
    22Name:         fluidsynth
    3 Version:      2.1.2
     3Version:      2.1.5
    44Release:      1%{?dist}
    55URL:          http://www.fluidsynth.org/
     
    1010%scm_source github http://github.com/komh/fluidsynth-os2 master
    1111
     12%if !0%{?os2_version}
    1213# Re-fix multi-lib conflict RHBZ#528240
    13 #Patch0:       fluidsynth-no_date_footer.patch
     14Patch0:       fluidsynth-no_date_footer.patch
     15%endif
    1416
    1517BuildRequires: libogg-devel
    1618BuildRequires: flac-devel
    1719BuildRequires: libvorbis-devel
    18 #BuildRequires: alsa-lib-devel
    1920BuildRequires: cmake
    20 #BuildRequires: dbus-devel
    2121BuildRequires: gcc
    22 #%if !0%{?flatpak}
    23 #BuildRequires: jack-audio-connection-kit-devel
    24 #%endif
    25 #BuildRequires: ladspa-devel
    2622BuildRequires: libsndfile-devel
    2723BuildRequires: ncurses-devel
    2824BuildRequires: pkgconfig
     25BuildRequires: readline-devel
     26
     27%if !0%{?os2_version}
     28BuildRequires: jack-audio-connection-kit-devel
     29BuildRequires: ladspa-devel
     30BuildRequires: alsa-lib-devel
     31BuildRequires: dbus-devel
     32BuildRequires: pulseaudio-libs-devel
     33BuildRequires: portaudio-devel
     34%endif
     35
    2936# Disabled for now:
    3037# http://sourceforge.net/apps/trac/fluidsynth/ticket/51
    3138# To enable portaudio support one also has to pass
    3239# -Denable-portaudio=on to cmake
    33 # BuildRequires: portaudio-devel
    34 #BuildRequires: pulseaudio-libs-devel
    35 BuildRequires: readline-devel
    3640
    3741# For documentation:
     
    6367for building programs that link against fluidsynth.
    6468
     69%debug_package
     70
    6571%prep
    6672%scm_setup
     
    7884#%endif
    7985
    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
    8189%{cmake} ..
    82 #popd
    8390cd ..
    8491
     
    96103%{_bindir}/fluid*.exe
    97104%{_mandir}/man1/fluidsynth*
    98 #%exclude %{_bindir}/fluidsy2.dll
    99 #%exclude %{_bindir}/fluidsynth.dbg
    100 #%exclude %{_bindir}/fluidsy2.dbg
    101105
    102106%files libs
     
    117121
    118122%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
    119133* Sun May 03 2020 Elbert Pol <elbert.pol@gmail.com> - 2.1.2-1
    120134- Updated to latest source
Note: See TracChangeset for help on using the changeset viewer.