SPECS: SDL_mixer.spec - updated to 1.2.7, updated timidity_cfg pat...
qboosh
qboosh at pld-linux.org
Sat May 20 01:43:45 CEST 2006
Author: qboosh Date: Fri May 19 23:43:45 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 1.2.7, updated timidity_cfg patch, added acfix patch
- libvorbis and smpeg libs are dlopened now, pass sonames to support lib64
---- Files affected:
SPECS:
SDL_mixer.spec (1.49 -> 1.50)
---- Diffs:
================================================================
Index: SPECS/SDL_mixer.spec
diff -u SPECS/SDL_mixer.spec:1.49 SPECS/SDL_mixer.spec:1.50
--- SPECS/SDL_mixer.spec:1.49 Sun Mar 26 17:40:01 2006
+++ SPECS/SDL_mixer.spec Sat May 20 01:43:40 2006
@@ -3,20 +3,22 @@
Summary(pl): Prosta biblioteka miksera
Summary(pt_BR): SDL - Biblioteca para mixagem
Name: SDL_mixer
-Version: 1.2.6
-Release: 3
+Version: 1.2.7
+Release: 1
License: LGPL
Group: Libraries
Source0: http://www.libsdl.org/projects/SDL_mixer/release/%{name}-%{version}.tar.gz
-# Source0-md5: 2b8beffad9179d80e598c22c80efb135
+# Source0-md5: 7959b89c8f8f1564ca90968f6c88fa1e
Patch0: %{name}-timidity_cfg.patch
+Patch1: %{name}-acfix.patch
URL: http://www.libsdl.org/projects/SDL_mixer/
-BuildRequires: SDL-devel >= 1.2.5-2
+BuildRequires: SDL-devel >= 1.2.10
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
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)
@@ -42,9 +44,7 @@
Summary(pt_BR): Bibliotecas e arquivos de inclusăo para desenvolvimento de aplicaçőes SDL
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
-Requires: SDL-devel >= 1.2.5-2
-Requires: libvorbis-devel >= 1:1.0
-Requires: smpeg-devel >= 0.4.4-11
+Requires: SDL-devel >= 1.2.10
Obsoletes: libSDL_mixer1.2-devel
%description devel
@@ -75,15 +75,17 @@
%prep
%setup -q
-%patch -p1
+%patch0 -p1
+%patch1 -p1
%build
rm -f acinclude.m4
%{__libtoolize}
%{__aclocal}
-%{__automake}
%{__autoconf}
%configure \
+ ogg_lib=libvorbisfile.so.3 \
+ smpeg_lib=libsmpeg-0.4.so.0 \
--disable-music-libmikmod \
--enable-music-mod
%{__make}
@@ -92,12 +94,9 @@
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_bindir}
-%{__make} install \
+%{__make} install install-bin \
DESTDIR=$RPM_BUILD_ROOT
-libtool install playmus $RPM_BUILD_ROOT%{_bindir}
-libtool install playwave $RPM_BUILD_ROOT%{_bindir}
-
%clean
rm -rf $RPM_BUILD_ROOT
@@ -127,6 +126,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.50 2006/05/19 23:43:40 qboosh
+- updated to 1.2.7, updated timidity_cfg patch, added acfix patch
+- libvorbis and smpeg libs are dlopened now, pass sonames to support lib64
+
Revision 1.49 2006/03/26 15:40:01 patrys
- drop X11 requirements
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/SDL_mixer.spec?r1=1.49&r2=1.50&f=u
More information about the pld-cvs-commit
mailing list