Lines 2-10
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= ffmpegthumbnailer |
4 |
PORTNAME= ffmpegthumbnailer |
5 |
PORTVERSION= 2.2.0 |
5 |
PORTVERSION= 2.2.2 |
6 |
PORTREVISION= 10 |
|
|
7 |
CATEGORIES= multimedia graphics |
6 |
CATEGORIES= multimedia graphics |
|
|
7 |
MASTER_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/releases/download/${PORTVERSION}/ |
8 |
|
8 |
|
9 |
MAINTAINER= ports@FreeBSD.org |
9 |
MAINTAINER= ports@FreeBSD.org |
10 |
COMMENT= Lightweight video thumbnailer that can be used by file managers |
10 |
COMMENT= Lightweight video thumbnailer that can be used by file managers |
Lines 15-28
Link Here
|
15 |
LIB_DEPENDS= libpng.so:graphics/png \ |
15 |
LIB_DEPENDS= libpng.so:graphics/png \ |
16 |
libswscale.so:multimedia/ffmpeg |
16 |
libswscale.so:multimedia/ffmpeg |
17 |
|
17 |
|
18 |
USE_GITHUB= yes |
|
|
19 |
GH_ACCOUNT= dirkvdb |
18 |
GH_ACCOUNT= dirkvdb |
20 |
|
19 |
|
21 |
USES= cmake compiler:c++11-lib gnome jpeg localbase pathfix pkgconfig |
20 |
USES= cmake compiler:c++11-lib gnome jpeg localbase pathfix pkgconfig tar:bz2 |
22 |
USE_GNOME= glib20 |
21 |
USE_GNOME= glib20 |
23 |
USE_LDCONFIG= yes |
22 |
USE_LDCONFIG= yes |
24 |
|
23 |
|
25 |
CMAKE_ARGS= -DENABLE_GIO=ON |
24 |
CMAKE_ARGS= -DCMAKE_BUILD_TYPE=Release -DENABLE_TESTS=OFF -DENABLE_GIO=ON |
26 |
|
25 |
|
27 |
OPTIONS_DEFINE= THUMBNAILER |
26 |
OPTIONS_DEFINE= THUMBNAILER |
28 |
THUMBNAILER_DESC=Register as a system thumbnailer |
27 |
THUMBNAILER_DESC=Register as a system thumbnailer |