Index: head/multimedia/ffmpegthumbnailer/Makefile =================================================================== --- head/multimedia/ffmpegthumbnailer/Makefile (revision 375608) +++ head/multimedia/ffmpegthumbnailer/Makefile (revision 375609) @@ -1,38 +1,38 @@ # Created by: Dierk Sacher # $FreeBSD$ PORTNAME= ffmpegthumbnailer PORTVERSION= 2.0.9 PORTREVISION= 1 CATEGORIES= multimedia graphics MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= riggs/${PORTNAME} MAINTAINER= clutton@zoho.com COMMENT= Lightweight video thumbnailer that can be used by file managers LICENSE= GPLv2 # (or later) LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ libswscale.so:${PORTSDIR}/multimedia/ffmpeg \ libjpeg.so:${PORTSDIR}/graphics/jpeg CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig --enable-gio GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= libtool pathfix pkgconfig +USES= compiler:c++11-lib libtool pathfix pkgconfig USE_GNOME= glib20 USE_LDCONFIG= yes OPTIONS_DEFINE= THUMBNAILER THUMBNAILER_DESC=Register as a system thumbnailer OPTIONS_SUB= yes OPTIONS_DEFAULT=THUMBNAILER THUMBNAILER_CONFIGURE_ENABLE= thumbnailer .include Index: head/multimedia/ffmpegthumbnailer/files/patch-libffmpegthumbnailer_jpegwriter.h =================================================================== --- head/multimedia/ffmpegthumbnailer/files/patch-libffmpegthumbnailer_jpegwriter.h (nonexistent) +++ head/multimedia/ffmpegthumbnailer/files/patch-libffmpegthumbnailer_jpegwriter.h (revision 375609) @@ -0,0 +1,10 @@ +--- libffmpegthumbnailer/jpegwriter.h.orig 2014-05-30 02:04:59.000000000 -0700 ++++ libffmpegthumbnailer/jpegwriter.h 2014-12-02 18:20:46.000000000 -0800 +@@ -17,6 +17,7 @@ + #ifndef JPEG_WRITER_H + #define JPEG_WRITER_H + ++#include + #include + #include + Property changes on: head/multimedia/ffmpegthumbnailer/files/patch-libffmpegthumbnailer_jpegwriter.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property