20 May 00:38
patch for linux gui
tsteven4 <tsteven4 <at> gmail.com>
2012-05-19 22:38:39 GMT
2012-05-19 22:38:39 GMT
While my bias is towards the command line I like the preview available in the gui which led me to build it on centos 6. I needed a few changes to make the linux distribution. Some of these parallel the changes in setup.iss from r4096. These are included in the patch. I need other changes to build on my system, but at least some of these are system dependent. 1. Change QTLIBDIR, QTSHDIR. It would be better to get the necessary information from "qmake -query QT_INSTALL_TRANSLATIONS" and "qmake -query QT_INSTALL_PLUGINS", at least with qt4, and make appropriate changes where these variables are used. 2. comment out libphonon and libaudio. These are not dynamically loaded by the fe when I compile it, and if the ldd|grep|awk returns nothing then the script bombs. I don't know if these are ever needed, or if that they just weren't on my system. 3. for me the plugins were in another path, but see 1. above. 4. with qt4 on my system lrelease is named lrelease-qt4. > ~/work/gpsbabel-svn2/gui% diff -u makelinuxdist.sh makelinuxdist.sh.sgt > --- makelinuxdist.sh 2012-05-19 16:19:17.056028472 -0600 > +++ makelinuxdist.sh.sgt 2012-05-19 16:19:40.520233812 -060 > @@ -1,6 +1,6 @@ > #!/bin/sh > set -e -v > -QTLIBDIR=/usr/lib > +QTLIBDIR=/usr/lib64/qt4 > QTSHDIR=/usr/share/qt4 >(Continue reading)
>
> RJL
>
>
> On Sat, Apr 14, 2012 at 1:36 AM, Nils <internationils <at> gmx.net
> <mailto:internationils <at> gmx.net>> wrote:
RSS Feed