Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 679596 - =kde-misc/playbar2-2.5 with qt >= 5.12 - playbar2: Error: "Connections.enabled" is not available in QtQuick 2.4
Summary: =kde-misc/playbar2-2.5 with qt >= 5.12 - playbar2: Error: "Connections.enable...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Till Schäfer
URL: https://github.com/audoban/playbar2/i...
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2019-03-06 15:20 UTC by Till Schäfer
Modified: 2019-03-07 09:21 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Till Schäfer 2019-03-06 15:20:37 UTC
When running playbar2 with qt>=5.12 existing widgets are empty and it is impossible to add playbar2 as a new widget. 

Some qmls give the error:
  Error: "Connections.enabled" is not available in QtQuick 2.4
(see upstream bug: https://github.com/audoban/playbar2/issues/52)
Comment 1 Larry the Git Cow gentoo-dev 2019-03-07 09:21:25 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccd141f4db88a1b13364330931a0762585150967

commit ccd141f4db88a1b13364330931a0762585150967
Author:     Till Schäfer <till2.schaefer@uni-dortmund.de>
AuthorDate: 2019-03-06 15:38:14 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2019-03-07 09:20:59 +0000

    kde-misc/playbar2: fix build issues with qt 5.12
    
    raise QtQuick imports to 2.7
    use EAPI=7
    drop kde5-functions.eclass
    
    Closes: https://bugs.gentoo.org/679596
    Signed-off-by: Till Schäfer <till2.schaefer@uni-dortmund.de>
    Package-Manager: Portage-2.3.51, Repoman-2.3.11
    Closes: https://github.com/gentoo/gentoo/pull/11282
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 .../files/playbar2-2.5-raise_qtquick_to_2_7.patch  | 333 +++++++++++++++++++++
 kde-misc/playbar2/playbar2-2.5-r1.ebuild           |  35 +++
 2 files changed, 368 insertions(+)