Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 367193 - Add phonon USE flag to qt-webkit
Summary: Add phonon USE flag to qt-webkit
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-14 07:10 UTC by Tim Harder
Modified: 2012-03-07 14:17 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Add phonon use flag (qt-webkit-4.7.3-phonon.patch,1.55 KB, patch)
2011-05-14 07:10 UTC, Tim Harder
Details | Diff
Add phonon useflag to qt-webkit-4.8.0 (qt-webkit-4.8.0.diff,1.30 KB, patch)
2012-02-19 01:38 UTC, Tim Harder
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Harder gentoo-dev 2011-05-14 07:10:09 UTC
Created attachment 273169 [details, diff]
Add phonon use flag

Non-KDE systems that install programs depending on qt-webkit often have no need for phonon and its dependencies.

See the attached patch for changes to qt-webkit-4.7.3 that adds a phonon USE flag similar to how its used for qt-qt3support.

Note that a local use flag description will also have to be added to qt-webkit's metadata.
Comment 1 savi 2012-01-11 08:24:42 UTC
Also, the lines :
 !kde? ( || ( ~x11-libs/qt-phonon-${PV}:${SLOT}[aqua=,dbus=,debug=]
        media-libs/phonon[aqua=] ) )
    kde? ( || ( media-libs/phonon[aqua=] ~x11-libs/qt-phonon-${PV}:${SLOT}[aqua=,dbus=,debug=] ) )

in the file qt-webkit-4.7.4.ebuild add dependencies to phonon and qt-phonon whatever the value of the kde use flag, which seems strange to me.
Comment 2 Tim Harder gentoo-dev 2012-02-19 01:38:21 UTC
Created attachment 302459 [details, diff]
Add phonon useflag to qt-webkit-4.8.0

Updated patch for qt-webkit-4.8.0 with the phonon useflag defaulting to on.
Comment 3 Davide Pesavento gentoo-dev 2012-03-07 14:17:27 UTC
QtWebKit switched from phonon to gstreamer, since Qt 4.7. Therefore the 'phonon' USE flag has been completely removed in qt-webkit-4.8.0-r1, and a new 'gstreamer' flag has been added.