Date: Thu, 26 Sep 2019 00:30:37 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512868 - in head/multimedia: ffmpeg svt-av1 svt-av1/files Message-ID: <201909260030.x8Q0Ub4R016065@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Thu Sep 26 00:30:36 2019 New Revision: 512868 URL: https://svnweb.freebsd.org/changeset/ports/512868 Log: multimedia/svt-av1: update to 0.6.0.417 Changes: https://github.com/OpenVisualCloud/SVT-AV1/compare/ef00d203...1150460c Deleted: head/multimedia/svt-av1/files/ Modified: head/multimedia/ffmpeg/Makefile (contents, props changed) head/multimedia/svt-av1/Makefile (contents, props changed) head/multimedia/svt-av1/distinfo (contents, props changed) Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Thu Sep 26 00:30:19 2019 (r512867) +++ head/multimedia/ffmpeg/Makefile Thu Sep 26 00:30:36 2019 (r512868) @@ -3,7 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 4.2.1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= https://ffmpeg.org/releases/ Modified: head/multimedia/svt-av1/Makefile ============================================================================== --- head/multimedia/svt-av1/Makefile Thu Sep 26 00:30:19 2019 (r512867) +++ head/multimedia/svt-av1/Makefile Thu Sep 26 00:30:36 2019 (r512868) @@ -2,8 +2,8 @@ PORTNAME= svt-av1 DISTVERSIONPREFIX= v -DISTVERSION= 0.6.0-384 -DISTVERSIONSUFFIX= -gef00d203 +DISTVERSION= 0.6.0-417 +DISTVERSIONSUFFIX= -g1150460c CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org @@ -26,16 +26,6 @@ USE_LDCONFIG= yes GH_ACCOUNT= OpenVisualCloud GH_PROJECT= SVT-AV1 CMAKE_ON= BUILD_SHARED_LIBS -CMAKE_OFF= NATIVE - -post-patch: -# Keep using nasm and drop vendor -O/-g - @${REINPLACE_CMD} -e '/find_program.*yasm/d' \ - -Ee '/set.*(release|debug)_flags_to_test/,/\)/d' \ - ${WRKSRC}/CMakeLists.txt -# Avoid platform whitelists for generic non-Windows code -# https://github.com/OpenVisualCloud/SVT-AV1/pull/162 - @${GREP} --exclude='*/third_party/*' -Flr '__linux' ${WRKSRC} | ${XARGS} \ - ${REINPLACE_CMD} -i .opsys -E 's/__linux(__)?/__unix__/' +CMAKE_OFF= NATIVE YASM .include <bsd.port.mk> Modified: head/multimedia/svt-av1/distinfo ============================================================================== --- head/multimedia/svt-av1/distinfo Thu Sep 26 00:30:19 2019 (r512867) +++ head/multimedia/svt-av1/distinfo Thu Sep 26 00:30:36 2019 (r512868) @@ -1,3 +1,3 @@ -TIMESTAMP = 1569285177 -SHA256 (OpenVisualCloud-SVT-AV1-v0.6.0-384-gef00d203_GH0.tar.gz) = dca34721cabdb4fd96786f81a047fa1973c7d9bf97687a755f67a31ed3eb41e2 -SIZE (OpenVisualCloud-SVT-AV1-v0.6.0-384-gef00d203_GH0.tar.gz) = 2859928 +TIMESTAMP = 1569427971 +SHA256 (OpenVisualCloud-SVT-AV1-v0.6.0-417-g1150460c_GH0.tar.gz) = 66b45b95d7aae7bc0bc4023e8d9b695fcf7db37806ff06bf0a979fda0e54ae3f +SIZE (OpenVisualCloud-SVT-AV1-v0.6.0-417-g1150460c_GH0.tar.gz) = 2885740
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909260030.x8Q0Ub4R016065>