Date: Thu, 27 Apr 2023 12:03:54 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a8e1a7c51179 - main - devel/ignition-common: Move to FFmpeg 4 Message-ID: <202304271203.33RC3sCv046062@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=a8e1a7c51179ad1caf585017b533c3e5bf7b53f6 commit a8e1a7c51179ad1caf585017b533c3e5bf7b53f6 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-04-27 09:33:21 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-04-27 12:01:41 +0000 devel/ignition-common: Move to FFmpeg 4 Fails to build with FFmpeg 6 PR: 270198 Approved by: portmgr (blanket, build fix) Sponsored by: Blinkinblox --- devel/ignition-common/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/ignition-common/Makefile b/devel/ignition-common/Makefile index d5782863e832..2ef01da1e9fc 100644 --- a/devel/ignition-common/Makefile +++ b/devel/ignition-common/Makefile @@ -12,14 +12,14 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ignition-cmake==2:devel/ignition-cmake -LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ +LIB_DEPENDS= libavcodec.so.58:multimedia/ffmpeg4 \ libfreeimage.so:graphics/freeimage \ libgts.so:graphics/gts \ libtinyxml2.so:textproc/tinyxml2 \ libuuid.so:misc/e2fsprogs-libuuid \ libignition-math6.so:math/ignition-math -USES= cmake compiler:c++17-lang gnome pkgconfig +USES= cmake compiler:c++17-lang gnome localbase pkgconfig USE_GNOME= glib20 USE_LDCONFIG= yeshome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304271203.33RC3sCv046062>
