Author: qboosh Date: Sun Dec 31 11:54:14 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - added gcc4 patch to fix build with gcc 4.1 - added flac patch to update to flac 1.1.3 API - added nosource patch to stop accessing source tree - BR: fftw-devel with fixed linking - release .2
---- Files affected: SPECS: rezound.spec (1.27 -> 1.28) ---- Diffs: ================================================================ Index: SPECS/rezound.spec diff -u SPECS/rezound.spec:1.27 SPECS/rezound.spec:1.28 --- SPECS/rezound.spec:1.27 Wed Oct 19 00:15:36 2005 +++ SPECS/rezound.spec Sun Dec 31 12:54:09 2006 @@ -8,7 +8,7 @@ Summary(pl): ReZound - graficzny edytor plików dźwiękowych Name: rezound Version: 0.12.2 -Release: 0.beta.1 +Release: 0.beta.2 License: GPL Group: X11/Applications/Sound Source0: http://dl.sourceforge.net/rezound/%{name}-%{version}beta.tar.gz @@ -17,16 +17,18 @@ Source2: %{name}.png Patch0: %{name}-opt.patch Patch1: %{name}-fox.patch +Patch2: %{name}-gcc4.patch +Patch3: %{name}-flac.patch +Patch4: %{name}-nosource.patch URL: http://rezound.sourceforge.net/ %{?with_alsa:BuildRequires: alsa-lib-devel >= 1.0.0} BuildRequires: audiofile-devel >= 1:0.2.3 BuildRequires: autoconf BuildRequires: automake BuildRequires: bison >= 1.875-3 +BuildRequires: fftw-devel >= 2.1.5-4 # libFLAC,libFLAC++ -BuildRequires: flac-devel -BuildRequires: fftw-devel >= 2.1.3 -BuildRequires: flac-devel >= 1.1.0 +BuildRequires: flac-devel >= 1.1.3 BuildRequires: flex BuildRequires: fox-devel >= 1.2 %{?with_jack:BuildRequires: jack-audio-connection-kit-devel} @@ -54,6 +56,9 @@ %setup -q -n %{name}-%{version}beta %patch0 -p1 %patch1 -p1 +%patch2 -p1 +%patch3 -p1 +%patch4 -p1 %build %{__libtoolize} @@ -98,6 +103,13 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.28 2006/12/31 11:54:09 qboosh +- added gcc4 patch to fix build with gcc 4.1 +- added flac patch to update to flac 1.1.3 API +- added nosource patch to stop accessing source tree +- BR: fftw-devel with fixed linking +- release .2 + Revision 1.27 2005/10/18 22:15:36 qboosh - updated to 0.12.2, added fox patch (to build with fox 1.6.0) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/rezound.spec?r1=1.27&r2=1.28&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
