diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-07-30 19:39:04 +0200 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-07-30 20:14:36 +0200 |
commit | 5c8adda9492587fe0c7d9c8160dbdf6f9b2e09a3 (patch) | |
tree | 66fc99bf71951a99b308de43eb573838d8458fb1 /CHANGES | |
parent | devel/llvm12: Add patches to enable kernel sanitizers on FreeBSD (diff) |
multimedia/{py-,}mlt{-qt5,}: rename to multimedia/{py-,}mlt6{-qt5,}:
- To make it possible to easily import mlt-7 move the current port to
a versioned directory.
- Add Mk/Uses/mlt.mk to make it easily possible to depend on a given mlt
version:
USES=mlt:6
will get you a dependency on multimedia/mlt6, while
USES=mlt:7
will get you a dependency on the soon to be added multimedia/mlt7
- Switch the port to use cmake as a build system
- While here, provide some more options to make it possible to have
a leaner package if required
- Bump consumers after rename of the dependency
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -10,6 +10,17 @@ in the release notes and/or placed into UPDATING. All ports committers are allowed to commit to this file. +20210730: +AUTHOR: tcberner@FreeBSD.org + + A new USES has been added to depend on the mlt multimedia framework. + + Ports that depend on mlt should now use USES=mlt:<version> to specify + their dependency. + + At the moment the supported version is 6, but will be extended to also + allow for selection of mlt 7 shortly. + 20210604: AUTHOR: mat@FreeBSD.org |