diff options
Diffstat (limited to 'multimedia/vapoursynth')
-rw-r--r-- | multimedia/vapoursynth/Makefile | 11 | ||||
-rw-r--r-- | multimedia/vapoursynth/distinfo | 6 | ||||
-rw-r--r-- | multimedia/vapoursynth/pkg-plist | 1 |
3 files changed, 11 insertions, 7 deletions
diff --git a/multimedia/vapoursynth/Makefile b/multimedia/vapoursynth/Makefile index 31e3a1c8283a..a49974861d60 100644 --- a/multimedia/vapoursynth/Makefile +++ b/multimedia/vapoursynth/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= vapoursynth -DISTVERSION= R35 -PORTREVISION= 2 +DISTVERSION= R36 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org @@ -38,7 +37,8 @@ OPTIONS_GROUP= COMPS PLUGINS COMPS_DESC= Components OPTIONS_GROUP_COMPS= CORE PYTHON VSPIPE VSSCRIPT PLUGINS_DESC= Plugins -OPTIONS_GROUP_PLUGINS= ASS EEDI3 IMAGEMAGICK MORPHO TESSERACT REMOVEGRAIN VINVERSE VIVTC +OPTIONS_GROUP_PLUGINS= ASS EEDI3 IMAGEMAGICK MISCFILTERS MORPHO TESSERACT \ + REMOVEGRAIN VINVERSE VIVTC # General options @@ -59,7 +59,7 @@ SIMD_CONFIGURE_ENABLE= x86-asm # COMPS group CORE_DESC= Core library -CORE_BUILD_DEPENDS= sekrit-twc-zimg>=2.3:graphics/sekrit-twc-zimg +CORE_BUILD_DEPENDS= sekrit-twc-zimg>=2.4:graphics/sekrit-twc-zimg CORE_LIB_DEPENDS= libzimg.so:graphics/sekrit-twc-zimg CORE_USES= compiler:c++11-lib CORE_CONFIGURE_ENABLE= core @@ -96,6 +96,9 @@ TESSERACT_DESC= Optical Character Recognition via Tesseract TESSERACT_LIB_DEPENDS= libtesseract.so:graphics/tesseract TESSERACT_CONFIGURE_ENABLE= ocr +MISCFILTERS_DESC= Miscellaneous filters +MISCFILTERS_CONFIGURE_ENABLE= miscfilters + MORPHO_DESC= Morphological filter MORPHO_CONFIGURE_ENABLE= morpho diff --git a/multimedia/vapoursynth/distinfo b/multimedia/vapoursynth/distinfo index bb7ded188811..5b8e4469ac66 100644 --- a/multimedia/vapoursynth/distinfo +++ b/multimedia/vapoursynth/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1477613192 -SHA256 (vapoursynth-vapoursynth-R35_GH0.tar.gz) = 762cada84d2f975ec925a1eb719dd8a2f40dfaa69d10c358b228184785f64918 -SIZE (vapoursynth-vapoursynth-R35_GH0.tar.gz) = 544641 +TIMESTAMP = 1485034906 +SHA256 (vapoursynth-vapoursynth-R36_GH0.tar.gz) = 8a156c5143cecd70b48e59428ec175e901510593082d3ddbc16fba93f5b6c704 +SIZE (vapoursynth-vapoursynth-R36_GH0.tar.gz) = 555591 diff --git a/multimedia/vapoursynth/pkg-plist b/multimedia/vapoursynth/pkg-plist index 2f140736f6a2..6416c2e1ed98 100644 --- a/multimedia/vapoursynth/pkg-plist +++ b/multimedia/vapoursynth/pkg-plist @@ -13,6 +13,7 @@ %%ASS%%%%DATADIR%%/libsubtext.so %%EEDI3%%%%DATADIR%%/libeedi3.so %%IMAGEMAGICK%%%%DATADIR%%/libimwri.so +%%MISCFILTERS%%%%DATADIR%%/libmiscfilters.so %%MORPHO%%%%DATADIR%%/libmorpho.so %%TESSERACT%%%%DATADIR%%/libocr.so %%REMOVEGRAIN%%%%DATADIR%%/libremovegrain.so |