Update to ffmpegthumbnailer 2.2.0, from Victor Kukshiev who takes
maintainership.
This commit is contained in:
parent
6c4c50522c
commit
22c0a29ccd
@ -1,29 +1,27 @@
|
||||
# $OpenBSD: Makefile,v 1.32 2017/07/26 22:45:23 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.33 2017/12/15 21:11:42 landry Exp $m
|
||||
|
||||
COMMENT= lightweight video thumbnailer for file managers
|
||||
|
||||
DISTNAME= ffmpegthumbnailer-2.0.8
|
||||
REVISION= 5
|
||||
CATEGORIES= graphics multimedia
|
||||
MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=ffmpegthumbnailer/}
|
||||
|
||||
SHARED_LIBS= ffmpegthumbnailer 4.1
|
||||
GH_ACCOUNT= dirkvdb
|
||||
GH_PROJECT= ffmpegthumbnailer
|
||||
GH_TAGNAME= 2.2.0
|
||||
|
||||
SHARED_LIBS= ffmpegthumbnailer 5.0
|
||||
HOMEPAGE= https://github.com/dirkvdb/ffmpegthumbnailer
|
||||
MAINTAINER= Victor Kukshiev <andrey0bolkonsky@gmail.com>
|
||||
MASTER_SITES= https://github.com/dirkvdb/ffmpegthumbnailer/releases/download/${GH_TAGNAME}/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
# 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>
|
||||
|
@ -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
|
||||
|
@ -1,14 +1,13 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2015/03/16 18:07:46 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2017/12/15 21:11:42 landry 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user