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)
Fri, Apr 12, 1:07 PM
Unknown Object (File)
Fri, Apr 12, 1:07 PM
Unknown Object (File)
Fri, Apr 12, 1:06 PM
Unknown Object (File)
Fri, Apr 12, 1:06 PM
Unknown Object (File)
Thu, Apr 11, 9:33 PM
Unknown Object (File)
Jan 1 2024, 5:50 AM
Unknown Object (File)
Dec 28 2023, 6:08 AM
Unknown Object (File)
Dec 20 2023, 12:04 AM
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 4750
Build 4804: 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.