diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-07-30 17:39:04 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-07-30 18:14:36 +0000 |
commit | 5c8adda9492587fe0c7d9c8160dbdf6f9b2e09a3 (patch) | |
tree | 66fc99bf71951a99b308de43eb573838d8458fb1 /UPDATING | |
parent | f8617a24662331dd03d72d4bc36a0238ec54d119 (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 'UPDATING')
-rw-r--r-- | UPDATING | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -5,6 +5,13 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20210730: + AFFECTS: users of multimedia/mlt, multimedia/mlt-qt and multimedia/py-mlt + AUTHOR: kde@FreeBSD.org + + multimedia/{py-,}mlt{-qt5,} has been moved to multimedia/{py-,}mlt6{-qt5,} + to make room for importin the next major version of the mlt framework. + 20210721: AFFECTS: users of x11/rxvt-unicode AUTHOR: thierry@FreeBSD.org |