diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-04-10 01:20:35 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-04-10 01:20:35 +0000 |
commit | bd3e639c964ea42f7da0358c3005bce360eb5d84 (patch) | |
tree | 84087a668e5d576c24c268597997d1b6ba4b910e /multimedia | |
parent | 40c97765a1759656eed197886e71fb28d08dbab5 (diff) |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/ffms2/Makefile | 2 | ||||
-rw-r--r-- | multimedia/vapoursynth/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/ffms2/Makefile b/multimedia/ffms2/Makefile index 75bd663c91f1..2a943d611dca 100644 --- a/multimedia/ffms2/Makefile +++ b/multimedia/ffms2/Makefile @@ -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> diff --git a/multimedia/vapoursynth/pkg-descr b/multimedia/vapoursynth/pkg-descr index 19c1c27959ab..4374b22dcb9e 100644 --- a/multimedia/vapoursynth/pkg-descr +++ b/multimedia/vapoursynth/pkg-descr @@ -4,7 +4,7 @@ C++ and a Python module to allow video scripts to be created. It came 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: |