# # ChangeLog for /branches/libffado-scons_porting_work/config.h.in # # Generated by Trac 0.10.4 # 03/28/24 17:38:33 # 08/21/07 13:29:40 arnonym [551] * branches/libffado-scons_porting_work/config.h.in (modified) SSE is not used anywhere? 08/20/07 09:57:14 arnonym [527] * branches/libffado-scons_porting_work/config.h.in (modified) * branches/libffado-scons_porting_work/SConstruct (modified) * branches/libffado-scons_porting_work/src/devicemanager.cpp (modified) * branches/libffado-scons_porting_work/src/SConscript (modified) More on the installation. and the directory for the cache is now defined via config.h so adopt the devicemanager to it. I think I have to look into libtool for the installation of libs... And there should probably be a configure-check for the architecture, as I don't think that everybody needs the -fpic. 08/20/07 06:39:51 arnonym [526] * branches/libffado-scons_porting_work/config.h.in (modified) * branches/libffado-scons_porting_work/libffado.pc.in (modified) * branches/libffado-scons_porting_work/libffado/SConscript (copied) * branches/libffado-scons_porting_work/SConstruct (modified) * branches/libffado-scons_porting_work/src/SConscript (modified) installing ffado should work now (it does here). simply do "scons install" to get the lib, header and pkg-config file installed to the PREFIX... 08/16/07 13:04:44 arnonym [519] * branches/libffado-scons_porting_work/config.h.in (added) * branches/libffado-scons_porting_work/pkgconfig.py (added) * branches/libffado-scons_porting_work/pyuic.py (added) * branches/libffado-scons_porting_work/scanreplace.py (added) * branches/libffado-scons_porting_work/SConstruct (added) * branches/libffado-scons_porting_work/src/SConscript (added) * branches/libffado-scons_porting_work/support/mixer/SConscript (added) * branches/libffado-scons_porting_work/support/SConscript (added) * branches/libffado-scons_porting_work/tests/SConscript (added) * branches/libffado-scons_porting_work/tests/streaming/SConscript (added) Add the first version of scons-support to ffado. Everything seems to build correctly. Installing and library- versioning is not implemented yet. [Hopefully this gets into the right branch.]