svn commit: r420869 - head/multimedia/vapoursynth

Jan Beich jbeich at FreeBSD.org
Thu Aug 25 18:17:29 UTC 2016


Author: jbeich
Date: Thu Aug 25 18:17:28 2016
New Revision: 420869
URL: https://svnweb.freebsd.org/changeset/ports/420869

Log:
  multimedia/vapoursynth: update to r33.1
  
  Changes:	http://www.vapoursynth.com/2016/08/r33-a-somewhat-experimental-release/

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	Thu Aug 25 17:58:54 2016	(r420868)
+++ head/multimedia/vapoursynth/Makefile	Thu Aug 25 18:17:28 2016	(r420869)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	vapoursynth
-DISTVERSION=	R32
+DISTVERSION=	R33.1
 CATEGORIES=	multimedia
 
 MAINTAINER=	jbeich at FreeBSD.org
@@ -60,6 +60,7 @@ SIMD_CONFIGURE_ENABLE=		x86-asm
 # COMPS group
 
 CORE_DESC=			Core library
+CORE_BUILD_DEPENDS=		sekrit-twc-zimg>=2.2:graphics/sekrit-twc-zimg
 CORE_LIB_DEPENDS=		libzimg.so:graphics/sekrit-twc-zimg
 CORE_USES=			compiler:c++11-lib
 CORE_CONFIGURE_ENABLE=		core
@@ -81,8 +82,9 @@ VSSCRIPT_CONFIGURE_ENABLE=	vsscript
 # PLUGINS group
 
 ASS_DESC=			Subtitles rendering via libass
-ASS_LIB_DEPENDS=		libass.so:multimedia/libass
-ASS_CONFIGURE_ENABLE=		assvapour
+ASS_LIB_DEPENDS=		libavcodec.so:multimedia/ffmpeg \
+				libass.so:multimedia/libass
+ASS_CONFIGURE_ENABLE=		subtext
 
 EEDI3_DESC=			Very slow edge directed interpolation
 EEDI3_CONFIGURE_ENABLE=		eedi3

Modified: head/multimedia/vapoursynth/distinfo
==============================================================================
--- head/multimedia/vapoursynth/distinfo	Thu Aug 25 17:58:54 2016	(r420868)
+++ head/multimedia/vapoursynth/distinfo	Thu Aug 25 18:17:28 2016	(r420869)
@@ -1,2 +1,3 @@
-SHA256 (vapoursynth-vapoursynth-R32_GH0.tar.gz) = e9560f64ba298c2ef9e6e3d88f63ea0ab88e14bbd0e9feee9c621b9224e408c8
-SIZE (vapoursynth-vapoursynth-R32_GH0.tar.gz) = 499058
+TIMESTAMP = 1472124040
+SHA256 (vapoursynth-vapoursynth-R33.1_GH0.tar.gz) = 8c448e67bccbb56af96ed0e6ba65f0ec60bc33482efd0534f5b4614fb8920494
+SIZE (vapoursynth-vapoursynth-R33.1_GH0.tar.gz) = 551350

Modified: head/multimedia/vapoursynth/pkg-plist
==============================================================================
--- head/multimedia/vapoursynth/pkg-plist	Thu Aug 25 17:58:54 2016	(r420868)
+++ head/multimedia/vapoursynth/pkg-plist	Thu Aug 25 18:17:28 2016	(r420869)
@@ -10,7 +10,7 @@
 %%CORE%%lib/libvapoursynth.so
 %%PYTHON%%%%PYTHON_SITELIBDIR%%/vapoursynth.so
 %%DOCS%%%%VSPIPE%%man/man1/vspipe.1.gz
-%%ASS%%%%DATADIR%%/libassvapour.so
+%%ASS%%%%DATADIR%%/libsubtext.so
 %%EEDI3%%%%DATADIR%%/libeedi3.so
 %%IMAGEMAGICK%%%%DATADIR%%/libimwri.so
 %%MORPHO%%%%DATADIR%%/libmorpho.so


More information about the svn-ports-all mailing list