Author: qboosh Date: Wed Apr 14 18:30:07 2010 GMT Module: packages Tag: HEAD ---- Log message: - updated to 1.0.21 - added bcond_without octave
---- Files affected: packages/libsndfile: libsndfile.spec (1.69 -> 1.70) ---- Diffs: ================================================================ Index: packages/libsndfile/libsndfile.spec diff -u packages/libsndfile/libsndfile.spec:1.69 packages/libsndfile/libsndfile.spec:1.70 --- packages/libsndfile/libsndfile.spec:1.69 Tue Nov 10 13:52:07 2009 +++ packages/libsndfile/libsndfile.spec Wed Apr 14 20:30:01 2010 @@ -1,40 +1,40 @@ # $Revision$, $Date$ # TODO: -# - compare flac.patch with Fedora/Gentoo equivalent # - who needs sndfile-regtest? # # Conditional build: %bcond_with regtest # build sndfile-regtest program +%bcond_without octave # don't build octave binding %bcond_without static_libs # don't build static library %bcond_without tests # don't build tests # Summary: C library for reading and writing files containing sampled sound Summary(pl.UTF-8): Biblioteka obsługi plików dźwiękowych Name: libsndfile -Version: 1.0.20 -Release: 2 +Version: 1.0.21 +Release: 1 License: LGPL v2.1+ -Vendor: Erik de Castro Lopo <[email protected]> Group: Development/Libraries -Source0: http://www.mega-nerd.com/libsndfile/%{name}-%{version}.tar.gz -# Source0-md5: e0553e12c7a467af44693e95e2eac668 +Source0: http://www.mega-nerd.com/libsndfile/files/%{name}-%{version}.tar.gz +# Source0-md5: 880a40ec636ab2185b97f8927299b292 Patch0: octave32.patch URL: http://www.mega-nerd.com/libsndfile/ BuildRequires: alsa-lib-devel -BuildRequires: autoconf >= 2.54 +BuildRequires: autoconf >= 2.57 BuildRequires: automake BuildRequires: fftw3-devel -BuildRequires: flac-devel >= 1.1.3 +BuildRequires: flac-devel >= 1.2.1 BuildRequires: gcc-fortran BuildRequires: jack-audio-connection-kit-devel BuildRequires: lapack-devel +BuildRequires: libogg-devel >= 2:1.1.3 %{?with_tests:BuildRequires: libstdc++-devel} BuildRequires: libtool -BuildRequires: libvorbis-devel -BuildRequires: octave-devel +BuildRequires: libvorbis-devel >= 1:1.2.3 +%{?with_octave:BuildRequires: octave-devel} BuildRequires: pkgconfig BuildRequires: sed >= 4.0 -%{?with_regtest:BuildRequires: sqlite3-devel} +%{?with_regtest:BuildRequires: sqlite3-devel >= 3.2} Obsoletes: libsndfile1 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -54,7 +54,7 @@ Summary(pl.UTF-8): Pliki nagłówkowe oraz dokumentacja do libsndfile Group: Development/Libraries Requires: %{name} = %{version}-%{release} -Requires: flac-devel >= 1.1.1 +Requires: flac-devel >= 1.2.1 Obsoletes: libsndfile1-devel %description devel @@ -98,9 +98,9 @@ %description progs libsndfile utility programs: -- sndfile-convert − convert a sound files from one format to another -- sndfile-info − display information about a sound file -- sndfile-play − play a sound file +- sndfile-convert - convert a sound files from one format to another +- sndfile-info - display information about a sound file +- sndfile-play - play a sound file %description progs -l pl.UTF-8 Narzędzia z biblioteki libsndfile: @@ -162,12 +162,14 @@ %{_libdir}/libsndfile.a %endif +%if %{with octave} %files octave %defattr(644,root,root,755) %{_datadir}/octave/site/m/sndfile_*.m %dir %{_libdir}/octave/*/site/oct/*/sndfile %{_libdir}/octave/*/site/oct/*/sndfile/PKG_ADD %attr(755,root,root) %{_libdir}/octave/*/site/oct/*/sndfile/sndfile.oct +%endif %files progs %defattr(644,root,root,755) @@ -180,6 +182,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.70 2010/04/14 18:30:01 qboosh +- updated to 1.0.21 +- added bcond_without octave + Revision 1.69 2009/11/10 12:52:07 baggins - rel 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libsndfile/libsndfile.spec?r1=1.69&r2=1.70&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
