From 5c8adda9492587fe0c7d9c8160dbdf6f9b2e09a3 Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Fri, 30 Jul 2021 19:39:04 +0200 Subject: 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 --- CHANGES | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 5f5f68aacca1..e27bd69ff13e 100644 --- a/CHANGES +++ b/CHANGES @@ -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: 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 -- cgit v1.2.3