diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-03-10 17:10:56 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-03-10 17:10:56 +0000 |
commit | 71bb197b3aab49b09719d421fb6d759af74e4fb9 (patch) | |
tree | bf8ef7458d6c9930be312d5ef66088762504b776 /multimedia/avidemux-plugins | |
parent | 8c5202b6db28e9d2b87d38bf4c165fd7f2c599a5 (diff) | |
download | freebsd-ports-71bb197b3aab49b09719d421fb6d759af74e4fb9.zip |
multimedia/x265: update to 3.0
- Add SVTHEVC option, see http://x265.org/x265-svt-hevc-house/
- Drop libmd patch due to rebase churn for what little value it provides
Changes: https://x265.readthedocs.io/en/latest/releasenotes.html#version-3-0
PR: 235906
Approved by: maintainer timeout (2 weeks)
Diffstat (limited to 'multimedia/avidemux-plugins')
-rw-r--r-- | multimedia/avidemux-plugins/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/avidemux-plugins/Makefile b/multimedia/avidemux-plugins/Makefile index b27e9da348ff..5303d5f0f4ce 100644 --- a/multimedia/avidemux-plugins/Makefile +++ b/multimedia/avidemux-plugins/Makefile @@ -3,7 +3,7 @@ PORTNAME= avidemux PORTVERSION= ${AVIDEMUX_VERSION} -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= multimedia PKGNAMESUFFIX= -plugins |