I know it isn't ready but I would like to try to build the git version from scratch (on LFS).
I have already installed those prerequisites: xorg7 (without xrx compiz grandr mkcfm xcompmgr xphelloworld libAppleWM libWindowsWM libpthread-stubs) XCB (with libpthread-stubs) dbus-1.5.6 qt-3.3.8d (patched for libpng-1.5.4) qt-4.7.4 dbus-1-qt3-0.9 dbus-python-0.84.0 libart-lgpl-2.3.21 (patched)
From what I see in git, I'm going to build: tqt3 tqtinterface arts tdelibs dbus-tqt dbus-1-tqt python-tqt tdebase
Here is my questions:
- Is it the right order?
- Am I missing something?
- arts: how to include jack support? -ljack? -DWITH_JACK? -DHAVE_LIBJACK? export HAVE_LIBJACK? nothing of these worked last time I tried, but without cmake I had: $ ldd /opt/trinity/lib64/libartsflow.so.1.0.0 > libjack.so.0 => /usr/lib64/../lib64/libjack.so.0 (0x00007f9b7cc18000) Is it worth a bug report?
- tqt3: does it completely replace qt3?
- dbus-1-tqt: does it replace dbus-1-qt3-0.9?
- python-tqt: does it replace dbus-python-0.84.0?