]> git.pld-linux.org Git - packages/SDL_mixer.git/commitdiff
- cleanup
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 7 Sep 2010 06:20:26 +0000 (06:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated libtool BR
- BR: flac, libmikmod

Changed files:
    SDL_mixer.spec -> 1.60

SDL_mixer.spec

index a932f1287c9191d98174d5b80d5e168ed70207ae..96d7a96d9da93fae33d1e47d6d1ea0d69422ab4f 100644 (file)
@@ -14,13 +14,21 @@ URL:                http://www.libsdl.org/projects/SDL_mixer/
 BuildRequires: SDL-devel >= 1.2.10
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: SDL-devel >= 1.2.10
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: libtool
+BuildRequires: flac-devel >= 1.2.0
+BuildRequires: libtool >= 2:2.0
+BuildRequires: libmikmod-devel >= 3.1.10
 BuildRequires: libvorbis-devel >= 1:1.0
 BuildRequires: smpeg-devel >= 0.4.4-11
 Requires:      SDL >= 1.2.10
 Obsoletes:     libSDL_mixer1.2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 BuildRequires: libvorbis-devel >= 1:1.0
 BuildRequires: smpeg-devel >= 0.4.4-11
 Requires:      SDL >= 1.2.10
 Obsoletes:     libSDL_mixer1.2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+# NOTE: libraries dlopened by sonames detected at build time:
+# libFLAC.so.8
+# libmikmod.so.2
+# libsmpeg-0.4.so.0
+# libvorbisfile.so.3
+
 %description
 Due to popular demand, here is a simple multi-channel audio mixer. It
 supports 4 channels of 16 bit stereo audio, plus a single channel of
 %description
 Due to popular demand, here is a simple multi-channel audio mixer. It
 supports 4 channels of 16 bit stereo audio, plus a single channel of
@@ -77,16 +85,11 @@ Bibliotecas estáticas para desenvolvimento com SDL_mixer.
 %patch0 -p1
 %patch1 -p1
 
 %patch0 -p1
 %patch1 -p1
 
-rm -f acinclude.m4
-
 %build
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
 %build
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
-%configure \
-       ogg_lib=libvorbisfile.so.3 \
-       smpeg_lib=libsmpeg-0.4.so.0 \
-       --enable-music-mod
+%configure
 %{__make}
 
 %install
 %{__make}
 
 %install
This page took 0.083157 seconds and 4 git commands to generate.