Author: glen Date: Sat Oct 6 17:30:23 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - pass CXX,CC, files fix
---- Files affected: SPECS: ardour.spec (1.38 -> 1.39) ---- Diffs: ================================================================ Index: SPECS/ardour.spec diff -u SPECS/ardour.spec:1.38 SPECS/ardour.spec:1.39 --- SPECS/ardour.spec:1.38 Sat Oct 6 16:52:06 2007 +++ SPECS/ardour.spec Sat Oct 6 19:30:18 2007 @@ -17,12 +17,10 @@ URL: http://ardour.org/ BuildRequires: alsa-lib-devel >= 0.9.0 BuildRequires: boost-devel -BuildRequires: gettext-devel -# included libsndfile needs patch (wants FLAC__seekable_stream_decoder_set_read_callback) -# (in ardour itself only one UI option depends on HAVE_FLAC) BuildRequires: cairomm-devel BuildRequires: fftw3-single-devel >= 3 BuildRequires: flac-devel +BuildRequires: gettext-devel BuildRequires: glib2-devel >= 1:2.10.1 BuildRequires: gtk+2-devel >= 2:2.8.1 BuildRequires: gtkmm-devel >= 2.8.0 @@ -35,6 +33,8 @@ BuildRequires: libraptor-devel >= 1.4.2 BuildRequires: libsamplerate-devel >= 0.1.2 BuildRequires: libsigc++-devel >= 2.0 +# included libsndfile needs patch (wants FLAC__seekable_stream_decoder_set_read_callback) +# (in ardour itself only one UI option depends on HAVE_FLAC) # internal one used #BuildRequires: libsndfile-devel >= 1.0.0 BuildRequires: libstdc++-devel @@ -74,6 +74,9 @@ echo "You need to have /proc mounted in order to build this package!" exit 1 fi + +CXX="%{__cxx}" \ +CC="%{__cc}" \ %scons \ PREFIX=%{_prefix} \ SYSLIBS=1 \ @@ -109,7 +112,7 @@ %files -f %{name}.lang %defattr(644,root,root,755) -%doc DOCUMENTATION/{AUTHORS,CONTRIBUTORS,FAQ,README,TODO,TRANSLATORS} +%doc DOCUMENTATION/{AUTHORS,CONTRIBUTORS,FAQ,TRANSLATORS} %lang(es) %doc DOCUMENTATION/{AUTHORS.es,CONTRIBUTORS.es,README.es} %lang(fr) %doc DOCUMENTATION/README.fr %lang(it) %doc DOCUMENTATION/README.it @@ -145,6 +148,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.39 2007/10/06 17:30:18 glen +- pass CXX,CC, files fix + Revision 1.38 2007/10/06 14:52:06 glen - jackit > 0.103 for jack_port_ensure_monitor (could be earlier ver) @@ -214,10 +220,10 @@ - typo Revision 1.16 2004/05/13 09:37:26 adasi - - reverted last change, libraptor-devel is required by liblrdf-devel +- reverted last change, libraptor-devel is required by liblrdf-devel Revision 1.15 2004/05/13 09:31:22 adasi - - added libraptor-devel BR +- added libraptor-devel BR Revision 1.14 2004/02/12 20:08:40 freetz - added nptl fix patch (missing include) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ardour.spec?r1=1.38&r2=1.39&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
