From owner-svn-ports-head@freebsd.org Tue Sep 8 06:02:19 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 27F183E46C7; Tue, 8 Sep 2020 06:02:19 +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 4Blvgb0Fj2z4JV7; Tue, 8 Sep 2020 06:02:19 +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 E15EABF23; Tue, 8 Sep 2020 06:02:18 +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 08862IaK018417; Tue, 8 Sep 2020 06:02:18 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08862IhB018415; Tue, 8 Sep 2020 06:02:18 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202009080602.08862IhB018415@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 8 Sep 2020 06:02:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r547964 - head/multimedia/svt-av1 X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/multimedia/svt-av1 X-SVN-Commit-Revision: 547964 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: Tue, 08 Sep 2020 06:02:19 -0000 Author: jbeich Date: Tue Sep 8 06:02:18 2020 New Revision: 547964 URL: https://svnweb.freebsd.org/changeset/ports/547964 Log: multimedia/svt-av1: chase upstream move https://github.com/AOMediaCodec/SVT-AV1/issues/1425 Modified: head/multimedia/svt-av1/Makefile (contents, props changed) head/multimedia/svt-av1/distinfo (contents, props changed) Modified: head/multimedia/svt-av1/Makefile ============================================================================== --- head/multimedia/svt-av1/Makefile Tue Sep 8 05:11:26 2020 (r547963) +++ head/multimedia/svt-av1/Makefile Tue Sep 8 06:02:18 2020 (r547964) @@ -13,14 +13,14 @@ LICENSE_COMB= multi LICENSE_FILE_BSD2CLAUSE= ${WRKSRC}/LICENSE.md LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/third_party/fastfeat/LICENSE -BROKEN_i386= https://github.com/OpenVisualCloud/SVT-AV1/issues/1231 +BROKEN_i386= https://github.com/AOMediaCodec/SVT-AV1/issues/1231 BUILD_DEPENDS= nasm:devel/nasm USES= cmake compiler:c11 USE_GITHUB= yes USE_LDCONFIG= yes -GH_ACCOUNT= OpenVisualCloud +GH_ACCOUNT= AOMediaCodec GH_PROJECT= SVT-AV1 CMAKE_ON= ENABLE_NASM CMAKE_OFF= NATIVE Modified: head/multimedia/svt-av1/distinfo ============================================================================== --- head/multimedia/svt-av1/distinfo Tue Sep 8 05:11:26 2020 (r547963) +++ head/multimedia/svt-av1/distinfo Tue Sep 8 06:02:18 2020 (r547964) @@ -1,3 +1,3 @@ TIMESTAMP = 1599462575 -SHA256 (OpenVisualCloud-SVT-AV1-v0.8.5_GH0.tar.gz) = 8ce94359ea9450745c17c12d4cc054d45f6b2498e63e2ebaa5a5273bb36f6f95 -SIZE (OpenVisualCloud-SVT-AV1-v0.8.5_GH0.tar.gz) = 6319601 +SHA256 (AOMediaCodec-SVT-AV1-v0.8.5_GH0.tar.gz) = 8ce94359ea9450745c17c12d4cc054d45f6b2498e63e2ebaa5a5273bb36f6f95 +SIZE (AOMediaCodec-SVT-AV1-v0.8.5_GH0.tar.gz) = 6319601