Hello! I updated fmpegthumbnailer to 2.2.0 (switch build system to cmake)
and take maintainership.
ok?
? patches/patch-CMakeLists_txt
Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/ffmpegthumbnailer/Makefile,v
retrieving revision 1.32
diff -u -p -u -p -r1.32 Makefile
--- Makefile 26 Jul 2017 22:45:23 -0000 1.32
+++ Makefile 14 Dec 2017 14:34:29 -0000
@@ -1,29 +1,27 @@
-# $OpenBSD: Makefile,v 1.32 2017/07/26 22:45:23 sthen Exp $
+# $OpenBSD: Makefile,v 1.32 2017/07/26 22:45:23 sthen Exp $m
COMMENT= lightweight video thumbnailer for file managers
-DISTNAME= ffmpegthumbnailer-2.0.8
-REVISION= 5
+DISTNAME= ffmpegthumbnailer-2.2.0
CATEGORIES= graphics multimedia
-MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=ffmpegthumbnailer/}
+MASTER_SITES=
https://github.com/dirkvdb/ffmpegthumbnailer/releases/download/2.2.0/
-SHARED_LIBS= ffmpegthumbnailer 4.1
+SHARED_LIBS= ffmpegthumbnailer 4.1
+
+EXTRACT_SUFX= .tar.bz2
HOMEPAGE= https://github.com/dirkvdb/ffmpegthumbnailer
+MAINTAINER = Victor Kukshiev <[email protected]>
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
-WANTLIB += avcodec avformat avutil c jpeg m png pthread ${COMPILER_LIBCXX}
-WANTLIB += swscale xvidcore
+MODULES = devel/cmake
+WANTLIB += avcodec avfilter avformat avutil c jpeg m png pthread
${COMPILER_LIBCXX} z
LIB_DEPENDS= graphics/ffmpeg \
graphics/jpeg \
graphics/png
-CONFIGURE_STYLE= autoconf
-AUTOCONF_VERSION= 2.69
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/graphics/ffmpegthumbnailer/distinfo,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 distinfo
--- distinfo 20 Nov 2012 12:01:07 -0000 1.7
+++ distinfo 14 Dec 2017 14:34:29 -0000
@@ -1,2 +1,2 @@
-SHA256 (ffmpegthumbnailer-2.0.8.tar.gz) =
LIu++oONOOpC/IrHgljNo2hl2XTJkWJLFM/9uSo7xos=
-SIZE (ffmpegthumbnailer-2.0.8.tar.gz) = 367186
+SHA256 (ffmpegthumbnailer-2.2.0.tar.bz2) =
5cMSmdBkloGYzTePdIjlLNXnOPrJmO6ngLx31/MiOMI=
+SIZE (ffmpegthumbnailer-2.2.0.tar.bz2) = 1223895
Index: patches/patch-configure_ac
===================================================================
RCS file: patches/patch-configure_ac
diff -N patches/patch-configure_ac
--- patches/patch-configure_ac 20 Nov 2012 12:01:07 -0000 1.4
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,12 +0,0 @@
-$OpenBSD: patch-configure_ac,v 1.4 2012/11/20 12:01:07 dcoppa Exp $
---- configure.ac.orig Sat Aug 25 15:00:19 2012
-+++ configure.ac Tue Nov 20 12:18:46 2012
-@@ -128,7 +128,7 @@ AC_ARG_ENABLE(debug,
- AM_CONDITIONAL(DEBUG, test "$enable_debug" = "yes")
- if test "$DEBUG" = "yes"; then
- AC_DEFINE(ENABLE_DEBUG, [], "Enable debug mode")
-- CXXFLAGS="$CXXFLAGS -g -O1 -Wall -Werror -Wfatal-errors"
-+ CXXFLAGS="$CXXFLAGS -g -Wall -Werror -Wfatal-errors"
- fi
-
- AC_ARG_ENABLE(unittests,
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/graphics/ffmpegthumbnailer/pkg/PLIST,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 PLIST
--- pkg/PLIST 16 Mar 2015 18:07:46 -0000 1.5
+++ pkg/PLIST 14 Dec 2017 14:34:29 -0000
@@ -1,14 +1,13 @@
@comment $OpenBSD: PLIST,v 1.5 2015/03/16 18:07:46 naddy Exp $
@bin bin/ffmpegthumbnailer
include/libffmpegthumbnailer/
+include/libffmpegthumbnailer/ffmpegthumbnailertypes.h
include/libffmpegthumbnailer/filmstripfilter.h
include/libffmpegthumbnailer/ifilter.h
include/libffmpegthumbnailer/imagetypes.h
include/libffmpegthumbnailer/videoframe.h
include/libffmpegthumbnailer/videothumbnailer.h
include/libffmpegthumbnailer/videothumbnailerc.h
-lib/libffmpegthumbnailer.a
-lib/libffmpegthumbnailer.la
@lib lib/libffmpegthumbnailer.so.${LIBffmpegthumbnailer_VERSION}
lib/pkgconfig/libffmpegthumbnailer.pc
@man man/man1/ffmpegthumbnailer.1