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/vlc/Makefile | |
parent | 8c5202b6db28e9d2b87d38bf4c165fd7f2c599a5 (diff) |
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)
Notes
Notes:
svn path=/head/; revision=495302
Diffstat (limited to 'multimedia/vlc/Makefile')
-rw-r--r-- | multimedia/vlc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index 5f06f8b4c592..4cd9db7c4ac9 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -3,7 +3,7 @@ PORTNAME= vlc DISTVERSION= 3.0.6 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 4 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ |