You are not logged in.

#1 2009-03-08 01:26:07

ralsina
Member
Registered: 2006-09-13
Posts: 7

Any chance for PyQt with phonon?

I am developing a PyQt app (uRSSus, it's in AUR, too ;-) and would like to use phonon in it. Is there a reason why phonon is disabled in Qt and PyQt?

Offline

#2 2009-03-08 01:32:49

mintcoffee
Member
From: Waterloo, ON
Registered: 2007-10-05
Posts: 120
Website

Re: Any chance for PyQt with phonon?

I remember reading that the Phonon in Qt 4.5 is incompatible with the Phonon in KDE4.2.


Arch on a Thinkpad T400s

Offline

#3 2009-03-08 03:01:56

countercraft
Member
From: Montréal, CA
Registered: 2008-03-30
Posts: 31

Re: Any chance for PyQt with phonon?

Hmm.. I uploaded a package in AUR, pyqt-phonon, some time ago. I patched the configure.py file, so it detects phonon. Here is the link: http://aur.archlinux.org/packages.php?ID=19554

I remember reading that the Phonon in Qt 4.5 is incompatible with the Phonon in KDE4.2.

My player, written in PyQt with Phonon, works perfectly in KDE 4.2.1 with Qt 4.5.0.

Offline

#4 2009-03-08 03:23:49

mindfall
Member
From: berlin
Registered: 2007-07-03
Posts: 57

Re: Any chance for PyQt with phonon?

IIRC rationale was that Phonon in Qt 4.4 was still too buggy while KDE4 Phonon worked better. And since Phonon is basically a KDE tech imported into Qt, the Qt version might always be a bit behind?
KDE's Phonon is an extra package, with no dependencies on KDE.. so maybe one could use KDE's Phonon with bindings from PyKDE4 even for plain PyQt apps?

Offline

#5 2009-03-08 03:27:23

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: Any chance for PyQt with phonon?

There's a discussion about Arch and Phonon that starts here:

http://www.archlinux.org/pipermail/arch … 10502.html

Offline

#6 2009-03-08 04:02:56

countercraft
Member
From: Montréal, CA
Registered: 2008-03-30
Posts: 31

Re: Any chance for PyQt with phonon?

Hmm. but my package just builds PyQt4 with support for the phonon library installed in the system, thats is, in the case of Arch, the KDE's Phonon.

Offline

#7 2009-03-08 06:49:34

ralsina
Member
Registered: 2006-09-13
Posts: 7

Re: Any chance for PyQt with phonon?

mindfall wrote:

IIRC rationale was that Phonon in Qt 4.4 was still too buggy while KDE4 Phonon worked better. And since Phonon is basically a KDE tech imported into Qt, the Qt version might always be a bit behind?
KDE's Phonon is an extra package, with no dependencies on KDE.. so maybe one could use KDE's Phonon with bindings from PyKDE4 even for plain PyQt apps?

But kdebindings-python doesn't seem to include phonon either.

Offline

#8 2009-03-08 14:43:07

mindfall
Member
From: berlin
Registered: 2007-07-03
Posts: 57

Re: Any chance for PyQt with phonon?

ralsina wrote:

But kdebindings-python doesn't seem to include phonon either.

Yes, it's in PyKDE4.phonon wink

Offline

#9 2009-03-08 15:28:06

ralsina
Member
Registered: 2006-09-13
Posts: 7

Re: Any chance for PyQt with phonon?

Right, missed it!

Offline

Board footer

Powered by FluxBB