Date: Mon, 6 May 2024 13:50:42 GMT From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5fbd6328aa84 - main - multimedia/mlt7: bump after update graphics/opencv Message-ID: <202405061350.446DogUW077873@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=5fbd6328aa849ecb0b0a808d4363e58b6fe0c153 commit 5fbd6328aa849ecb0b0a808d4363e58b6fe0c153 Author: Vladimir Druzenko <vvd@FreeBSD.org> AuthorDate: 2024-05-06 13:46:57 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-05-06 13:48:46 +0000 multimedia/mlt7: bump after update graphics/opencv graphics/opencv was updated in 0a2c5ca042fda31ac37c629793420d7035502e01 mlt7 is missing a required shared library: libopencv_videoio.so.406 mlt7 is missing a required shared library: libopencv_video.so.406 mlt7 is missing a required shared library: libopencv_tracking.so.406 ... --- multimedia/mlt7/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/multimedia/mlt7/Makefile b/multimedia/mlt7/Makefile index dbed7b13833d..3f2d209bdca9 100644 --- a/multimedia/mlt7/Makefile +++ b/multimedia/mlt7/Makefile @@ -1,5 +1,6 @@ PORTNAME= ${_MLT_PORTNAME} DISTVERSION= ${_MLT_VERSION} +PORTREVISION?= 1 CATEGORIES?= multimedia MASTER_SITES= https://github.com/mltframework/mlt/releases/download/v${DISTVERSION}/ DISTFILES= mlt-${DISTVERSION}${EXTRACT_SUFX}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405061350.446DogUW077873>