Merge lp:~aacid/qtubuntu-media/noprivate into lp:qtubuntu-media

Proposed by Albert Astals Cid
Status: Merged
Approved by: Timo Jyrinki
Approved revision: 29
Merged at revision: 28
Proposed branch: lp:~aacid/qtubuntu-media/noprivate
Merge into: lp:qtubuntu-media
Diff against target: 49 lines (+3/-4)
4 files modified
debian/control (+0/-1)
src/aalvideorenderercontrol.h (+1/-1)
src/src.pro (+1/-1)
unittests/unittests.pro (+1/-1)
To merge this branch: bzr merge lp:~aacid/qtubuntu-media/noprivate
Reviewer Review Type Date Requested Status
Timo Jyrinki Approve
PS Jenkins bot continuous-integration Approve
Ricardo Salveti Pending
Review via email: mp+202708@code.launchpad.net

Commit message

No need for private, works fine without it

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Timo Jyrinki (timo-jyrinki) wrote :

Builds fine here, not sure what the jenkins i386 failures is about though.

review: Approve
Revision history for this message
Timo Jyrinki (timo-jyrinki) wrote :
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
lp:~aacid/qtubuntu-media/noprivate updated
29. By Albert Astals Cid

Include GL stuff in a different way

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Timo Jyrinki (timo-jyrinki) wrote :

Great again, this time also on i386.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/control'
2--- debian/control 2013-06-13 19:01:21 +0000
3+++ debian/control 2014-01-23 08:55:21 +0000
4@@ -14,7 +14,6 @@
5 qt5-default,
6 qtbase5-dev,
7 qtmultimedia5-dev,
8- qtmultimedia5-private-dev,
9 Standards-Version: 3.9.4
10 # If you don't have commit rights to lp:qtubuntu-media but need to upload
11 # packaging changes, just go ahead. The developers will notice and sync
12
13=== modified file 'src/aalvideorenderercontrol.h'
14--- src/aalvideorenderercontrol.h 2013-03-12 16:07:19 +0000
15+++ src/aalvideorenderercontrol.h 2014-01-23 08:55:21 +0000
16@@ -21,7 +21,7 @@
17 #include <QVideoFrame>
18 #include <QVideoRendererControl>
19
20-#include <qgl.h>
21+#include <media/media_compatibility_layer.h>
22
23 class AalMediaPlayerService;
24 class AalGLTextureBuffer;
25
26=== modified file 'src/src.pro'
27--- src/src.pro 2013-06-05 15:46:17 +0000
28+++ src/src.pro 2014-01-23 08:55:21 +0000
29@@ -1,6 +1,6 @@
30 include(../coverage.pri)
31 TARGET = aalmediaplayer
32-QT += multimedia-private opengl
33+QT += multimedia opengl
34 TEMPLATE = lib
35 CONFIG += plugin
36 PLUGIN_TYPE = mediaservice
37
38=== modified file 'unittests/unittests.pro'
39--- unittests/unittests.pro 2013-03-25 16:03:08 +0000
40+++ unittests/unittests.pro 2014-01-23 08:55:21 +0000
41@@ -4,7 +4,7 @@
42 TARGET = tst_mediaplayerplugin
43
44 QT += testlib
45-QT += multimedia-private opengl
46+QT += multimedia opengl
47
48 INCLUDEPATH += ../src \
49 /usr/include/qt5/QtMultimedia \

Subscribers

People subscribed via source and target branches