Details
Details
- Reviewers
- None
- Group Reviewers
multimedia
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 45501 Build 42389: arc lint + arc unit
Event Timeline
multimedia/avidemux/Makefile.common | ||
---|---|---|
151 | If you want to avoid if loops you can also use this "trick" |
multimedia/avidemux/Makefile.common | ||
---|---|---|
151 | ah yes, will do. |
multimedia/avidemux-plugins/Makefile | ||
---|---|---|
33 | This looks wrong, but it is correct and historically conditioned. PLUGIN_UI QT4 now stands for QT4 and QT5. Whether you actually want to build with QT4 or QT5 is determined by the switches ENABLE_QT5 (cmake/admCheckQt.cmake) and QT4 (cmake/admCheckQt4.cmake). |
multimedia/avidemux/Makefile.common | ||
---|---|---|
36 | We have alsa (not in the kernel but libalsa for userspace compatibility), but it's probably fine to disable it unless it is required for some functionality. |