From owner-svn-ports-head@freebsd.org Mon Dec 7 20:51:28 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BF13E4B5BBB; Mon, 7 Dec 2020 20:51:28 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cqb8054Hqz3pyF; Mon, 7 Dec 2020 20:51:28 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A0D31586; Mon, 7 Dec 2020 20:51:28 +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 0B7KpSEd067355; Mon, 7 Dec 2020 20:51:28 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0B7KpRBr067348; Mon, 7 Dec 2020 20:51:27 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202012072051.0B7KpRBr067348@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 7 Dec 2020 20:51:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r557247 - in head/multimedia: aom ffmpeg vapoursynth-vmaf vmaf x265 X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/multimedia: aom ffmpeg vapoursynth-vmaf vmaf x265 X-SVN-Commit-Revision: 557247 X-SVN-Commit-Repository: ports 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.34 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: Mon, 07 Dec 2020 20:51:28 -0000 Author: jbeich Date: Mon Dec 7 20:51:27 2020 New Revision: 557247 URL: https://svnweb.freebsd.org/changeset/ports/557247 Log: multimedia/vmaf: update to 2.0.0 Changes: https://github.com/Netflix/vmaf/releases/tag/v2.0.0 Reported by: GitHub (watch releases) Modified: head/multimedia/aom/Makefile (contents, props changed) head/multimedia/ffmpeg/Makefile (contents, props changed) head/multimedia/vapoursynth-vmaf/Makefile (contents, props changed) head/multimedia/vmaf/Makefile (contents, props changed) head/multimedia/vmaf/distinfo (contents, props changed) head/multimedia/vmaf/pkg-plist (contents, props changed) head/multimedia/x265/Makefile (contents, props changed) Modified: head/multimedia/aom/Makefile ============================================================================== --- head/multimedia/aom/Makefile Mon Dec 7 20:39:03 2020 (r557246) +++ head/multimedia/aom/Makefile Mon Dec 7 20:51:27 2020 (r557247) @@ -3,6 +3,7 @@ PORTNAME= aom DISTVERSIONPREFIX= v DISTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Mon Dec 7 20:39:03 2020 (r557246) +++ head/multimedia/ffmpeg/Makefile Mon Dec 7 20:51:27 2020 (r557247) @@ -3,7 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 4.3.1 -PORTREVISION= 8 +PORTREVISION= 9 PORTEPOCH= 1 CATEGORIES= multimedia audio net MASTER_SITES= https://ffmpeg.org/releases/ Modified: head/multimedia/vapoursynth-vmaf/Makefile ============================================================================== --- head/multimedia/vapoursynth-vmaf/Makefile Mon Dec 7 20:39:03 2020 (r557246) +++ head/multimedia/vapoursynth-vmaf/Makefile Mon Dec 7 20:51:27 2020 (r557247) @@ -2,7 +2,7 @@ PORTNAME= vmaf DISTVERSION= r6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia PKGNAMEPREFIX= vapoursynth- Modified: head/multimedia/vmaf/Makefile ============================================================================== --- head/multimedia/vmaf/Makefile Mon Dec 7 20:39:03 2020 (r557246) +++ head/multimedia/vmaf/Makefile Mon Dec 7 20:51:27 2020 (r557247) @@ -2,12 +2,9 @@ PORTNAME= vmaf DISTVERSIONPREFIX= v -DISTVERSION= 1.5.3 +DISTVERSION= 2.0.0 CATEGORIES= multimedia -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES+= ea25229433f7.patch:-p2 - MAINTAINER= jbeich@FreeBSD.org COMMENT= Perceptual video quality assessment based on multi-method fusion @@ -26,6 +23,5 @@ USE_GITHUB= yes USE_LDCONFIG= yes GH_ACCOUNT= Netflix WRKSRC_SUBDIR= lib${PORTNAME} -CFLAGS_i386= -msse # https://github.com/Netflix/vmaf/issues/374 .include Modified: head/multimedia/vmaf/distinfo ============================================================================== --- head/multimedia/vmaf/distinfo Mon Dec 7 20:39:03 2020 (r557246) +++ head/multimedia/vmaf/distinfo Mon Dec 7 20:51:27 2020 (r557247) @@ -1,5 +1,3 @@ -TIMESTAMP = 1598312141 -SHA256 (Netflix-vmaf-v1.5.3_GH0.tar.gz) = 440652ae417d88be083ffd9fa5967662172601e31c458a9743f6008d7150c900 -SIZE (Netflix-vmaf-v1.5.3_GH0.tar.gz) = 9044760 -SHA256 (ea25229433f7.patch) = b2a9d1d4bb431347c4114d8c17d4d43225be0f64cb9662bb28ce7fbf57064a03 -SIZE (ea25229433f7.patch) = 1101 +TIMESTAMP = 1607360623 +SHA256 (Netflix-vmaf-v2.0.0_GH0.tar.gz) = cd80d19c2d4266be75021b9b5df9966b3ab575411d6ca26d0a67220b0bb7b350 +SIZE (Netflix-vmaf-v2.0.0_GH0.tar.gz) = 10126496 Modified: head/multimedia/vmaf/pkg-plist ============================================================================== --- head/multimedia/vmaf/pkg-plist Mon Dec 7 20:39:03 2020 (r557246) +++ head/multimedia/vmaf/pkg-plist Mon Dec 7 20:51:27 2020 (r557247) @@ -1,212 +1,12 @@ -bin/vmafossexec +bin/vmaf +include/libvmaf/compute_vmaf.h +include/libvmaf/feature.h include/libvmaf/libvmaf.h +include/libvmaf/model.h +include/libvmaf/picture.h include/libvmaf/version.h lib/libvmaf.a lib/libvmaf.so -lib/libvmaf.so.0 -lib/libvmaf.so.0.0.0 +lib/libvmaf.so.1 +lib/libvmaf.so.1.0.0 libdata/pkgconfig/libvmaf.pc -share/model/other_models/model_V8a.model -share/model/other_models/nflx_v1.pkl -share/model/other_models/nflx_v1.pkl.model -share/model/other_models/nflx_vmaff_rf_v1.pkl -share/model/other_models/nflx_vmaff_rf_v2.pkl -share/model/other_models/nflxall_libsvmnusvr_currentbest.pkl -share/model/other_models/nflxall_libsvmnusvr_currentbest.pkl.model -share/model/other_models/nflxall_vmafv1.pkl -share/model/other_models/nflxall_vmafv1.pkl.model -share/model/other_models/nflxall_vmafv2.pkl -share/model/other_models/nflxall_vmafv2.pkl.model -share/model/other_models/nflxall_vmafv3.pkl -share/model/other_models/nflxall_vmafv3.pkl.model -share/model/other_models/nflxall_vmafv3a.pkl -share/model/other_models/nflxall_vmafv3a.pkl.model -share/model/other_models/nflxall_vmafv4.pkl -share/model/other_models/nflxall_vmafv4.pkl.model -share/model/other_models/nflxtrain_libsvmnusvr_currentbest.pkl -share/model/other_models/nflxtrain_libsvmnusvr_currentbest.pkl.model -share/model/other_models/nflxtrain_norm_type_none.pkl -share/model/other_models/nflxtrain_norm_type_none.pkl.model -share/model/other_models/nflxtrain_vmafv1.pkl -share/model/other_models/nflxtrain_vmafv1.pkl.model -share/model/other_models/nflxtrain_vmafv2.pkl -share/model/other_models/nflxtrain_vmafv2.pkl.model -share/model/other_models/nflxtrain_vmafv3.pkl -share/model/other_models/nflxtrain_vmafv3.pkl.model -share/model/other_models/nflxtrain_vmafv3a.pkl -share/model/other_models/nflxtrain_vmafv3a.pkl.model -share/model/other_models/niqe_v0.1.pkl -share/model/other_models/vmaf_4k_v0.6.1rc.pkl -share/model/other_models/vmaf_4k_v0.6.1rc.pkl.model -share/model/other_models/vmaf_v0.6.0.pkl -share/model/other_models/vmaf_v0.6.0.pkl.model -share/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl -share/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0001 -share/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0001.model -share/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0002 -share/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0002.model -share/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0003 -share/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0003.model -share/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0004 -share/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0004.model -share/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0005 -share/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0005.model -share/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0006 -share/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0006.model -share/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0007 -share/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0007.model -share/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0008 -share/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0008.model -share/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0009 -share/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0009.model -share/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0010 -share/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0010.model -share/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0011 -share/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0011.model -share/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0012 -share/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0012.model -share/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0013 -share/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0013.model -share/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0014 -share/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0014.model -share/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0015 -share/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0015.model -share/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0016 -share/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0016.model -share/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0017 -share/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0017.model -share/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0018 -share/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0018.model -share/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0019 -share/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0019.model -share/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.model -share/model/vmaf_4k_v0.6.1.pkl -share/model/vmaf_4k_v0.6.1.pkl.model -share/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl -share/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0001 -share/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0001.model -share/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0002 -share/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0002.model -share/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0003 -share/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0003.model -share/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0004 -share/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0004.model -share/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0005 -share/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0005.model -share/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0006 -share/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0006.model -share/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0007 -share/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0007.model -share/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0008 -share/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0008.model -share/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0009 -share/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0009.model -share/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0010 -share/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0010.model -share/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0011 -share/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0011.model -share/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0012 -share/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0012.model -share/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0013 -share/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0013.model -share/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0014 -share/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0014.model -share/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0015 -share/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0015.model -share/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0016 -share/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0016.model -share/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0017 -share/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0017.model -share/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0018 -share/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0018.model -share/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0019 -share/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0019.model -share/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0020 -share/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0020.model -share/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.model -share/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl -share/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0001 -share/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0001.model -share/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0002 -share/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0002.model -share/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0003 -share/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0003.model -share/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0004 -share/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0004.model -share/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0005 -share/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0005.model -share/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0006 -share/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0006.model -share/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0007 -share/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0007.model -share/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0008 -share/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0008.model -share/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0009 -share/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0009.model -share/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0010 -share/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0010.model -share/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0011 -share/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0011.model -share/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0012 -share/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0012.model -share/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0013 -share/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0013.model -share/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0014 -share/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0014.model -share/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0015 -share/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0015.model -share/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0016 -share/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0016.model -share/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0017 -share/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0017.model -share/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0018 -share/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0018.model -share/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0019 -share/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0019.model -share/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.model -share/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl -share/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0001 -share/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0001.model -share/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0002 -share/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0002.model -share/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0003 -share/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0003.model -share/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0004 -share/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0004.model -share/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0005 -share/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0005.model -share/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0006 -share/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0006.model -share/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0007 -share/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0007.model -share/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0008 -share/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0008.model -share/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0009 -share/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0009.model -share/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0010 -share/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0010.model -share/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0011 -share/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0011.model -share/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0012 -share/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0012.model -share/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0013 -share/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0013.model -share/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0014 -share/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0014.model -share/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0015 -share/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0015.model -share/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0016 -share/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0016.model -share/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0017 -share/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0017.model -share/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0018 -share/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0018.model -share/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0019 -share/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0019.model -share/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0020 -share/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0020.model -share/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.model -share/model/vmaf_v0.6.1.pkl -share/model/vmaf_v0.6.1.pkl.model -share/model/vmaf_v0.6.1neg.pkl -share/model/vmaf_v0.6.1neg.pkl.model Modified: head/multimedia/x265/Makefile ============================================================================== --- head/multimedia/x265/Makefile Mon Dec 7 20:39:03 2020 (r557246) +++ head/multimedia/x265/Makefile Mon Dec 7 20:51:27 2020 (r557247) @@ -3,6 +3,7 @@ PORTNAME= x265 PORTVERSION= 3.4 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= https://bitbucket.org/multicoreware/x265_git/get/${BB_TAG}.tar.gz?meow=/