Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
View Bug Activity | Format For Printing | XML | Clone This Bug
A new version of sci-visualization/qtiplot was released yesterday. Only a few modifications had to be made to the ebuild and patches. The new manual from http://download.berlios.de/qtiplot/qtiplot-manual-en.tar.bz2 needs to be renamed to qtiplot-0.9.4-manual-en.tar.bz2 and mirrored on the distfiles server. The homepage patch of 0.9.3 is not necessary/working anymore, as the homepage is now correctly spelled in the main.cpp file. The systemlibs patch was slightly adjusted. ebuild/patch attached. Reproducible: Always
Created an attachment (id=147548) [edit] new ebuild
Created an attachment (id=147549) [edit] systemlibs patch
Hi Dieter, Thanks for keeping up. qtiplot-0.9.4 now uses qwt-5.1-svn and I'm not very keen on depending on the included version: it would also need patching for the installation paths and making sure it does not conflict with the qwt from the other qwt, plus all problems related to internal copies. So it might need more work.
Hm, according to the qtiplot homepage, the requirement still ist qwt-5.0.2, which is stable in portage. using the systemlibs patch, this is the version which is used during the build, and it is working perfectly well. the version of qwt which is shipped with qtiplot is 5.0.3, but as long as it works with 5.0.2, I dont see why we should not use it. maybe package.mask'ed at first, to see if there are any bugs because of the use of 5.0.2. cu Dieter
Using the system-libs patch, it installs /usr/local/qwt-5.1.0-svn/lib/libqwt.a and manuals which we don't want. I added a small patch for the qtiplot.pro which should get rid of it and updated qtiplot in the tree. It gives a lot of warnings, but seems to work.