Date: Mon, 8 Jun 2020 22:26:05 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r538265 - branches/2020Q2/multimedia/rav1e Message-ID: <202006082226.058MQ5SN026716@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Mon Jun 8 22:26:05 2020 New Revision: 538265 URL: https://svnweb.freebsd.org/changeset/ports/538265 Log: MFH: r538264 multimedia/rav1e: unbreak on aarch64 PR: 247087 Submitted by: mikael Approved by: ports-secteam blanket Modified: branches/2020Q2/multimedia/rav1e/Makefile branches/2020Q2/multimedia/rav1e/distinfo Directory Properties: branches/2020Q2/ (props changed) Modified: branches/2020Q2/multimedia/rav1e/Makefile ============================================================================== --- branches/2020Q2/multimedia/rav1e/Makefile Mon Jun 8 22:25:07 2020 (r538264) +++ branches/2020Q2/multimedia/rav1e/Makefile Mon Jun 8 22:26:05 2020 (r538265) @@ -6,6 +6,11 @@ DISTVERSION= 0.3.2 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: branches/2020Q2/multimedia/rav1e/distinfo ============================================================================== --- branches/2020Q2/multimedia/rav1e/distinfo Mon Jun 8 22:25:07 2020 (r538264) +++ branches/2020Q2/multimedia/rav1e/distinfo Mon Jun 8 22:26:05 2020 (r538265) @@ -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.2_GH0.tar.gz) = e61fdce698ac25f19e25543efea076891296a74f53e3f8480665563ae2d5ff60 SIZE (xiph-rav1e-v0.3.2_GH0.tar.gz) = 801821 +SHA256 (9c4c1111deb8.patch) = a3d49f6b8135efc571a0de476ce102f93f6ab8f7cc2c6ec77bc018533e57ba25 +SIZE (9c4c1111deb8.patch) = 2373 +SHA256 (faaee6685f7c.patch) = 6457e060a5c28c100c3bcd963ee6954ff9804a0ef587e8a61334f0af3b517962 +SIZE (faaee6685f7c.patch) = 979 +SHA256 (dfc0e67eb1e4.patch) = b0f2bedef189936ff43ba7ff55b8927c342e69668f5932f4eace6db4baca4d6b +SIZE (dfc0e67eb1e4.patch) = 2824
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006082226.058MQ5SN026716>