[opensuse-kde] KDE:Qt47 causing upgrade problems
Particularly FAO: Dirk or Lubos. Earlier today Dirk accepted a submit request from me to make Qt 4.7 build correctly in KDE:Qt47. However, since the project is missing some of the other packages provided in KDE:Qt46 etcetera, it's causing version conflicts when trying to upgrade. Is it possible to add packages such as qt4-qtscript, libqca2, libqjson and libqt4-sql-plugins to KDE:Qt47 like they are in KDE:Qt46? They're all just links so it should be simple. -- Matt Williams http://milliams.com -- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kde+help@opensuse.org
On Friday 02 April 2010, Matt Williams wrote:
Is it possible to add packages such as qt4-qtscript, libqca2, libqjson and libqt4-sql-plugins to KDE:Qt47 like they are in KDE:Qt46? They're all just links so it should be simple.
Sure, done! Greetings, Dirk -- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kde+help@opensuse.org
Hi. I was told that up to Qt 4.6 many distributors compiled Qt without Phonon, because it conflicts with KDE's Phonon thus HTML5 video never works. But with Qt 4.7 the video tag uses QtMultimedia as a wrapper around GStreamer, but after installing it, I still don't get to see a video on http://double.co.nz/video_test/test4.html with Arora and Rekonq. Is QtMultimedia disabled? If so: Is there a specific reason or was it just forgotten? Bye, Markus Am Freitag 02 April 2010 01:56:55 schrieb Matt Williams:
Particularly FAO: Dirk or Lubos.
Earlier today Dirk accepted a submit request from me to make Qt 4.7 build correctly in KDE:Qt47. However, since the project is missing some of the other packages provided in KDE:Qt46 etcetera, it's causing version conflicts when trying to upgrade.
Is it possible to add packages such as qt4-qtscript, libqca2, libqjson and libqt4-sql-plugins to KDE:Qt47 like they are in KDE:Qt46? They're all just links so it should be simple.
-- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kde+help@opensuse.org
On 2 April 2010 14:33, Markus <kamikazow@web.de> wrote:
Hi. I was told that up to Qt 4.6 many distributors compiled Qt without Phonon, because it conflicts with KDE's Phonon thus HTML5 video never works. But with Qt 4.7 the video tag uses QtMultimedia as a wrapper around GStreamer, but after installing it, I still don't get to see a video on http://double.co.nz/video_test/test4.html with Arora and Rekonq.
Is QtMultimedia disabled? If so: Is there a specific reason or was it just forgotten?
QtMultimedia is installed by the packages in KDE:Qt47. Just do: l /usr/lib64 | grep -i "multimedia" The reason that it wouldn't work is that rekonq and arora from the BS are probably built against older versions of Qt (probably 4.6) and so the feature wasn't compiled in. You can see that they don't link against QtMultimedia with: ldd `which rekonq` | grep -i "multimedia" If you compiled Arora or Rekonq yourself then you'd see that it should work. -- Matt Williams http://milliams.com -- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kde+help@opensuse.org
Am Freitag 02 April 2010 16:01:16 schrieb Matt Williams:
The reason that it wouldn't work is that rekonq and arora from the BS are probably built against older versions of Qt (probably 4.6) and so the feature wasn't compiled in.
Ah, OK. I thought new features of QtWebKit would automatically be picked up. Oh well.. :-) Will oS 11.3 use Qt 4.7 and compile KDE apps against it? Markus -- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kde+help@opensuse.org
On 2 April 2010 15:13, Markus <kamikazow@web.de> wrote:
Am Freitag 02 April 2010 16:01:16 schrieb Matt Williams:
The reason that it wouldn't work is that rekonq and arora from the BS are probably built against older versions of Qt (probably 4.6) and so the feature wasn't compiled in.
Ah, OK. I thought new features of QtWebKit would automatically be picked up. Oh well.. :-)
Will oS 11.3 use Qt 4.7 and compile KDE apps against it?
I don't think so as Qt 4.7 hasn't been released yet and the package freeze for oS 11.3 is soon I believe. However, I guess there's no reason why someone couldn't make a build repository for some of KDE: projects which builds on top of KDE:Qt47 so that those who want it can use 4.7. In fact that doesn't have to wait until oS 11.3 - it could be done now. -- Matt Williams http://milliams.com -- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kde+help@opensuse.org
participants (3)
-
Dirk Müller
-
Markus
-
Matt Williams