git: 5a069e390cd8 - main - science/afni: Replace mpeg_encode with ffmpeg
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 27 Dec 2024 19:05:23 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=5a069e390cd8b0470f068eae7c6a914b42031240 commit 5a069e390cd8b0470f068eae7c6a914b42031240 Author: Fernando Apesteguía <fernape@FreeBSD.org> AuthorDate: 2024-12-27 17:25:09 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2024-12-27 19:05:05 +0000 science/afni: Replace mpeg_encode with ffmpeg As a runtime dependency. Reported by: diizzy@ --- science/afni/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/science/afni/Makefile b/science/afni/Makefile index 2a056997e47a..c8f7424fd2b8 100644 --- a/science/afni/Makefile +++ b/science/afni/Makefile @@ -1,6 +1,7 @@ PORTNAME= afni DISTVERSIONPREFIX= AFNI_ DISTVERSION= 24.3.10 +PORTREVISION= 1 CATEGORIES= science biology graphics perl5 python MAINTAINER= fernape@FreeBSD.org @@ -32,7 +33,7 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 \ # Remote execution of suma. Also needed for glxinfo. RUN_DEPENDS= endian:sysutils/endian \ - mpeg_encode:multimedia/mpeg_encode \ + ffmpeg:multimedia/ffmpeg \ qhull:math/qhull \ R:math/R \ ${CRAN_DEPENDS}