Date: Tue, 14 Apr 2020 17:33:39 +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: r531708 - head/graphics/waifu2x-ncnn-vulkan Message-ID: <202004141733.03EHXdne053534@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Tue Apr 14 17:33:39 2020 New Revision: 531708 URL: https://svnweb.freebsd.org/changeset/ports/531708 Log: graphics/waifu2x-ncnn-vulkan: update to 20200414 Previous version stopped building after r531698: src/waifu2x.cpp:123:34: error: no matching member function for call to 'create' waifu2x_preproc->create(waifu2x_preproc_tta_int8s_spv_data, sizeof(waifu2x_preproc_tta_int8s_spv_data), "waifu2x_preproc_tta_int8s", specializations, 9, 9); ~~~~~~~~~~~~~~~~~^~~~~~ /usr/local/include/ncnn/pipeline.h:44:9: note: candidate function not viable: requires 4 arguments, but 6 were provided int create(VkShaderModule shader_module, const std::vector<vk_specialization_type>& specializations, int binding_count, int push_constant_count); ^ /usr/local/include/ncnn/pipeline.h:40:9: note: candidate function not viable: requires 3 arguments, but 6 were provided int create(const uint32_t* spv_data, size_t spv_data_size, const std::vector<vk_specialization_type>& specializations); ^ /usr/local/include/ncnn/pipeline.h:42:9: note: candidate function not viable: requires 3 arguments, but 6 were provided int create(int shader_type_index, const Option& opt, const std::vector<vk_specialization_type>& specializations); ^ Changes: https://github.com/nihui/waifu2x-ncnn-vulkan/compare/20200224...20200414 Reported by: GitHub (watch releases) Modified: head/graphics/waifu2x-ncnn-vulkan/Makefile (contents, props changed) head/graphics/waifu2x-ncnn-vulkan/distinfo (contents, props changed) Modified: head/graphics/waifu2x-ncnn-vulkan/Makefile ============================================================================== --- head/graphics/waifu2x-ncnn-vulkan/Makefile Tue Apr 14 17:05:43 2020 (r531707) +++ head/graphics/waifu2x-ncnn-vulkan/Makefile Tue Apr 14 17:33:39 2020 (r531708) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= waifu2x-ncnn-vulkan -DISTVERSION= 20200224 +DISTVERSION= 20200414 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org Modified: head/graphics/waifu2x-ncnn-vulkan/distinfo ============================================================================== --- head/graphics/waifu2x-ncnn-vulkan/distinfo Tue Apr 14 17:05:43 2020 (r531707) +++ head/graphics/waifu2x-ncnn-vulkan/distinfo Tue Apr 14 17:33:39 2020 (r531708) @@ -1,3 +1,3 @@ -TIMESTAMP = 1582461936 -SHA256 (nihui-waifu2x-ncnn-vulkan-20200224_GH0.tar.gz) = 58f4e2859ab9bad286a1ab5366b51e0d632891a5cc04c9e39f8fe09b4b9d0700 -SIZE (nihui-waifu2x-ncnn-vulkan-20200224_GH0.tar.gz) = 34063828 +TIMESTAMP = 1586670901 +SHA256 (nihui-waifu2x-ncnn-vulkan-20200414_GH0.tar.gz) = e3230db5eb17d0a5712dfbdddd0507c895360c05c2b56cd6d47d231e2200add3 +SIZE (nihui-waifu2x-ncnn-vulkan-20200414_GH0.tar.gz) = 34063752
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004141733.03EHXdne053534>