From owner-svn-ports-all@freebsd.org Mon Jun 8 22:25:08 2020 Return-Path: Delivered-To: svn-ports-all@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 CA7BA33CD4D; Mon, 8 Jun 2020 22:25:08 +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 49gnr44shdz3T3G; Mon, 8 Jun 2020 22:25:08 +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 A2558BC1A; Mon, 8 Jun 2020 22:25:08 +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 058MP8Ll026523; Mon, 8 Jun 2020 22:25:08 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 058MP8vI026521; Mon, 8 Jun 2020 22:25:08 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202006082225.058MP8vI026521@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 8 Jun 2020 22:25:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r538264 - head/multimedia/rav1e X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/multimedia/rav1e X-SVN-Commit-Revision: 538264 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jun 2020 22:25:08 -0000 Author: jbeich Date: Mon Jun 8 22:25:07 2020 New Revision: 538264 URL: https://svnweb.freebsd.org/changeset/ports/538264 Log: multimedia/rav1e: unbreak on aarch64 PR: 247087 Submitted by: mikael Modified: head/multimedia/rav1e/Makefile (contents, props changed) head/multimedia/rav1e/distinfo (contents, props changed) Modified: head/multimedia/rav1e/Makefile ============================================================================== --- head/multimedia/rav1e/Makefile Mon Jun 8 22:15:57 2020 (r538263) +++ head/multimedia/rav1e/Makefile Mon Jun 8 22:25:07 2020 (r538264) @@ -6,6 +6,11 @@ DISTVERSION= 0.3.3 PORTREVISION?= 0 CATEGORIES= multimedia +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= 9c4c1111deb8.patch:-p1 # https://github.com/xiph/rav1e/pull/2361 +PATCHFILES+= faaee6685f7c.patch:-p1 # https://github.com/xiph/rav1e/pull/2361 +PATCHFILES+= dfc0e67eb1e4.patch:-p1 # https://github.com/xiph/rav1e/pull/2361 + MAINTAINER= jbeich@FreeBSD.org COMMENT= Fast and safe AV1 encoder Modified: head/multimedia/rav1e/distinfo ============================================================================== --- head/multimedia/rav1e/distinfo Mon Jun 8 22:15:57 2020 (r538263) +++ head/multimedia/rav1e/distinfo Mon Jun 8 22:25:07 2020 (r538264) @@ -321,3 +321,9 @@ SHA256 (rust/crates/y4m-0.5.3.tar.gz) = 9fe949ca02097f SIZE (rust/crates/y4m-0.5.3.tar.gz) = 11447 SHA256 (xiph-rav1e-v0.3.3_GH0.tar.gz) = a091f3387055e472b6e028aa013cf0f37fb5acce9f4db2605d929bbffb448d01 SIZE (xiph-rav1e-v0.3.3_GH0.tar.gz) = 802064 +SHA256 (9c4c1111deb8.patch) = a3d49f6b8135efc571a0de476ce102f93f6ab8f7cc2c6ec77bc018533e57ba25 +SIZE (9c4c1111deb8.patch) = 2373 +SHA256 (faaee6685f7c.patch) = 6457e060a5c28c100c3bcd963ee6954ff9804a0ef587e8a61334f0af3b517962 +SIZE (faaee6685f7c.patch) = 979 +SHA256 (dfc0e67eb1e4.patch) = b0f2bedef189936ff43ba7ff55b8927c342e69668f5932f4eace6db4baca4d6b +SIZE (dfc0e67eb1e4.patch) = 2824