This updates kdenlive to the KDE Applications version (Qt5, KF5 based).
This improves co-installability with shotcut, since now both use Qt5
and the same underlying libraries.
Details
Details
Diff Detail
Diff Detail
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 10388 Build 10799: arc lint + arc unit
Event Timeline
Comment Actions
Looks fine to me. I'd take the opportunity and set LICENSE_FILE and USES=cmake:outsource. However, didn't you say something about it crashing when it's started on IRC?
multimedia/kdenlive/Makefile | ||
---|---|---|
4 | Instead of PORTVERSION= 17.04.2 CATEGORIES= multimedia kde MASTER_SITES= KDE/stable/applications/${PORTVERSION}/src/ you could use CATEGORIES= multimedia kde kde-applications [...] # Override KDE Applications version until the ports are up-to-date with upstream. KDE_APPLICATIONS_VERSION=17.04.2 | |
20 | Can you get rid of i18n and only add it via NLS_USE=KDE=i18n ? | |
multimedia/kdenlive/pkg-plist | ||
290 | this does not seem to be sorted |
multimedia/kdenlive/Makefile | ||
---|---|---|
4 | Of course you neeed PORTVERSION=${KDE_APPLICATIONS_VERSION} too |
multimedia/kdenlive/Makefile | ||
---|---|---|
60 |
Comment Actions
I think with our new approach this kdenlive should
- first be moved to kdenlive-kde4 and
- then svn cp back and updated.