From e2e6dbdaa45c40fe2e3ec7753b40d92d1dcab16e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Tassoux?= Date: Mon, 22 Mar 2021 17:23:14 +0100 Subject: [implot] Update to 0.9 (#16818) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [implot] Update to 0.9 * [implot] Update version files * [implot] Fix missing vcpkg.json * [implot] Fix vcpkg.json formatting * [implot] Update version files Co-authored-by: Rémy Tassoux --- ports/implot/CONTROL | 5 ----- ports/implot/mac_os_build_fix.patch | 12 ------------ ports/implot/portfile.cmake | 4 ++-- ports/implot/vcpkg.json | 9 +++++++++ versions/baseline.json | 2 +- versions/i-/implot.json | 5 +++++ 6 files changed, 17 insertions(+), 20 deletions(-) delete mode 100644 ports/implot/CONTROL delete mode 100644 ports/implot/mac_os_build_fix.patch create mode 100644 ports/implot/vcpkg.json diff --git a/ports/implot/CONTROL b/ports/implot/CONTROL deleted file mode 100644 index e81d4da11..000000000 --- a/ports/implot/CONTROL +++ /dev/null @@ -1,5 +0,0 @@ -Source: implot -Version: 0.8 -Homepage: https://github.com/epezent/implot -Description: Advanced 2D Plotting for Dear ImGui -Build-Depends: imgui diff --git a/ports/implot/mac_os_build_fix.patch b/ports/implot/mac_os_build_fix.patch deleted file mode 100644 index 5061b5461..000000000 --- a/ports/implot/mac_os_build_fix.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/implot_demo.cpp b/implot_demo.cpp ---- a/implot_demo.cpp -+++ b/implot_demo.cpp -@@ -1426,7 +1426,7 @@ - static int F = 0; - static double t1, t2; - -- static ImVector> records; -+ static ImVector > records; - - if (running) { - F++; diff --git a/ports/implot/portfile.cmake b/ports/implot/portfile.cmake index 787280aab..a4c0ce41a 100644 --- a/ports/implot/portfile.cmake +++ b/ports/implot/portfile.cmake @@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO epezent/implot - REF v0.8 - SHA512 7c26ddc3e5e00cf3d18c201ec71f62461bed6816abbf72a0a227a8c21a0b674dfb8903e2afc053c9e60f25e7d3ef6e0818b439a4d697a2da1dd2abdcf43c052b + REF v0.9 + SHA512 99aad342661dd6515b1af10c5ac9bc15db28050d14ac493ef81731452bca2c876ecb2c6f1746e0ba8f251c95a884ca9fe745c8113706f5ffaee92f1b447d3179 HEAD_REF master ) diff --git a/ports/implot/vcpkg.json b/ports/implot/vcpkg.json new file mode 100644 index 000000000..4f1994781 --- /dev/null +++ b/ports/implot/vcpkg.json @@ -0,0 +1,9 @@ +{ + "name": "implot", + "version": "0.9", + "description": "Advanced 2D Plotting for Dear ImGui", + "homepage": "https://github.com/epezent/implot", + "dependencies": [ + "imgui" + ] +} diff --git a/versions/baseline.json b/versions/baseline.json index 2d5a80133..bfd69aba8 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2557,7 +2557,7 @@ "port-version": 0 }, "implot": { - "baseline": "0.8", + "baseline": "0.9", "port-version": 0 }, "indicators": { diff --git a/versions/i-/implot.json b/versions/i-/implot.json index 9cd1ab6bc..4b7059bc1 100644 --- a/versions/i-/implot.json +++ b/versions/i-/implot.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "ae02479b485bcea0b2a659208319fa7c97ed917d", + "version": "0.9", + "port-version": 0 + }, { "git-tree": "d44f8a4dda02f0d31c5dce6d5adca8e4caa504e1", "version-string": "0.8", -- cgit v1.2.3