diff --git a/graphics/vapoursynth-fmtconv/Makefile b/graphics/vapoursynth-fmtconv/Makefile index 2628189fdb17..5e627a894b50 100644 --- a/graphics/vapoursynth-fmtconv/Makefile +++ b/graphics/vapoursynth-fmtconv/Makefile @@ -1,40 +1,40 @@ PORTNAME= fmtconv PORTVERSION= r24 CATEGORIES= graphics PKGNAMEPREFIX= vapoursynth- PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= c6e76cb3ed83.patch:-p1 # https://github.com/EleonoreMizo/fmtconv/issues/23 MAINTAINER= jbeich@FreeBSD.org -COMMENT= Format conversion tools for Vapoursynth +COMMENT= Format conversion tools for Vapoursynth and Avisyth+ LICENSE= WTFPL BROKEN_powerpc64= fails to compile on powerpc64: \#error USE_GITHUB= yes GH_ACCOUNT= EleonoreMizo USES= autoreconf compiler:c++11-lib gmake libtool WRKSRC_SUBDIR= build/unix PATCH_WRKSRC= ${WRKSRC:H:H} GNU_CONFIGURE= yes CONFIGURE_ARGS= --libdir="${DATADIR}" INSTALL_TARGET= install-strip DATADIR= ${PREFIX}/lib/vapoursynth DOCSDIR= ${PREFIX}/share/doc/${PKGBASE} PORTDATA= lib${PORTNAME}.so PORTDOCS= * OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's/x86_64/&|amd64/' \ ${WRKSRC}/configure.ac post-install: (cd ${PATCH_WRKSRC}/doc && ${COPYTREE_SHARE} \ "${PORTDOCS}" ${STAGEDIR}${DOCSDIR}) .include diff --git a/graphics/vapoursynth-fmtconv/pkg-descr b/graphics/vapoursynth-fmtconv/pkg-descr index 4effb7650f1e..fb053ecf6a74 100644 --- a/graphics/vapoursynth-fmtconv/pkg-descr +++ b/graphics/vapoursynth-fmtconv/pkg-descr @@ -1,21 +1,21 @@ -Fmtconv is a format-conversion plug-in for the Vapoursynth video -processing engine. +Fmtconv is a format-conversion plug-in for the Vapoursynth and +Avisynth+ video processing engines. It does: * Resizing. * Bitdepth conversion with dithering. * Colorspace conversion (matrix, transfer characteristics and chromatic adaptation). It supports: * Pixel data types: 8--12-, 14- and 16-bit integer, 32-bit float. * Colorspaces: RGB, Y, YUV in 4:4:4, 4:2:2, 4:2:0, 4:1:1 and YCgCo with the same chroma subsampling factors. * Progressive and interlaced content. Fmtconv is focussed primarily on quality and exactness rather than execution speed. This does not mean it is slow or unoptimized, but fmtconv is clearly not on par with the fastest equivalent 8-bit filters. WWW: https://github.com/EleonoreMizo/fmtconv