Files
ports/multimedia/ffmpegthumbnailer/Makefile
T
Tijl Coosemans b6ec06f079 */*: Use C.UTF-8 locale
Ports 02f27a83b4 fixed the ports tree to the C locale so it would work
correctly in environments where users use a locale that isn't compatible
with the C locale, e.g. xx_YY.UTF-8 where [A-Z] includes more than just
upper case letters.  USE_LOCALE was introduced to let ports use another
locale if they needed it.  The C.UTF-8 locale was created later on to be
mostly compatible with the C locale.

Switch the ports tree locale to C.UTF-8 and remove USE_LOCALE.  The
world has moved to Unicode so all ports either require it or know how to
build correctly in a Unicode environment.

PR:		295945
Exp-run by:	antoine
2026-06-30 22:03:57 +02:00

39 lines
1009 B
Makefile

PORTNAME= ffmpegthumbnailer
DISTVERSIONPREFIX= v
DISTVERSION= 2.3.0
PORTREVISION= 1
CATEGORIES= multimedia graphics
MAINTAINER= nxjoseph@FreeBSD.org
COMMENT= Lightweight video thumbnailer that can be used by file managers
WWW= https://github.com/dirkvdb/ffmpegthumbnailer
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libavformat.so:multimedia/ffmpeg \
libpng.so:graphics/png
USES= cmake:testing compiler:c++14-lang gnome jpeg localbase \
pathfix pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= dirkvdb
USE_GNOME= glib20
USE_LDCONFIG= yes
CMAKE_ON= ENABLE_GIO
CMAKE_OFF= ENABLE_TESTS
CMAKE_TESTING_ON= ENABLE_TESTS
OPTIONS_DEFINE= AUDIO_THUMBNAILER THUMBNAILER
OPTIONS_DEFAULT= AUDIO_THUMBNAILER THUMBNAILER
OPTIONS_SUB= yes
AUDIO_THUMBNAILER_DESC= Register as a system thumbnailer for audio files
THUMBNAILER_DESC= Register as a system thumbnailer for video files
AUDIO_THUMBNAILER_CMAKE_BOOL= ENABLE_AUDIO_THUMBNAILER
THUMBNAILER_CMAKE_BOOL= ENABLE_THUMBNAILER
.include <bsd.port.mk>