Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 542102

Summary: app-text/sigil-0.8.4 version bump
Product: Gentoo Linux Reporter: edes <edes>
Component: Current packagesAssignee: M. B. <tomboy64>
Status: RESOLVED DUPLICATE    
Severity: enhancement CC: jouni.kosonen, mrueg, proxy-maint
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: app-text/sigil/sigil-0.8.4.ebuild
Diff from the 0.6.2 ebuild
dev-qt/qtwebchannel/qtwebchannel-5.4.1.ebuild

Description edes 2015-03-04 14:58:53 UTC
the latest sigil ebuild is for version 0.6.2 from 2012.12.06, more than two years old. there are 10 newer versions.

Sigil 0.8.4 is out since 2015.02.01. i don't know how difficult it would be to update the ebuilds, but now that qt5 is supported perhaps it would be possible?

thanks.

Reproducible: Always
Comment 1 Jouni Kosonen 2015-03-04 20:54:00 UTC
I have a working ebuild for sigil-0.8.2, but 0.8.4 adds a dependency on, among other things, Qt5 Web Channels [1] that gentoo doesn't seem to have an ebuild for yet.

Version 0.8.2 added dependencies on >=qt-5.1.0, linguist-tools, qtconcurrent and cmake-3.

The other added dependencies since 0.8.2 are for >=qt-5.4.0, dev-qt/qtpositioning:5 and dev-qt/qtsensors:5 but these we do have in the tree. I haven't looked at the code to see what the last two are used for, though.

I'll upload the ebuilds I've used here if someone wants to take it from there.

[1] http://doc-snapshot.qt-project.org/qt5-5.4/qtwebchannel-index.html
Comment 2 Jouni Kosonen 2015-03-04 20:57:10 UTC
Created attachment 398086 [details]
app-text/sigil/sigil-0.8.4.ebuild

Provisional ebuild for Sigil 0.8.4
Comment 3 Jouni Kosonen 2015-03-04 20:58:15 UTC
Created attachment 398088 [details]
Diff from the 0.6.2 ebuild
Comment 4 Jouni Kosonen 2015-03-04 21:01:02 UTC
Created attachment 398090 [details]
dev-qt/qtwebchannel/qtwebchannel-5.4.1.ebuild

A minimal ebuild for dev-qt/qtwebchannel-5.4.1:5
Dependencies are based on the corresponding arch linux package.
Comment 5 Michael Palimaka (kensington) gentoo-dev 2015-03-05 06:27:05 UTC

*** This bug has been marked as a duplicate of bug 465436 ***
Comment 6 edes 2015-03-05 12:59:36 UTC
(In reply to Jouni Kosonen from comment #2)

> Provisional ebuild for Sigil 0.8.4

thanks! the ebuild failed a couple of times during configuration due to some missing dependencies. i got it working adding these lines in CDEPEND:

    >=dev-qt/qtmultimedia-5.4:5[opengl,qml,widgets]
    >=dev-qt/qtxmlpatterns-5.4:5

i guess the ebuild needs some more testing, though. anyway, i got sigil working now. thanks again four your prompt solution.