Author: qboosh Date: Tue Jan 17 20:16:55 2012 GMT Module: packages Tag: HEAD ---- Log message: - updated to 1.2.12
---- Files affected: packages/SDL_mixer: SDL_mixer.spec (1.61 -> 1.62) ---- Diffs: ================================================================ Index: packages/SDL_mixer/SDL_mixer.spec diff -u packages/SDL_mixer/SDL_mixer.spec:1.61 packages/SDL_mixer/SDL_mixer.spec:1.62 --- packages/SDL_mixer/SDL_mixer.spec:1.61 Sat Jan 29 01:06:04 2011 +++ packages/SDL_mixer/SDL_mixer.spec Tue Jan 17 21:16:50 2012 @@ -1,14 +1,18 @@ # $Revision$, $Date$ +# +# Conditional build: +%bcond_with modplug # use modplug for MOD support (mikmod is used by default) +# Summary: Simple DirectMedia Layer - Sample Mixer Library Summary(pl.UTF-8): Prosta biblioteka miksera Summary(pt_BR.UTF-8): SDL - Biblioteca para mixagem Name: SDL_mixer -Version: 1.2.11 +Version: 1.2.12 Release: 1 License: LGPL v2+ Group: Libraries Source0: http://www.libsdl.org/projects/SDL_mixer/release/%{name}-%{version}.tar.gz -# Source0-md5: 65ada3d997fe85109191a5fb083f248c +# Source0-md5: e03ff73d77a55e3572ad0217131dc4a1 Patch0: %{name}-timidity_cfg.patch Patch1: %{name}-acfix.patch URL: http://www.libsdl.org/projects/SDL_mixer/ @@ -16,8 +20,10 @@ BuildRequires: autoconf BuildRequires: automake BuildRequires: flac-devel >= 1.2.0 +BuildRequires: fluidsynth-devel BuildRequires: libtool >= 2:2.0 BuildRequires: libmikmod-devel >= 3.1.10 +%{?with_modplug:BuildRequires: libmodplug-devel >= 0.8.7} BuildRequires: libvorbis-devel >= 1:1.0 BuildRequires: smpeg-devel >= 0.4.4-11 Requires: SDL >= 1.2.10 @@ -26,6 +32,7 @@ # NOTE: libraries dlopened by sonames detected at build time: # libFLAC.so.8 +# libfluidsynth.so.1 # libmikmod.so.2 # libsmpeg-0.4.so.0 # libvorbisfile.so.3 @@ -90,7 +97,9 @@ %{__libtoolize} %{__aclocal} %{__autoconf} -%configure +%configure \ + --enable-music-fluidsynth-midi \ + %{?with_modplug:--enable-music-mod-modplug} %{__make} %install @@ -110,7 +119,7 @@ %doc CHANGES README %attr(755,root,root) %{_bindir}/playmus %attr(755,root,root) %{_bindir}/playwave -%attr(755,root,root) %{_libdir}/libSDL_mixer-*.so.*.*.* +%attr(755,root,root) %{_libdir}/libSDL_mixer-1.2.so.*.*.* %attr(755,root,root) %ghost %{_libdir}/libSDL_mixer-1.2.so.0 %files devel @@ -130,6 +139,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.62 2012/01/17 20:16:50 qboosh +- updated to 1.2.12 + Revision 1.61 2011/01/29 00:06:04 sparky - dropped pre-cvs changelog ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/SDL_mixer/SDL_mixer.spec?r1=1.61&r2=1.62&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
