git: c01c74efa580 - main - multimedia/olive: fix compatibility with OpenEXR 3.3.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 13 Oct 2024 15:22:56 UTC
The branch main has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=c01c74efa580ae54c2e6028fa191b3e22abeb787 commit c01c74efa580ae54c2e6028fa191b3e22abeb787 Author: Matthias Andree <mandree@FreeBSD.org> AuthorDate: 2024-10-04 21:22:39 +0000 Commit: Matthias Andree <mandree@FreeBSD.org> CommitDate: 2024-10-13 13:55:01 +0000 multimedia/olive: fix compatibility with OpenEXR 3.3.0 ...and stop hardcoding openexr library version. --- multimedia/olive/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/multimedia/olive/Makefile b/multimedia/olive/Makefile index 254bdfd23910..f80f044f0684 100644 --- a/multimedia/olive/Makefile +++ b/multimedia/olive/Makefile @@ -15,9 +15,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= frei0r>0:graphics/frei0r LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ - libImath-3_1.so:math/Imath \ + libImath.so:math/Imath \ libOpenColorIO.so:graphics/opencolorio \ - libOpenEXR-3_2.so:graphics/openexr \ + libOpenEXR.so:graphics/openexr \ libOpenImageIO.so:graphics/openimageio \ libportaudio.so:audio/portaudio RUN_DEPENDS= frei0r>0:graphics/frei0r