From owner-svn-ports-head@freebsd.org Mon Sep 21 04:47:34 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 9126E3E5376; Mon, 21 Sep 2020 04:47:34 +0000 (UTC) (envelope-from mi@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 4BvsPL2ptJz3TWt; Mon, 21 Sep 2020 04:47:34 +0000 (UTC) (envelope-from mi@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 407688FB1; Mon, 21 Sep 2020 04:47:34 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08L4lYZg096418; Mon, 21 Sep 2020 04:47:34 GMT (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08L4lXXA096416; Mon, 21 Sep 2020 04:47:33 GMT (envelope-from mi@FreeBSD.org) Message-Id: <202009210447.08L4lXXA096416@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mi set sender to mi@FreeBSD.org using -f From: Mikhail Teterin Date: Mon, 21 Sep 2020 04:47:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r549419 - in head/multimedia/x265: . files X-SVN-Group: ports-head X-SVN-Commit-Author: mi X-SVN-Commit-Paths: in head/multimedia/x265: . files X-SVN-Commit-Revision: 549419 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.33 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, 21 Sep 2020 04:47:34 -0000 Author: mi Date: Mon Sep 21 04:47:33 2020 New Revision: 549419 URL: https://svnweb.freebsd.org/changeset/ports/549419 Log: While we were testing the new code, upstream have removed the 3.4 release from download area. Change our port to download using Bitbucket's method. Although the upstream branch Release_3.4 is very similar to what used to be available as 3.4, there are a few improvements -- in particular, one of our patches is no longer necessary, which is nice. PR: 247035 Reported by: John Kennedy, Tomoaki AOKI Sponsored by: United Marsupials Deleted: head/multimedia/x265/files/patch-source_abrEncApp.cpp Modified: head/multimedia/x265/Makefile head/multimedia/x265/distinfo Modified: head/multimedia/x265/Makefile ============================================================================== --- head/multimedia/x265/Makefile Mon Sep 21 04:22:54 2020 (r549418) +++ head/multimedia/x265/Makefile Mon Sep 21 04:47:33 2020 (r549419) @@ -4,8 +4,7 @@ PORTNAME= x265 PORTVERSION= 3.4 CATEGORIES= multimedia -MASTER_SITES= https://bitbucket.org/multicoreware/x265/downloads/ -DISTNAME= ${PORTNAME}_${PORTVERSION} +MASTER_SITES= https://bitbucket.org/multicoreware/x265_git/get/${BB_TAG}.tar.gz?meow=/ MAINTAINER= mi@aldan.algebra.com COMMENT= H.265/High Efficiency Video Coding (HEVC) format @@ -15,6 +14,8 @@ LICENSE_FILE= ${WRKSRC:H}/COPYING USES= cmake compiler:c++14-lang pathfix dos2unix +BB_TAG= 25b2c07035ff # Top of the Release_3.4 branch at this time + OPTIONS_DEFINE= DEBUG OPTIMIZED_FLAGS VMAF OPTIONS_DEFAULT= OPTIMIZED_FLAGS HI8P HI10P HI12P OPTIONS_DEFINE_aarch64= ASM @@ -50,9 +51,9 @@ VMAF_DESC= Per frame and aggregate VMAF score USE_LDCONFIG= yes CMAKE_ARGS= -DENABLE_TESTS=on -DENABLE_HDR10_PLUS:BOOL=true LDFLAGS_i386= -Wl,-znotext -EXTRACT_AFTER_ARGS+= --exclude compat +EXTRACT_AFTER_ARGS+= --exclude compat --strip-components=1 PATCH_WRKSRC= ${WRKSRC:H} -WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION}/source +WRKSRC= ${WRKDIR}/source .include Modified: head/multimedia/x265/distinfo ============================================================================== --- head/multimedia/x265/distinfo Mon Sep 21 04:22:54 2020 (r549418) +++ head/multimedia/x265/distinfo Mon Sep 21 04:47:33 2020 (r549419) @@ -1,3 +1,3 @@ -TIMESTAMP = 1591425294 -SHA256 (x265_3.4.tar.gz) = c2047f23a6b729e5c70280d23223cb61b57bfe4ad4e8f1471eeee2a61d148672 -SIZE (x265_3.4.tar.gz) = 1469365 +TIMESTAMP = 1600662771 +SHA256 (x265-3.4.tar.gz) = 01f17d94689ef79807fa2b4bd7f5f58bb18416e72a135c7f56c30162a980cfb8 +SIZE (x265-3.4.tar.gz) = 1532396