Date: Tue, 24 Jan 2017 14:00:51 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432340 - head/multimedia/vapoursynth Message-ID: <201701241400.v0OE0pqb038991@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Tue Jan 24 14:00:51 2017 New Revision: 432340 URL: https://svnweb.freebsd.org/changeset/ports/432340 Log: multimedia/vapoursynth: update to r36 Changes: http://www.vapoursynth.com/2017/01/r36-python-improvements-and-some-bug-fixes/ Changes: https://github.com/vapoursynth/vapoursynth/blob/R36/ChangeLog Modified: head/multimedia/vapoursynth/Makefile (contents, props changed) head/multimedia/vapoursynth/distinfo (contents, props changed) head/multimedia/vapoursynth/pkg-plist (contents, props changed) Modified: head/multimedia/vapoursynth/Makefile ============================================================================== --- head/multimedia/vapoursynth/Makefile Tue Jan 24 14:00:34 2017 (r432339) +++ head/multimedia/vapoursynth/Makefile Tue Jan 24 14:00:51 2017 (r432340) @@ -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 Reco 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 Modified: head/multimedia/vapoursynth/distinfo ============================================================================== --- head/multimedia/vapoursynth/distinfo Tue Jan 24 14:00:34 2017 (r432339) +++ head/multimedia/vapoursynth/distinfo Tue Jan 24 14:00:51 2017 (r432340) @@ -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 Modified: head/multimedia/vapoursynth/pkg-plist ============================================================================== --- head/multimedia/vapoursynth/pkg-plist Tue Jan 24 14:00:34 2017 (r432339) +++ head/multimedia/vapoursynth/pkg-plist Tue Jan 24 14:00:51 2017 (r432340) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701241400.v0OE0pqb038991>