Page MenuHomeFreeBSD

Add a Qt5 option to multimedia/mlt
ClosedPublic

Authored by tcberner on Aug 7 2016, 7:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 21, 3:21 AM
Unknown Object (File)
Thu, Nov 14, 11:41 AM
Unknown Object (File)
Sat, Nov 2, 3:47 AM
Unknown Object (File)
Wed, Oct 30, 9:03 PM
Unknown Object (File)
Tue, Oct 29, 9:54 AM
Unknown Object (File)
Oct 19 2024, 11:53 PM
Unknown Object (File)
Oct 3 2024, 11:46 PM
Unknown Object (File)
Sep 30 2024, 7:30 PM
Subscribers
None

Details

Summary

multimedia/mlt has a Qt4 option specifically to support multimedia/kdenlive.
Future versions of kdenlive are Qt5 based. Prepare for this by also enabling
the Qt5 library being built.

Convert the QT4 option into a radio-option "QT=QT4 QT5", the latter being
prevented by the "KDE4" option.

Test Plan

Tested in poudriere (and a similar version has been used in the test repo).

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 4719
Build 4773: arc lint + arc unit

Event Timeline

tcberner retitled this revision from to Add a Qt5 option to multimedia/mlt.
tcberner updated this object.
tcberner edited the test plan for this revision. (Show Details)
tcberner added reviewers: mat, avilla.
multimedia/mlt/Makefile
75โ€“76

I don't think that is needed, KDE4 implies QT4, so if you select KDE4 and QT5, QT4 will also be selected, and you will get a conflict because RADIO is 0 or 1, but not 2.

Get rid of KDE4_PREVENTS* it is not needed.

tcberner added inline comments.
multimedia/mlt/Makefile
75โ€“76

done

mat edited edge metadata.

Macro shipit:

This revision is now accepted and ready to land.Aug 11 2016, 3:13 PM
This revision was automatically updated to reflect the committed changes.
tcberner marked an inline comment as done.