Date: Mon, 6 May 2024 13:52:24 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: 9d477401524d - main - multimedia/libopenshot: bump after update graphics/opencv Message-ID: <202405061352.446DqOuI084143@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=9d477401524d832eec0dc1bf550d3a5a6781d521 commit 9d477401524d832eec0dc1bf550d3a5a6781d521 Author: Vladimir Druzenko <vvd@FreeBSD.org> AuthorDate: 2024-05-06 13:51:13 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-05-06 13:52:12 +0000 multimedia/libopenshot: bump after update graphics/opencv graphics/opencv was updated in 0a2c5ca042fda31ac37c629793420d7035502e01 py310-libopenshot is missing a required shared library: libopencv_videoio.so.406 py310-libopenshot is missing a required shared library: libopencv_video.so.406 py310-libopenshot is missing a required shared library: libopencv_tracking.so.406 ... --- multimedia/libopenshot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multimedia/libopenshot/Makefile b/multimedia/libopenshot/Makefile index 2be0f3ecb6ae..b84716ffa877 100644 --- a/multimedia/libopenshot/Makefile +++ b/multimedia/libopenshot/Makefile @@ -1,7 +1,7 @@ PORTNAME= libopenshot DISTVERSIONPREFIX= v DISTVERSION= 0.3.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405061352.446DqOuI084143>