Author: qboosh Date: Sat Dec 17 20:04:46 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated dependencies (added glib2, dbus; updated versions) - dropped bogus --enable-coreaudio (CoreAudio is Mac specific)
---- Files affected: packages/fluidsynth: fluidsynth.spec (1.44 -> 1.45) ---- Diffs: ================================================================ Index: packages/fluidsynth/fluidsynth.spec diff -u packages/fluidsynth/fluidsynth.spec:1.44 packages/fluidsynth/fluidsynth.spec:1.45 --- packages/fluidsynth/fluidsynth.spec:1.44 Tue Sep 6 09:14:41 2011 +++ packages/fluidsynth/fluidsynth.spec Sat Dec 17 21:04:41 2011 @@ -1,8 +1,8 @@ # $Revision$, $Date$ # # Conditional build: -%bcond_with ladcca # enable ladcca sesion managment support -%bcond_with readline # build with readline lib line editing +%bcond_with ladcca # enable ladcca sesion management support (deprecated) +%bcond_without readline # build with readline lib line editing %bcond_with sse # use the SSE instructions of Pentium3+ or Athlon XP %bcond_without static_libs # don't build static library # @@ -15,21 +15,22 @@ Name: fluidsynth Version: 1.1.5 Release: 1 -License: LGPL +License: LGPL v2+ Group: Applications/Sound Source0: http://downloads.sourceforge.net/fluidsynth/%{name}-%{version}.tar.bz2 # Source0-md5: 835b98b0ddedbb9cc24b53d66cf900c3 URL: http://www.fluidsynth.org/ -BuildRequires: alsa-lib-devel >= 0.9.0 +BuildRequires: alsa-lib-devel >= 0.9.1 BuildRequires: autoconf >= 2.52 BuildRequires: automake +BuildRequires: dbus-devel >= 1.0.0 BuildRequires: gettext-devel -BuildRequires: glib2-devel +BuildRequires: glib2-devel >= 1:2.6.5 BuildRequires: jack-audio-connection-kit-devel %{?with_ladcca:BuildRequires: ladcca-devel < 0.4.0} %{?with_ladcca:BuildRequires: ladcca-devel >= 0.3.1} BuildRequires: ladspa-devel -BuildRequires: lash-devel +BuildRequires: lash-devel >= 0.3 BuildRequires: libsndfile-devel >= 1.0.18 BuildRequires: libtool BuildRequires: pkgconfig @@ -37,7 +38,9 @@ BuildRequires: pulseaudio-devel >= 0.9.8 %{?with_readline:BuildRequires: readline-devel} BuildRequires: rpmbuild(macros) >= 1.213 -Requires: alsa-lib +Requires: alsa-lib >= 0.9.1 +Requires: glib2 >= 1:2.6.5 +Requires: libsndfile >= 1.0.18 Suggests: soundfont-fluid BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -54,9 +57,11 @@ Summary(pl.UTF-8): Pliki nagłówkowe dla FluidSynth Group: Development/Libraries Requires: %{name} = %{version}-%{release} -Requires: alsa-lib-devel >= 0.9.0 +Requires: alsa-lib-devel >= 0.9.1 +Requires: dbus-devel >= 1.0.0 +Requires: glib2-devel >= 1:2.6.5 Requires: jack-audio-connection-kit-devel -Requires: lash-devel +Requires: lash-devel >= 0.3 Requires: libsndfile-devel >= 1.0.18 Requires: portaudio-devel >= 19 Requires: pulseaudio-devel >= 0.9.8 @@ -96,7 +101,6 @@ %{!?with_ladcca:--disable-ladcca} \ %{!?with_static_libs:--disable-static} \ %{?with_sse:--enable-SSE} \ - --enable-coreaudio \ --enable-jack-support \ --enable-ladspa \ --enable-profiling \ @@ -146,6 +150,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.45 2011/12/17 20:04:41 qboosh +- updated dependencies (added glib2, dbus; updated versions) +- dropped bogus --enable-coreaudio (CoreAudio is Mac specific) + Revision 1.44 2011/09/06 07:14:41 lisu - updated to 1.1.5 - bump version of soname ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/fluidsynth/fluidsynth.spec?r1=1.44&r2=1.45&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
