<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.trinitydesktop.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gamerappa</id>
	<title>Trinity Desktop Project Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.trinitydesktop.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gamerappa"/>
	<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.org/Special:Contributions/Gamerappa"/>
	<updated>2026-04-15T13:51:18Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.13</generator>
	<entry>
		<id>https://wiki.trinitydesktop.org/index.php?title=How_to_Build_TDE_Core_Modules&amp;diff=1841</id>
		<title>How to Build TDE Core Modules</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.org/index.php?title=How_to_Build_TDE_Core_Modules&amp;diff=1841"/>
		<updated>2021-11-22T21:54:13Z</updated>

		<summary type="html">&lt;p&gt;Gamerappa: replace mentions of QT4 and KDE4 to QT5 and KDE Plasma&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
[[Category:Developers]]&lt;br /&gt;
This HowTo provides detailed notes and explanations for building the Trinity Desktop Environment base&lt;br /&gt;
packages.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Introduction and Requirements==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Basic Building Requirements===&lt;br /&gt;
&lt;br /&gt;
Individual Linux distributions might have different build requirements. If these are known they will be available &lt;br /&gt;
on the Distribution Specific Builds page.&lt;br /&gt;
&lt;br /&gt;
There is an ongoing effort to convert the build process from autotools to cmake. Until the cmake conversion is &lt;br /&gt;
complete, both cmake and autotools are needed to build Trinity packages. cmake 2.8.12 or more recent is expected &lt;br /&gt;
when building with cmake.&lt;br /&gt;
&lt;br /&gt;
To build the packages still using autotools, you will need a standard autotools setup (automake, autoconf, etc.)&lt;br /&gt;
&lt;br /&gt;
You&amp;#039;ll also need a C++ compiler. g++ from the GNU Compiler Collection is the most usual, the current GIT version of Trinity has been tested &lt;br /&gt;
against versions up to and including 4.6. clang++ is also supported.&lt;br /&gt;
&lt;br /&gt;
===Other Requirements===&lt;br /&gt;
&lt;br /&gt;
(NOTE:  List compiled from old QT3/kdelibs/kde-base ebuilds--will someone please check these?)&lt;br /&gt;
&lt;br /&gt;
Most of the non-build-related mandatory dependencies for the core Trinity packages are pretty basic:&lt;br /&gt;
&lt;br /&gt;
*an X server&lt;br /&gt;
*openssl&lt;br /&gt;
*fontconfig&lt;br /&gt;
*freetype&lt;br /&gt;
*ghostscript&lt;br /&gt;
*xdg support&lt;br /&gt;
*libpng&lt;br /&gt;
*libmng&lt;br /&gt;
&lt;br /&gt;
If your Linux distribution came with any kind of graphical environment at all, you should already have&lt;br /&gt;
this stuff.&lt;br /&gt;
&lt;br /&gt;
To build tdepim, you will also need libical (standard on many distros).&lt;br /&gt;
&lt;br /&gt;
See Additional Functionality for a list of optional dependencies and what they enable.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===About QT3===&lt;br /&gt;
&lt;br /&gt;
Trinity uses the QT3 widget toolkit.  Since Trolltech, the original owners, dropped support for QT3&lt;br /&gt;
several years ago, the Trinity Project has taken over QT3&amp;#039;s maintenance.  In other words, we&amp;#039;re now&lt;br /&gt;
QT3 upstream, and you should be obtaining your QT3 sources from the Trinity package tarballs or GIT repository.&lt;br /&gt;
&lt;br /&gt;
The version of QT3 used with Trinity 3.5.13 and later incorporates numerous patches.  If you&amp;#039;re trying to &lt;br /&gt;
use an old QT3/KDE3 packaging build setup for your distribution with Trinity&amp;#039;s QT3, don&amp;#039;t be too surprised &lt;br /&gt;
if some patches don&amp;#039;t apply.  Unless the patch is distribution-specific, chances are that it&amp;#039;s been added&lt;br /&gt;
to the main source tree.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===About libart===&lt;br /&gt;
&lt;br /&gt;
libart-lgpl is another dependency package that the Trinity Project has taken over after it was &lt;br /&gt;
[https://bugzilla.gnome.org/show_bug.cgi?id=155472#c4 dropped] by its original maintainer, because &lt;br /&gt;
it needed several [http://git.trinitydesktop.org/cgit/libart-lgpl/diff/?id=150562b89b645c402f1bb837a09f8b84bf6e49ec patches] &lt;br /&gt;
to prevent crashes.  The version of libart provided by the Trinity Project includes those patches and is &lt;br /&gt;
intended to be a replacement for any version of libart currently installed by any distro. Build this patched version &lt;br /&gt;
of libart and replace the stock libart installed with the distro.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Coexisting with QT5/KDE Plasma===&lt;br /&gt;
&lt;br /&gt;
Trinity is intended to be able to run on computers that also have KDE Plasma installed.  Originally, a lot of&lt;br /&gt;
Trinity applications had the same names as their KDE4 counterparts, which was problematic.  All of &lt;br /&gt;
those have been renamed.  In general, this was accomplished by changing the old KDE &amp;quot;K&amp;quot; prefix to a &lt;br /&gt;
&amp;quot;T&amp;quot; (&amp;quot;kwin&amp;quot; -&amp;gt; &amp;quot;twin&amp;quot;).  Applications that don&amp;#039;t match anything currently part of KDE Plasma have retained &lt;br /&gt;
their old names.&lt;br /&gt;
&lt;br /&gt;
To avoid stepping on KDE Plasma&amp;#039;s toes, we &amp;#039;&amp;#039;strongly&amp;#039;&amp;#039; suggest picking a specific subdirectory prefix to install Trinity&lt;br /&gt;
to--the one used in these directions is $PREFIX=/opt/trinity.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Preparing the Source==&lt;br /&gt;
&lt;br /&gt;
To use the release tarballs, just untar them somewhere.&lt;br /&gt;
&lt;br /&gt;
To live dangerously and use the GIT sources, read [[Notes on GIT Sources]] first.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Building==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Suggested Build Order===&lt;br /&gt;
&lt;br /&gt;
A lot of the Trinity core packages depend on one another (in particular, everything depends on tdelibs).&lt;br /&gt;
Follow this build order to prevent problems.&lt;br /&gt;
&lt;br /&gt;
Start with the required core packages:&lt;br /&gt;
&lt;br /&gt;
#tqt3 (replaces Qt3; Qt3 without the tqtinterface layer remains available)&lt;br /&gt;
#cmake-trinity&lt;br /&gt;
#tqtinterface&lt;br /&gt;
#arts&lt;br /&gt;
#dbus-tqt&lt;br /&gt;
#dbus-1-tqt&lt;br /&gt;
#tqca-tls (Recommended but required for some applications, such as the Kopete OTR add-on)&lt;br /&gt;
#libart-lgpl&lt;br /&gt;
#avahi-tqt (Recommended but required when supporting DNS discovery services)&lt;br /&gt;
#tdelibs&lt;br /&gt;
#tdebase&lt;br /&gt;
&lt;br /&gt;
At this point, you should have a functioning TDE desktop with basic utilities (terminal, file manager,&lt;br /&gt;
text/source editors, etc.)  If you&amp;#039;re going to build tdebindings and want Python support available,&lt;br /&gt;
continue with the Python linking packages (or skip over them if you don&amp;#039;t care about Python support):&lt;br /&gt;
&lt;br /&gt;
#sip4-tqt&lt;br /&gt;
#python-tqt&lt;br /&gt;
#pytdeextensions&lt;br /&gt;
#python-trinity&lt;br /&gt;
#tqscintilla &lt;br /&gt;
&lt;br /&gt;
The following build order seems to work well for the remaining core packages when building the stable release.&lt;br /&gt;
You don&amp;#039;t have to install everything, though, unless you&amp;#039;re packaging TDE for your distribution--pick the packages &lt;br /&gt;
that suit your use case.&lt;br /&gt;
&lt;br /&gt;
#tdebindings&lt;br /&gt;
#tdeaccessibility&lt;br /&gt;
#tdeutils&lt;br /&gt;
#tdemultimedia&lt;br /&gt;
#tdenetwork&lt;br /&gt;
#tdeadmin&lt;br /&gt;
#tdeartwork&lt;br /&gt;
#tdegames&lt;br /&gt;
#tdetoys&lt;br /&gt;
#tdeedu&lt;br /&gt;
#tdegraphics&lt;br /&gt;
#tdepim&lt;br /&gt;
#tdesdk (Build tdesdk after installing tdepim. tdepim provides libkcal (bugzilla) hooks for tdesdk.)&lt;br /&gt;
#tdevelop (Build tdevelop after tdesdk. tdesdk provides cvs support for tdevelop.)&lt;br /&gt;
#tdeaddons &lt;br /&gt;
&lt;br /&gt;
Once that&amp;#039;s done, you may want to add [[How to Build Extra Applications|some extra applications]] on top.&lt;br /&gt;
&lt;br /&gt;
===Building Packages with cmake===&lt;br /&gt;
&lt;br /&gt;
Starting from TDE version R14.0.11, the package cmake-trinity is mandatory prior to building, this package includes the required macros for the build.&lt;br /&gt;
&lt;br /&gt;
====List of Packages Building with cmake====&lt;br /&gt;
&lt;br /&gt;
cmake is the newer, easier, and more maintainable build system the Trinity Project is in the process of porting TDE source to.&lt;br /&gt;
&lt;br /&gt;
The list of modules maintained as an [https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/9 issue #9 in the TGW] indicates which core and dependency packages have already been converted, and their autotools build scripts are no longer maintained. Some other packages are in the process of conversion, but do not have complete cmake build scripts yet. Build everything not in the list above with autotools.&lt;br /&gt;
&lt;br /&gt;
Read the notes section below for individual package requirements before trying to build anything.&lt;br /&gt;
&lt;br /&gt;
====Performing a cmake Build with Ninja====&lt;br /&gt;
&lt;br /&gt;
The command listing below is only an example.  You will wish to edit the exports if your distribution&lt;br /&gt;
puts things in unusual locations or if you wish to install to somewhere other than /opt/trinity (tqtinterface&lt;br /&gt;
has special requirements--see the Notes).  Not all exports will be needed on all systems.&lt;br /&gt;
&lt;br /&gt;
 export PREFIX=/opt/trinity&lt;br /&gt;
 export SYSCONFDIR=/etc/trinity&lt;br /&gt;
 export LIBDIR=$PREFIX/lib&lt;br /&gt;
 export MANDIR=$PREFIX/man&lt;br /&gt;
 export TQTDIR=$PREFIX/tqt3&lt;br /&gt;
 export PATH=$TQTDIR/bin:$PREFIX/bin:$PATH&lt;br /&gt;
 export LD_LIBRARY_PATH=$LIBDIR:$LIBDIR/trinity:$LD_LIBRARY_PATH&lt;br /&gt;
 export PKG_CONFIG_PATH=:$LIBDIR/pkgconfig:$TQTDIR/lib/pkgconfig:$PKG_CONFIG_PATH&lt;br /&gt;
 # for lib64:&lt;br /&gt;
 # export LIBDIRSUFFIX=64&lt;br /&gt;
 #&lt;br /&gt;
 from the Trinity module:&lt;br /&gt;
 mkdir -p build &amp;amp;&amp;amp; cd build&lt;br /&gt;
 cmake -G &amp;quot;Ninja&amp;quot; \&lt;br /&gt;
    -DCMAKE_EXPORT_COMPILE_COMMANDS=&amp;quot;ON&amp;quot; \&lt;br /&gt;
    -DCMAKE_BUILD_TYPE=RelWithDebInfo \&lt;br /&gt;
    -DCMAKE_SKIP_RPATH=&amp;quot;OFF&amp;quot; \&lt;br /&gt;
    -DCMAKE_INSTALL_PREFIX=${PREFIX} \&lt;br /&gt;
    -DSYSCONF_INSTALL_DIR=${SYSCONFDIR} \&lt;br /&gt;
    -DLIB_SUFFIX=${LIBDIRSUFFIX} \&lt;br /&gt;
    -DMAN_INSTALL_DIR=${MANDIR} \&lt;br /&gt;
    -DBUILD_ALL=&amp;quot;ON&amp;quot; \&lt;br /&gt;
    -DWITH_ALL_OPTIONS=&amp;quot;ON&amp;quot; ..&lt;br /&gt;
  cmake --build . -- -v&lt;br /&gt;
&lt;br /&gt;
====Notes====&lt;br /&gt;
&lt;br /&gt;
*Until the cmake migration is fully completed, tqtinterface should be built to install with a $PREFIX of /usr rather than /opt/trinity, even if you are installing everything else to /opt/trinity.&lt;br /&gt;
&lt;br /&gt;
*tqtinterface requires the following additional QT-related build option:&lt;br /&gt;
&lt;br /&gt;
 -DQT_VERSION=3&lt;br /&gt;
&lt;br /&gt;
*arts and tdelibs execute compiled binaries as part of the build process. Therefore they need to have -DCMAKE_SKIP_RPATH=&amp;quot;OFF&amp;quot; set. All other modules do not need the RPATH set.&lt;br /&gt;
&lt;br /&gt;
*When building on 64-bit, the following (T)Qt3 configuration option might need to be explicitly declared in some distro build scripts:&lt;br /&gt;
&lt;br /&gt;
 -platform linux-g++-64 (rather than linux-g++ (notice the dash!))&lt;br /&gt;
&lt;br /&gt;
*If class constructor issues surface during the build, please post the error to the trinity-users list.&lt;br /&gt;
&lt;br /&gt;
===Building Packages with Autoconf===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Introduction====&lt;br /&gt;
&lt;br /&gt;
If the package you&amp;#039;re trying to build is on the list of those that will build with cmake, try that first, because &lt;br /&gt;
its autotools files will be unmaintained, bit-rotted, and possibly outright broken.&lt;br /&gt;
&lt;br /&gt;
Please read the notes section below for individual package requirements before trying to build anything.&lt;br /&gt;
&lt;br /&gt;
For those packages that still need to be built with autotools, the following steps must be run for each affected &lt;br /&gt;
Trinity module, including tarball snapshots.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Regenerate Autoconf/Automake files====&lt;br /&gt;
&lt;br /&gt;
cd to the desired module to build, then run:&lt;br /&gt;
&lt;br /&gt;
 cp -Rp &amp;lt;path to your system&amp;#039;s libtool.m4 file&amp;gt; admin/libtool.m4.in&lt;br /&gt;
 cp -Rp &amp;lt;path to your system&amp;#039;s ltmain.sh file&amp;gt; admin/ltmain.sh&lt;br /&gt;
 make -f admin/Makefile.common&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Configure and Build====&lt;br /&gt;
&lt;br /&gt;
 export PREFIX=/opt/trinity&lt;br /&gt;
 export SYSCONFDIR=/etc/trinity&lt;br /&gt;
 export LIBDIR=/opt/trinity/lib&lt;br /&gt;
 export MANDIR=/opt/trinity/man&lt;br /&gt;
 export QTDIR=/opt/trinity/lib/qt3-3.3.8.d&lt;br /&gt;
 export PATH=/opt/trinity/qt3-3.3.8.d/bin:/opt/trinity/bin:$PATH&lt;br /&gt;
 export LD_LIBRARY_PATH=/opt/trinity/lib:/opt/trinity/lib/trinity:$LD_LIBRARY_PATH&lt;br /&gt;
 export PKG_CONFIG_PATH=:/opt/trinity/lib/pkgconfig:/opt/trinity/qt3-3.3.8.d/lib/pkgconfig:$PKG_CONFIG_PATH&lt;br /&gt;
 # Enable only one of the following:&lt;br /&gt;
 # export DEBUG_AUTOTOOL_OPT=&amp;quot;--enable-debug=full&amp;quot;&lt;br /&gt;
 export DEBUG_AUTOTOOL_OPT=&amp;quot;--disable-debug&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
  CFLAGS=$CPUOPT \&lt;br /&gt;
  CXXFLAGS=$CPUOPT \&lt;br /&gt;
  ./configure \&lt;br /&gt;
    --prefix=${PREFIX} \&lt;br /&gt;
    --sysconfdir=${SYSCONFDIR} \&lt;br /&gt;
    --libdir=${LIBDIR} \&lt;br /&gt;
    --mandir=${MANDIR} \&lt;br /&gt;
    --with-qt-dir=${QTDIR} \&lt;br /&gt;
    --with-qt-includes=${QTDIR}/include \&lt;br /&gt;
    --with-qt-libraries=${QTDIR}/lib \&lt;br /&gt;
    $DEBUG_AUTOTOOL_OPT&lt;br /&gt;
&lt;br /&gt;
View the Distribution Specific Builds page for additional configure options.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Notes====&lt;br /&gt;
&lt;br /&gt;
*Certain modules will not build across multiple cores in parallel. That is, with a &amp;quot;make -j&amp;quot; flag set to anything greater than 1. These packages are:&lt;br /&gt;
**tdebindings (some people have no problems with this package and parallel processing)&lt;br /&gt;
**tdemultimedia (some people have no problems with this package and parallel processing) &lt;br /&gt;
&lt;br /&gt;
*Not well documented anywhere, but when building with automake several packages need the --enable-closure configure option:&lt;br /&gt;
**tdeaccessibility&lt;br /&gt;
**tdeaddons&lt;br /&gt;
**tdeadmin&lt;br /&gt;
**tdebindings&lt;br /&gt;
**tdeedu&lt;br /&gt;
**tdegames&lt;br /&gt;
**tdemultimedia&lt;br /&gt;
**tdesdk&lt;br /&gt;
&lt;br /&gt;
*When building on 64-bit, the following (T)Qt3 configuration option might need to be explicitly declared in some distro build scripts:&lt;br /&gt;
&lt;br /&gt;
 -platform linux=g++-64 (rather than linux-g++ (notice the dash!))&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Build Times===&lt;br /&gt;
&lt;br /&gt;
Building Trinity requires time and patience. Build times vary. Here are some guidelines from building &lt;br /&gt;
Trinity 3.5.12 on a dual core 2.3 GHz AM2 with 4GB of RAM, using tmpfs, 7200 rpm SATA II hard drives; &lt;br /&gt;
with Amarok, Firefox, Konsole, Konqueror, Kate, and other various apps often running concurrently. Compile &lt;br /&gt;
times will be faster without such overhead, but likely will be longer when building with support package hooks.&lt;br /&gt;
Packages using cmake will build faster than those still stuck on autotools.&lt;br /&gt;
&lt;br /&gt;
*tqtinterface: 2 minutes&lt;br /&gt;
*arts: 4 minutes&lt;br /&gt;
*tdelibs: 44 minutes&lt;br /&gt;
*tdebase: 33 minutes&lt;br /&gt;
*tdebindings: 36 minutes&lt;br /&gt;
*tdeaccessibility: 5 minutes&lt;br /&gt;
*tdeutils: 8 minutes&lt;br /&gt;
*tdemultimedia: 24 minutes&lt;br /&gt;
*tdenetwork: 23 minutes&lt;br /&gt;
*tdeadmin: 4 minutes&lt;br /&gt;
*tdeartwork: 3 minutes&lt;br /&gt;
*tdegames: 8 minutes&lt;br /&gt;
*tdetoys: 2 minutes&lt;br /&gt;
*tdeedu: 15 minutes&lt;br /&gt;
*tdegraphics: 17 minutes&lt;br /&gt;
*tdesdk: 14 minutes&lt;br /&gt;
*tdevelop: 27 minutes&lt;br /&gt;
*tdeaddons: 7 minutes&lt;br /&gt;
*tdewebdev: 12 minutes&lt;br /&gt;
*tdepim: 63 minutes &lt;br /&gt;
&lt;br /&gt;
Approximate total time: 5 hours 51 minutes&lt;br /&gt;
&lt;br /&gt;
Time to a functional system (basic desktop): 1 hour 23 minutes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Installing==&lt;br /&gt;
&lt;br /&gt;
The command is the same regardless of whether your package was built with cmake or autotools:&lt;br /&gt;
&lt;br /&gt;
 make install || exit 1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Additional Functionality==&lt;br /&gt;
&lt;br /&gt;
Certain Trinity packages gain additional functionality when compiled with additional dependencies available.&lt;br /&gt;
Also, we maintain some libraries which provide purely optional functionality.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Optional Trinity Libraries===&lt;br /&gt;
&lt;br /&gt;
None of these Trinity libraries are required but all provide additional functionality for a variety of packages. &lt;br /&gt;
These libraries must be built and installed before any packages using these libraries can take advantage of the &lt;br /&gt;
additional functionality.&lt;br /&gt;
&lt;br /&gt;
*libkipi: required by kipi-plugins&lt;br /&gt;
*kipi-plugins: several high-end image viewers such as gwenview and digikam&lt;br /&gt;
*libkdcraw: several image viewers and graphics apps, such as chalk and digikam&lt;br /&gt;
*libkexiv2: several image viewers&lt;br /&gt;
*libksquirrel: required by ksquirrel (TDE swiss-army-knife for graphic file formats, also supports medical image formats if xmedcon is provided)&lt;br /&gt;
*libtqt-perl: adept add-on&lt;br /&gt;
*mlt: not required or supported at this time&lt;br /&gt;
*mlt++: not required or supported at this time&lt;br /&gt;
*pytdeextensions: replacement for PyQt3 and PyKDE3, and used by apps such as tdebindings and tde-guidance&lt;br /&gt;
*python-trinity: replacement for PyQt3 and PyKDE3, and used by apps such as tdebindings and tde-guidance &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===List of Optional Dependencies by Trinity Package===&lt;br /&gt;
&lt;br /&gt;
====tdelibs====&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;avahi&amp;#039;&amp;#039;&amp;#039; DNS discovery&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;avahi-tqt&amp;#039;&amp;#039;&amp;#039; Trinity TQt layer for avahi, available in Trinity libraries&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;hspell&amp;#039;&amp;#039;&amp;#039; Hebrew spell checking&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;krb5&amp;#039;&amp;#039;&amp;#039; Kerberos authentication&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;openexr&amp;#039;&amp;#039;&amp;#039; EXR image format &lt;br /&gt;
&lt;br /&gt;
====tdebase====&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;avahi&amp;#039;&amp;#039;&amp;#039; DNS discovery&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;avahi-tqt&amp;#039;&amp;#039;&amp;#039; Trinity TQt layer for avahi, available in Trinity libraries&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;krb5&amp;#039;&amp;#039;&amp;#039; Kerberos authentication&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;openexr&amp;#039;&amp;#039;&amp;#039; EXR image format&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;GraphicsMagick&amp;#039;&amp;#039;&amp;#039; image filters &lt;br /&gt;
&lt;br /&gt;
====tdebindings====&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Ruby&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;JRE&amp;#039;&amp;#039;&amp;#039; Java Runtime Environment&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;JDK&amp;#039;&amp;#039;&amp;#039; Java Development Kit&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Python&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;python-trinity&amp;#039;&amp;#039;&amp;#039;, available in Trinity libraries&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;pytdeextensions&amp;#039;&amp;#039;&amp;#039;, available in Trinity libraries &lt;br /&gt;
&lt;br /&gt;
====tdeutils====&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;xmms&amp;#039;&amp;#039;&amp;#039; multimedia player (superkaramba) &lt;br /&gt;
&lt;br /&gt;
====tdemultimedia====&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;cdparanoia&amp;#039;&amp;#039;&amp;#039; digital audio extraction tool (kaudiocreator)&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;speex&amp;#039;&amp;#039;&amp;#039; an audio compression format designed for speech &lt;br /&gt;
&lt;br /&gt;
====tdenetwork====&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;xmms&amp;#039;&amp;#039;&amp;#039; multimedia player (kopete plugins)&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;ortp&amp;#039;&amp;#039;&amp;#039; real-time transport protocol stack under GPL (kopete plugins)&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;speex&amp;#039;&amp;#039;&amp;#039; audio compression format designed for speech (kopete plugins) &lt;br /&gt;
&lt;br /&gt;
====tdeedu====&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;facile&amp;#039;&amp;#039;&amp;#039; functional constraint library (kalzium)&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;ocaml&amp;#039;&amp;#039;&amp;#039; A programming language (kalzium)&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;boost&amp;#039;&amp;#039;&amp;#039; boost C++ Libraries &lt;br /&gt;
&lt;br /&gt;
====tdevelop====&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;graphviz&amp;#039;&amp;#039;&amp;#039; graph visualization &lt;br /&gt;
&lt;br /&gt;
====tdeaddons====&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;xmms&amp;#039;&amp;#039;&amp;#039; multimedia player (kicker applets) &lt;br /&gt;
&lt;br /&gt;
====tdewebdev====&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;XSLT&amp;#039;&amp;#039;&amp;#039; Extensible Stylesheet Language Transformations&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;DocBook&amp;#039;&amp;#039;&amp;#039; text markup&lt;br /&gt;
&lt;br /&gt;
====tdepim====&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;krb5&amp;#039;&amp;#039;&amp;#039; Kerberos authentication&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;ortp&amp;#039;&amp;#039;&amp;#039; real-time transport protocol stack under GPL (kopete)&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;gnokii&amp;#039;&amp;#039;&amp;#039; Nokia mobile phone support&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;opensync&amp;#039;&amp;#039;&amp;#039; data synchronization support&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;libcaldav&amp;#039;&amp;#039;&amp;#039; online calendar support, available through Trinity web site (http://www.trinitydesktop.org/relatedprojects.php)&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;libcarddav&amp;#039;&amp;#039;&amp;#039; online address book support, available through Trinity web site (http://www.trinitydesktop.org/relatedprojects.php) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Quirks and Known Bugs==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Building Sip===&lt;br /&gt;
&lt;br /&gt;
Sip is available on many/most distros. Sip requires Qt3 to build, but won&amp;#039;t build on TQt3, which adds &lt;br /&gt;
the tqinterface layer to Qt3. More than likely down the road, Sip will be dumped or moved to Qt4 by distro &lt;br /&gt;
maintainers. All of the python-*-tqt-* packages need Sip to build. Build this TQt3 compatible version of Sip &lt;br /&gt;
and replace the stock Sip installed with the distro.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===OpenGL and nVidia===&lt;br /&gt;
&lt;br /&gt;
Building many Trinity and related packages depend upon OpenGL, such as &lt;br /&gt;
tdegraphics, k3b, koffice, tdenetwork, gwenview, digikam, etc.; &lt;br /&gt;
&lt;br /&gt;
as well as dependency packages such as &lt;br /&gt;
libkipi, libkdcraw, libkexiv2, avahi, etc. &lt;br /&gt;
&lt;br /&gt;
If any of those packages are built when the proprietary nvidia drivers are installed, the dependent package will fail to build &lt;br /&gt;
with an error about /usr/lib/libGL.la. &lt;br /&gt;
&lt;br /&gt;
That file is installed by the proprietary nvidia package. When building for personal use only, then building those packages with nvidia installed will pose no harm. &lt;br /&gt;
&lt;br /&gt;
When building packages for other users then build the entire suite of packages in a &amp;quot;clean&amp;quot; generic OpenGL environment. &lt;br /&gt;
&lt;br /&gt;
Other users might not use the proprietary nvidia package. This is true of any package that has OpenGL dependencies.&lt;br /&gt;
&lt;br /&gt;
===Tdeartwork and xhack Screensavers===&lt;br /&gt;
&lt;br /&gt;
Before building tdeartwork, install any and all xhack screensavers that might be uses, then&lt;br /&gt;
&lt;br /&gt;
cd &amp;lt;tdeartwork&amp;gt;/kscreensaver/kxsconfig/&lt;br /&gt;
./update_hacks.sh&lt;br /&gt;
&lt;br /&gt;
This will generate the TDE bindings required to allow installed screensavers show up in the Trinity &lt;br /&gt;
screensaver control panel, along with their configuration options. When adding a new screensaver the &lt;br /&gt;
update_hacks command needs to be rerun and tdeartwork recompiled/reinstalled. Distribution maintainers should &lt;br /&gt;
install all available screensavers from their distribution and then run update_hacks during the initial build &lt;br /&gt;
setup when building redistributable binary packages (see the Debian tdeartwork build scripts in GIT for an &lt;br /&gt;
example of how to do this).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Poppler Support in Tdegraphics===&lt;br /&gt;
&lt;br /&gt;
Building tdegraphics with poppler support requires building a Trinity poppler-tqt support package. With &lt;br /&gt;
many distros poppler no longer is built with Qt3 support. The Trinity poppler-tqt provides the necessary hooks for &lt;br /&gt;
tdegraphics without rebuilding poppler. The poppler-tqt dependency sources are located in the tdegraphics/kfile-plugins &lt;br /&gt;
dependencies directory and are built automatically with the tdegraphics build option -DWITH_PDF=ON.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Tdesvn/Tdesdk svn-kio Conflict===&lt;br /&gt;
&lt;br /&gt;
tdesvn and tdesdk provide conflicting files for svn-kio services. Neither package is a dependency of the other. &lt;br /&gt;
When tdesdk or tdesvn will be installed without the other, then no change is required. When both tdesdk and tdesvn &lt;br /&gt;
are to be installed, then to avoid filesystem conflicts the following files must be removed from one of the packages &lt;br /&gt;
before installing:&lt;br /&gt;
&lt;br /&gt;
  /opt/trinity/share/services/svn+file.protocol&lt;br /&gt;
  /opt/trinity/share/services/svn+http.protocol&lt;br /&gt;
  /opt/trinity/share/services/svn+https.protocol&lt;br /&gt;
  /opt/trinity/share/services/svn+ssh.protocol&lt;br /&gt;
  /opt/trinity/share/services/svn.protocol&lt;br /&gt;
&lt;br /&gt;
Since tdesvn uses the ksvn kio exclusively, while tdesdk uses the svn kio, consider removing the conflicting files &lt;br /&gt;
from tdesdk to eliminate the same services relying on multiple kio service files.&lt;/div&gt;</summary>
		<author><name>Gamerappa</name></author>
	</entry>
</feed>