Date: Sun, 10 Apr 2016 01:20: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: r412883 - in head/multimedia: ffms2 vapoursynth Message-ID: <201604100120.u3A1KZid089315@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Sun Apr 10 01:20:35 2016 New Revision: 412883 URL: https://svnweb.freebsd.org/changeset/ports/412883 Log: Fix typos in r412879 and r412880 Modified: head/multimedia/ffms2/Makefile (contents, props changed) head/multimedia/vapoursynth/pkg-descr (contents, props changed) Modified: head/multimedia/ffms2/Makefile ============================================================================== --- head/multimedia/ffms2/Makefile Sun Apr 10 01:12:58 2016 (r412882) +++ head/multimedia/ffms2/Makefile Sun Apr 10 01:20:35 2016 (r412883) @@ -35,6 +35,6 @@ post-patch: post-install: ${MKDIR} ${STAGEDIR}${DATADIR} - ${LN} -sf ../libffms2.so ${STAGEDIR}${DATADIR}/ + ${LN} -sf ../lib${PORTNAME}.so ${STAGEDIR}${DATADIR}/ .include <bsd.port.mk> Modified: head/multimedia/vapoursynth/pkg-descr ============================================================================== --- head/multimedia/vapoursynth/pkg-descr Sun Apr 10 01:12:58 2016 (r412882) +++ head/multimedia/vapoursynth/pkg-descr Sun Apr 10 01:20:35 2016 (r412883) @@ -4,7 +4,7 @@ C++ and a Python module to allow video s to be when I started thinking about alternative designs for Avisynth and most of it was written over a 3 month period. -The software has been heavily inspired by and aims to be a 21st +The software has been heavily inspired by Avisynth and aims to be a 21st century rewrite, taking advantage of the advancements computers have made since the late 90s. The main features compared to Avisynth are:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604100120.u3A1KZid089315>