multimedia/vapoursynth-vmaf: add new port
VMAF filter for VapourSynth. VMAF is a perceptual video quality assessment algorithm developed by Netflix. https://github.com/HomeOfVapourSynthEvolution/VapourSynth-VMAF
This commit is contained in:
parent
5285847538
commit
4d6e183006
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=516437
4 changed files with 40 additions and 0 deletions
|
@ -413,6 +413,7 @@
|
|||
SUBDIR += vamps
|
||||
SUBDIR += vapoursynth
|
||||
SUBDIR += vapoursynth-l-smash-works
|
||||
SUBDIR += vapoursynth-vmaf
|
||||
SUBDIR += vcdgear
|
||||
SUBDIR += vcdimager
|
||||
SUBDIR += vcdpad
|
||||
|
|
32
multimedia/vapoursynth-vmaf/Makefile
Normal file
32
multimedia/vapoursynth-vmaf/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= vmaf
|
||||
DISTVERSION= r6
|
||||
CATEGORIES= multimedia
|
||||
PKGNAMEPREFIX= vapoursynth-
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
COMMENT= Video Multi-Method Assessment Fusion plugin for VapourSynth
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/vapoursynth/VSHelper.h:multimedia/vapoursynth \
|
||||
${LOCALBASE}/lib/libvmaf.a:multimedia/vmaf
|
||||
|
||||
USES= compiler:c++17-lang meson pkgconfig
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= HomeOfVapourSynthEvolution
|
||||
GH_PROJECT= VapourSynth-${PORTNAME:tu}
|
||||
DATADIR= ${PREFIX}/lib/vapoursynth
|
||||
DOCSDIR= ${PREFIX}/share/doc/${PKGBASE}
|
||||
PORTDATA= lib${PORTNAME}.so model
|
||||
PORTDOCS= *.md
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
do-install-DOCS-on:
|
||||
(cd ${WRKSRC} && ${COPYTREE_SHARE} \
|
||||
"${PORTDOCS}" ${STAGEDIR}${DOCSDIR})
|
||||
|
||||
.include <bsd.port.mk>
|
3
multimedia/vapoursynth-vmaf/distinfo
Normal file
3
multimedia/vapoursynth-vmaf/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1570875289
|
||||
SHA256 (HomeOfVapourSynthEvolution-VapourSynth-VMAF-r6_GH0.tar.gz) = e6b5182ac3b0fffb3f79390fb93a8ae254b852f79e5f017cd2e09735b31534f5
|
||||
SIZE (HomeOfVapourSynthEvolution-VapourSynth-VMAF-r6_GH0.tar.gz) = 95311
|
4
multimedia/vapoursynth-vmaf/pkg-descr
Normal file
4
multimedia/vapoursynth-vmaf/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
VMAF filter for VapourSynth. VMAF is a perceptual video quality
|
||||
assessment algorithm developed by Netflix.
|
||||
|
||||
WWW: https://github.com/HomeOfVapourSynthEvolution/VapourSynth-VMAF
|
Loading…
Reference in a new issue