Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jun 2017 19:53:35 +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: r443530 - head/multimedia/vapoursynth
Message-ID:  <201706131953.v5DJrZBk059460@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue Jun 13 19:53:35 2017
New Revision: 443530
URL: https://svnweb.freebsd.org/changeset/ports/443530

Log:
  multimedia/vapoursynth: update to R38
  
  Changes:	http://www.vapoursynth.com/2017/06/r38-boxblur-is-best-blur/
  Changes:	https://github.com/vapoursynth/vapoursynth/blob/R38/ChangeLog

Modified:
  head/multimedia/vapoursynth/Makefile   (contents, props changed)
  head/multimedia/vapoursynth/distinfo   (contents, props changed)

Modified: head/multimedia/vapoursynth/Makefile
==============================================================================
--- head/multimedia/vapoursynth/Makefile	Tue Jun 13 19:15:43 2017	(r443529)
+++ head/multimedia/vapoursynth/Makefile	Tue Jun 13 19:53:35 2017	(r443530)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	vapoursynth
-PORTVERSION=	R37
-PORTREVISION=	2
+PORTVERSION=	R38
 CATEGORIES=	multimedia
 
 MAINTAINER=	jbeich@FreeBSD.org
@@ -84,12 +83,13 @@ VSSCRIPT_CONFIGURE_ENABLE=	vsscript
 ASS_DESC=			Subtitles rendering via libass
 ASS_LIB_DEPENDS=		libavcodec.so:multimedia/ffmpeg \
 				libass.so:multimedia/libass
+ASS_USES=			iconv
 ASS_CONFIGURE_ENABLE=		subtext
 
 EEDI3_DESC=			Very slow edge directed interpolation
 EEDI3_CONFIGURE_ENABLE=		eedi3
 
-IMAGEMAGICK_LIB_DEPENDS=	libMagick++-6.so:graphics/ImageMagick
+IMAGEMAGICK_LIB_DEPENDS=	libMagick++-7.so:graphics/ImageMagick7
 IMAGEMAGICK_USES=		compiler:c++11-lib
 IMAGEMAGICK_CONFIGURE_ENABLE=	imwri
 
@@ -114,6 +114,8 @@ VIVTC_CONFIGURE_ENABLE=		vivtc
 
 post-patch:
 	@${REINPLACE_CMD} -e 's/x86_64/&|amd64/' \
+		-e '/AC_SEARCH.*libiconv/d' \
+		-e '/test/s/[^ ]*libiconv.*-a //' \
 		${WRKSRC}/configure.ac
 
 post-build-DOCS-on:

Modified: head/multimedia/vapoursynth/distinfo
==============================================================================
--- head/multimedia/vapoursynth/distinfo	Tue Jun 13 19:15:43 2017	(r443529)
+++ head/multimedia/vapoursynth/distinfo	Tue Jun 13 19:53:35 2017	(r443530)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1489926955
-SHA256 (vapoursynth-vapoursynth-R37_GH0.tar.gz) = 25fee086442f07f8b6caf1508c18e6a694d52e125eec5959f89570990e6070bc
-SIZE (vapoursynth-vapoursynth-R37_GH0.tar.gz) = 558492
+TIMESTAMP = 1496056146
+SHA256 (vapoursynth-vapoursynth-R38_GH0.tar.gz) = 6dfd4bb28185fced32e530b5f31e98f535c534abeaf0b900a9b2e9327e12bd4a
+SIZE (vapoursynth-vapoursynth-R38_GH0.tar.gz) = 565709



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706131953.v5DJrZBk059460>