From owner-svn-ports-head@freebsd.org Tue Jun 13 19:53:37 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2A18BFD381; Tue, 13 Jun 2017 19:53:36 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B31A2659E1; Tue, 13 Jun 2017 19:53:36 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5DJrZsg059462; Tue, 13 Jun 2017 19:53:35 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5DJrZBk059460; Tue, 13 Jun 2017 19:53:35 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201706131953.v5DJrZBk059460@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 13 Jun 2017 19:53:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443530 - head/multimedia/vapoursynth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2017 19:53:37 -0000 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