svn commit: r561614 - head/graphics/oidn

Yuri Victorovich yuri at FreeBSD.org
Thu Jan 14 23:59:27 UTC 2021


Author: yuri
Date: Thu Jan 14 23:59:26 2021
New Revision: 561614
URL: https://svnweb.freebsd.org/changeset/ports/561614

Log:
  graphics/oidn: Backport the patch making oidn oneTBB-compatible
  
  PR:		252688
  Reported by:	martymac

Modified:
  head/graphics/oidn/Makefile
  head/graphics/oidn/distinfo

Modified: head/graphics/oidn/Makefile
==============================================================================
--- head/graphics/oidn/Makefile	Thu Jan 14 23:55:53 2021	(r561613)
+++ head/graphics/oidn/Makefile	Thu Jan 14 23:59:26 2021	(r561614)
@@ -7,6 +7,9 @@ CATEGORIES=	graphics
 MASTER_SITES=	http://freebsd.org/:weights # bogus URL to make the framework happy, the fetch uses Git URL below
 DISTFILES=	${PORTNAME}-weights-${WEIGHTS_GIT_HASH}${EXTRACT_SUFX}:weights
 
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES=	2651f56ea60cc72c533fcd090679200899c2f54f.patch:-p1 # patch adding #include <QPainterPath>
+
 MAINTAINER=	yuri at FreeBSD.org
 COMMENT=	Intel(R) Open Image Denoise library
 

Modified: head/graphics/oidn/distinfo
==============================================================================
--- head/graphics/oidn/distinfo	Thu Jan 14 23:55:53 2021	(r561613)
+++ head/graphics/oidn/distinfo	Thu Jan 14 23:59:26 2021	(r561614)
@@ -1,7 +1,9 @@
-TIMESTAMP = 1601831264
+TIMESTAMP = 1610667311
 SHA256 (oidn-weights-08092e46a1961b13b70e48ad80fa19b452bd4c01.tar.gz) = 51b6638f22b67581da7c2a877faa2f5d3062bb4e9b9214e5008cb25052748300
 SIZE (oidn-weights-08092e46a1961b13b70e48ad80fa19b452bd4c01.tar.gz) = 37029289
 SHA256 (OpenImageDenoise-oidn-v1.2.4_GH0.tar.gz) = f847c244417e68ba46149663055f163188cc2ec62308fe040ec943df184a2c40
 SIZE (OpenImageDenoise-oidn-v1.2.4_GH0.tar.gz) = 3412598
 SHA256 (OpenImageDenoise-mkl-dnn-603620ba45185e7d91fe112b69287e7d86c64353_GH0.tar.gz) = 582a5e07027e0bd2b078c11c667bcb9ab06cc955263b95e292c50088ba0ea6ad
 SIZE (OpenImageDenoise-mkl-dnn-603620ba45185e7d91fe112b69287e7d86c64353_GH0.tar.gz) = 5800370
+SHA256 (2651f56ea60cc72c533fcd090679200899c2f54f.patch) = 864da149d3dacc684181bba71c7c6b65106137cf1794cd3151b2b9d7459acd38
+SIZE (2651f56ea60cc72c533fcd090679200899c2f54f.patch) = 899


More information about the svn-ports-all mailing list