Author: qboosh Date: Thu Dec 28 01:02:54 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - added flac patch (for flac 1.1.3 API) - added -I/usr/include/speex to CPPFLAGS (for speex 1.1.6+)
---- Files affected: SPECS: SDL_sound.spec (1.16 -> 1.17) ---- Diffs: ================================================================ Index: SPECS/SDL_sound.spec diff -u SPECS/SDL_sound.spec:1.16 SPECS/SDL_sound.spec:1.17 --- SPECS/SDL_sound.spec:1.16 Tue Dec 26 14:09:12 2006 +++ SPECS/SDL_sound.spec Thu Dec 28 02:02:49 2006 @@ -8,11 +8,12 @@ Group: Libraries Source0: http://www.icculus.org/SDL_sound/downloads/%{name}-%{version}.tar.gz # Source0-md5: 49e197ef7c8ab623d0640dc74be43160 +Patch0: %{name}-flac.patch URL: http://www.icculus.org/SDL_sound/ BuildRequires: SDL-devel >= 1.2.6 BuildRequires: autoconf BuildRequires: automake -BuildRequires: flac-devel +BuildRequires: flac-devel >= 1.1.3 BuildRequires: libmikmod-devel >= 3.1.5 BuildRequires: libmodplug-devel BuildRequires: libvorbis-devel >= 1:1.0-6 @@ -55,7 +56,7 @@ Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: SDL-devel >= 1.2.6 -Requires: flac-devel +Requires: flac-devel >= 1.1.3 Requires: libmikmod-devel >= 3.1.5 Requires: libmodplug-devel Requires: libvorbis-devel >= 1:1.0 @@ -82,6 +83,7 @@ %prep %setup -q +%patch0 -p1 echo 'AC_DEFUN([AM_PATH_VORBIS],[XIPH_PATH_VORBIS])' > acinclude.m4 @@ -91,7 +93,7 @@ %{__autoconf} %{__autoheader} %{__automake} -CPPFLAGS="-I/usr/include/libmodplug" +CPPFLAGS="-I/usr/include/libmodplug -I/usr/include/speex" %configure %{__make} @@ -129,6 +131,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.17 2006/12/28 01:02:49 qboosh +- added flac patch (for flac 1.1.3 API) +- added -I/usr/include/speex to CPPFLAGS (for speex 1.1.6+) + Revision 1.16 2006/12/26 13:09:12 wolf - rel 4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/SDL_sound.spec?r1=1.16&r2=1.17&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
