Files
landry c5d864c873 graphics/ffmpegthumbnailer: update to 2.2.2 (well actually git head)
includes updates to use FFmpeg 4 API and bugfixes on top. Bump major.

from Brad, ok Victor Kukshiev (MAINTAINER)
2023-04-17 11:30:30 +00:00

27 lines
647 B
Makefile

COMMENT= lightweight video thumbnailer for file managers
CATEGORIES= graphics multimedia
DISTNAME= ffmpegthumbnailer-2.2.2
REVISION= 0
GH_ACCOUNT= dirkvdb
GH_PROJECT= ffmpegthumbnailer
GH_COMMIT= c2fba253f3751f9bb825defec66109e5d33c74d6
SHARED_LIBS= ffmpegthumbnailer 6.0
HOMEPAGE= https://github.com/dirkvdb/ffmpegthumbnailer
MAINTAINER= Victor Kukshiev <andrey0bolkonsky@gmail.com>
# GPLv2+
PERMIT_PACKAGE= Yes
COMPILER = base-clang ports-gcc
MODULES = devel/cmake
WANTLIB += avcodec avfilter avformat avutil c jpeg m png pthread ${COMPILER_LIBCXX} z
LIB_DEPENDS= graphics/ffmpeg \
graphics/jpeg \
graphics/png
.include <bsd.port.mk>