View | Details | Raw Unified | Return to bug 248095 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-5 / +4 lines)
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
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1485821757
1
TIMESTAMP = 1595238599
2
SHA256 (dirkvdb-ffmpegthumbnailer-2.2.0_GH0.tar.gz) = 8bc74755aa960531acdea8fa19ad7e1b7c806c28a068306a8c7150d278241a8f
2
SHA256 (ffmpegthumbnailer-2.2.2.tar.bz2) = 1cb24059c38223f657b300c84dd80491b7040d4b69471c4fea69be862bc99b5b
3
SIZE (dirkvdb-ffmpegthumbnailer-2.2.0_GH0.tar.gz) = 1284692
3
SIZE (ffmpegthumbnailer-2.2.2.tar.bz2) = 1201838
(-)pkg-plist (-1 / +1 lines)
Lines 8-14 Link Here
8
include/libffmpegthumbnailer/videothumbnailerc.h
8
include/libffmpegthumbnailer/videothumbnailerc.h
9
lib/libffmpegthumbnailer.so
9
lib/libffmpegthumbnailer.so
10
lib/libffmpegthumbnailer.so.4
10
lib/libffmpegthumbnailer.so.4
11
lib/libffmpegthumbnailer.so.4.13.1
11
lib/libffmpegthumbnailer.so.4.15.1
12
libdata/pkgconfig/libffmpegthumbnailer.pc
12
libdata/pkgconfig/libffmpegthumbnailer.pc
13
man/man1/ffmpegthumbnailer.1.gz
13
man/man1/ffmpegthumbnailer.1.gz
14
%%THUMBNAILER%%share/thumbnailers/ffmpegthumbnailer.thumbnailer
14
%%THUMBNAILER%%share/thumbnailers/ffmpegthumbnailer.thumbnailer

Return to bug 248095