* Phonon is not available Qt 4.8.7
@ 2015-08-20 14:18 Alex M
2015-08-20 14:54 ` Martin Jansa
2015-08-20 16:20 ` alexander.kanavin
0 siblings, 2 replies; 3+ messages in thread
From: Alex M @ 2015-08-20 14:18 UTC (permalink / raw)
To: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 841 bytes --]
Hello!
I have a piece of my custom software which is depends on Qt4 + Phonon +
gstreamer 0.1 and two years ago I had successfully built oe-core image.
Recent version of oe-core (19 Aug 2015) contain QT_PHONON ?= "-no-phonon"
option inside qt4.inc file. Why this option banned in default Qt 4
configuration? Also I do not see qt4-plugin-phonon-backend-gstreamer
package in recent version, which my software also requires. Other
gstreamer-0.1 components is fine and already built. What I should do to
activate Phonon support for Qt4 in oe-core?
Also I saw "Phonon for Qt5" meta layers in meta-qt5-extra however I don't
understand how it will work without "***-plugin-phonon-backend-gstreamer"?
Is this package required in case of "Phonon for Qt5"? Should I rewrite my
old Qt4/Phonon code for this?
Thank you for attention :)
[-- Attachment #2: Type: text/html, Size: 906 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Phonon is not available Qt 4.8.7
2015-08-20 14:18 Phonon is not available Qt 4.8.7 Alex M
@ 2015-08-20 14:54 ` Martin Jansa
2015-08-20 16:20 ` alexander.kanavin
1 sibling, 0 replies; 3+ messages in thread
From: Martin Jansa @ 2015-08-20 14:54 UTC (permalink / raw)
To: Alex M; +Cc: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 1858 bytes --]
On Thu, Aug 20, 2015 at 05:18:47PM +0300, Alex M wrote:
> Hello!
> I have a piece of my custom software which is depends on Qt4 + Phonon +
> gstreamer 0.1 and two years ago I had successfully built oe-core image.
> Recent version of oe-core (19 Aug 2015) contain QT_PHONON ?= "-no-phonon"
> option inside qt4.inc file. Why this option banned in default Qt 4
> configuration? Also I do not see qt4-plugin-phonon-backend-gstreamer
git log is your friend (sort of)
commit 096b71a5c24378a449bc38063316555f02af8e18
Author: Alexander Kanavin <alex.kanavin@gmail.com>
Date: Mon May 18 16:58:38 2015 +0300
qt4: disable Phonon framework
This allows removal of gstreamer 0.10 dependency from Qt4 recipe
https://bugzilla.yoctoproject.org/show_bug.cgi?id=6294
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> package in recent version, which my software also requires. Other
> gstreamer-0.1 components is fine and already built. What I should do to
> activate Phonon support for Qt4 in oe-core?
Undo this change in your distro configuration if you're still using 0.10
gstreamer.
> Also I saw "Phonon for Qt5" meta layers in meta-qt5-extra however I don't
> understand how it will work without "***-plugin-phonon-backend-gstreamer"?
> Is this package required in case of "Phonon for Qt5"? Should I rewrite my
> old Qt4/Phonon code for this?
>
> Thank you for attention :)
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Phonon is not available Qt 4.8.7
2015-08-20 14:18 Phonon is not available Qt 4.8.7 Alex M
2015-08-20 14:54 ` Martin Jansa
@ 2015-08-20 16:20 ` alexander.kanavin
1 sibling, 0 replies; 3+ messages in thread
From: alexander.kanavin @ 2015-08-20 16:20 UTC (permalink / raw)
To: Alex M; +Cc: openembedded-core
> Hello!
> I have a piece of my custom software which is depends on Qt4 + Phonon +
> gstreamer 0.1 and two years ago I had successfully built oe-core image.
> Recent version of oe-core (19 Aug 2015) contain QT_PHONON ?= "-no-phonon"
> option inside qt4.inc file. Why this option banned in default Qt 4
> configuration? Also I do not see qt4-plugin-phonon-backend-gstreamer
> package in recent version, which my software also requires. Other
> gstreamer-0.1 components is fine and already built. What I should do to
> activate Phonon support for Qt4 in oe-core?
The reasons for this are explained here:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=6294
In the short term, don't use the master branch of oe-core. Use the current
stable branch (fido) which should still have the Qt4 with Phonon enabled.
It's also possible to use the master branch, by creating a custom layer
with a .bbappend file that tweaks the Qt4 build options, but I think it's
less hassle to roll back to fido.
In the long term, do port your software to Qt5. Qt4 itself goes out of
support at the end of 2015, and we plan to move it out of oe-core around
same time.
Alex
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-08-20 16:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-20 14:18 Phonon is not available Qt 4.8.7 Alex M
2015-08-20 14:54 ` Martin Jansa
2015-08-20 16:20 ` alexander.kanavin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox