View Single Post
Posts: 114 | Thanked: 298 times | Joined on Jan 2011 @ Berlin
#6
Originally Posted by reinob View Post
@luf,

Thanks for porting! I tried to install the .deb but it requires Qt 4.7.4 (libqt4-core, libqt4-dbus, libqt4-gui).

Is there a reason for this? AFAIK 4.7.4 is only available with CSSU, while plain PR 1.3(.1) has 4.7.0.
You could modify the deb or extract it manually, since 4.7.4 and 4.7.0 are binary compatible (patch releases should not introduce new symbols). Something like
Code:
 ar x ....deb data.tar.gz && tar xf data.tar.gz
should work. Do this in a reasonable directory and move what you like to install.

Edit: @luf: And you could add the qt libs with >= 4.7.0 to the dependecies explicitly, so shlibdeps does not pull your 4.7.4 version.

Last edited by frafI; 2013-02-20 at 13:44.
 

The Following 4 Users Say Thank You to frafI For This Useful Post: