[Bug 590140] Re: QtMultimedia module missing from python-qt4

2014-12-13 Thread Iacopo
I can import QtMultimedia from PyQt4 (/python 2) under Windows and Mac but not 
Ubuntu, and from PyQt5 (/python 3) also under Ubuntu. So for me it seems a bug.
Anyway, what should be the fix to use it with PyQt4 (/python 2) on Ubuntu, 
instead to make 'from PyQt4 import QtMultimedia'?
Thank You.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/590140

Title:
  QtMultimedia module missing from python-qt4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-qt4/+bug/590140/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 590140] Re: QtMultimedia module missing from python-qt4

2012-02-06 Thread Harald Sitter
story:
The thing in question was called QtMultimedia and was part of Qt, then it got 
split out of Qt and moved into QtMobility and renamed to QtMultimediaKit, then 
it got split out of QtMobility and renamed to QtMultimedia (for Qt 5 only that 
is).

>From the build log of pyqt4 that I saw some time ago I gather that it is
trying to use QtMultimedia (Qt 4), whereas we and current upstream only
has QtMultimediaKit (Qt 4), hence the incompatibility. To my knowledge
everything except namespace/include paths should be upwards compatible
from QtMM to QtMMK, so getting this to build should be a matter of
s/QtMultimedia/QtMultimediaKit. Additionally the generated python module
probably also should be named QtMultimediaKit (as to avoid confusing
there).

Of course the best solution would be to try find QtMM and build a module
for that and also try to find QtMMK and build a module for that. As
obviously QtMMK has additional API that was not available in QtMM...

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to python-qt4 in Ubuntu.
https://bugs.launchpad.net/bugs/590140

Title:
  QtMultimedia module missing from python-qt4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-qt4/+bug/590140/+subscriptions

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 590140] Re: QtMultimedia module missing from python-qt4

2012-02-06 Thread Scott Kitterman
No.   It was done for Qt 4.7.  See
http://labs.qt.nokia.com/2010/05/06/qt-47-scope-change-regarding-qt-
multimedia/

I did try adding QtMobility to the build and python-qt4 still can't find
the headers and build the module you want.  It's a non-trivial bit of
work to sort out.   Additionally, since qtmobility is in Universe, it
would have to be promoted to Main which takes some work as well.

I'd be willing to work on integrating and getting the reviews done to
see if we can get QtMobility in Main, but I don't have time to sort
through the packaging issues, someone else would have to volunteer to do
that.

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to python-qt4 in Ubuntu.
https://bugs.launchpad.net/bugs/590140

Title:
  QtMultimedia module missing from python-qt4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-qt4/+bug/590140/+subscriptions

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 590140] Re: QtMultimedia module missing from python-qt4

2012-02-05 Thread MichaƂ Dutkiewicz
> This is because Qt moved/renamed the library to QtMultimediaKit and
threw it in with the QtMobility libraries. :/

No, they didn't.
This is done for 5.x, not 4.x, what was added is still there.
So this is valid bug, Ubuntu should include this module old way, as that one in 
Mobility package is something different, linking is very different etc.
It just breaks things and is inconsistent with other distributions.
Because of that I'm forced to use Phonon as I can't use unstable Mobility which 
has very limited adoption.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/590140

Title:
  QtMultimedia module missing from python-qt4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-qt4/+bug/590140/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 590140] Re: QtMultimedia module missing from python-qt4

2011-01-24 Thread Felix Geyer
** Changed in: python-qt4 (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/590140

Title:
  QtMultimedia module missing from python-qt4

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 590140] Re: QtMultimedia module missing from python-qt4

2010-11-02 Thread Luper Rouch
QtMultimedia has entirely been moved to QtMobility as explained in this
post:

http://labs.qt.nokia.com/2010/05/06/qt-47-scope-change-regarding-qt-
multimedia/

So I don't think this bug is relevant at all after Lucid. Maybe the
fixed python-qt4 for Qt 4.6 should live in a PPA for those that need it
?

-- 
QtMultimedia module missing from python-qt4
https://bugs.launchpad.net/bugs/590140
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to python-qt4 in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


Re: [Bug 590140] Re: QtMultimedia module missing from python-qt4

2010-11-02 Thread Scott Kitterman
I tried building python-qt4 with the new package to and it failed, so I
think some porting to the new module is needed.

-- 
QtMultimedia module missing from python-qt4
https://bugs.launchpad.net/bugs/590140
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to python-qt4 in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 590140] Re: QtMultimedia module missing from python-qt4

2010-11-01 Thread Jonathan Thomas
This is because Qt moved/renamed the library to QtMultimediaKit and
threw it in with the QtMobility libraries. :/

-- 
QtMultimedia module missing from python-qt4
https://bugs.launchpad.net/bugs/590140
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 590140] Re: QtMultimedia module missing from python-qt4

2010-11-01 Thread Scott Kitterman
I tried to build this with Qt 4.7, but it doesn't provide QtMultimedia
anymore, so I'm not sure how best to address this.  I suspect when you
rebuilt it locally you still have the Qt 4.6 QtMultimedia installed.

dh_install: python-qt4 missing files
(usr/lib/python*/*-packages/PyQt4/QtMultimedia.so), aborting

** Changed in: python-qt4 (Ubuntu)
   Importance: High => Medium

** Changed in: python-qt4 (Ubuntu)
   Status: In Progress => New

** Changed in: python-qt4 (Ubuntu)
 Assignee: Scott Kitterman (kitterman) => (unassigned)

-- 
QtMultimedia module missing from python-qt4
https://bugs.launchpad.net/bugs/590140
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 590140] Re: QtMultimedia module missing from python-qt4

2010-10-30 Thread Scott Kitterman
** Changed in: python-qt4 (Ubuntu)
   Status: New => In Progress

** Changed in: python-qt4 (Ubuntu)
   Importance: Undecided => High

** Changed in: python-qt4 (Ubuntu)
 Assignee: (unassigned) => Scott Kitterman (kitterman)

-- 
QtMultimedia module missing from python-qt4
https://bugs.launchpad.net/bugs/590140
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 590140] Re: QtMultimedia module missing from python-qt4

2010-10-30 Thread Scott Kitterman
Looks easy enough at a glance. I'll see about getting it into Natty. I'm
not sure what we can do about Maverick at this point. I'll look into
that too.

-- 
QtMultimedia module missing from python-qt4
https://bugs.launchpad.net/bugs/590140
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 590140] Re: QtMultimedia module missing from python-qt4

2010-10-30 Thread Brian Murray
** Tags added: patch

-- 
QtMultimedia module missing from python-qt4
https://bugs.launchpad.net/bugs/590140
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 590140] Re: QtMultimedia module missing from python-qt4

2010-10-29 Thread Richard Griswold
I checked https://launchpad.net/ubuntu/+source/python-qt4 to see if
QtMultimedia was in the Maverick and Natty packages, but it is missing
from them as well, and the Natty package was uploaded only a week ago.
Since I use QtMultimedia in a python app I'm writing, I had to build
PyQt from scratch to get this module, which caused problems when I tried
to upgrade from Lucid to Maverick.  That's straightened out now, so the
upgrade is proceeding, but now I'll have to rebuild PyQt again.  Is
there any hope of getting QtMultimedia in the mainstream package?

-- 
QtMultimedia module missing from python-qt4
https://bugs.launchpad.net/bugs/590140
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 590140] Re: QtMultimedia module missing from python-qt4

2010-06-07 Thread Luper Rouch

** Patch added: "Added QtMultimedia in the long description too"
   http://launchpadlibrarian.net/49820359/qtmultimedia-2.patch

-- 
QtMultimedia module missing from python-qt4
https://bugs.launchpad.net/bugs/590140
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to python-qt4 in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 590140] Re: QtMultimedia module missing from python-qt4

2010-06-05 Thread Luper Rouch

** Attachment added: "Adds QtMultimedia.so to the list of installed modules"
   http://launchpadlibrarian.net/49729314/qtmultimedia.patch

-- 
QtMultimedia module missing from python-qt4
https://bugs.launchpad.net/bugs/590140
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs