Skip to content

Commit

Permalink
[pangolin] update to 0.9.2 (#41599)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayuehua authored Oct 17, 2024
1 parent 3b38ef0 commit 8c22813
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 23 deletions.
6 changes: 3 additions & 3 deletions ports/pangolin/devendor-palsigslot.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/cmake/PangolinConfig.cmake.in b/cmake/PangolinConfig.cmake.in
index f891e34..6fbfc7d 100644
index 3ceea9d..e5bf9f0 100644
--- a/cmake/PangolinConfig.cmake.in
+++ b/cmake/PangolinConfig.cmake.in
@@ -12,6 +12,7 @@ SET( Pangolin_LIBRARY "${Pangolin_LIBRARIES}" )
Expand All @@ -11,10 +11,10 @@ index f891e34..6fbfc7d 100644
if (UNIX)
find_dependency(Threads)
diff --git a/components/pango_core/CMakeLists.txt b/components/pango_core/CMakeLists.txt
index 315913d..1d1a1d0 100644
index e1d931b..6c6ad4d 100644
--- a/components/pango_core/CMakeLists.txt
+++ b/components/pango_core/CMakeLists.txt
@@ -44,6 +44,9 @@ install(DIRECTORY "${CMAKE_CURRENT_LIST_DIR}/include"
@@ -49,6 +49,9 @@ install(DIRECTORY "${CMAKE_CURRENT_LIST_DIR}/include"
DESTINATION ${CMAKE_INSTALL_PREFIX}
)

Expand Down
13 changes: 0 additions & 13 deletions ports/pangolin/ffmpeg-vxmc.patch

This file was deleted.

5 changes: 2 additions & 3 deletions ports/pangolin/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO stevenlovegrove/Pangolin
REF v0.8
SHA512 d4ca405097e8c439a4f74495f374bc5d5e4febafcf59ee88d985a8764ed36da1753ca4a3a73476dfb74c7d92df31a99242df6e1b47c648e860eee835a6f4f434
REF "v${VERSION}"
SHA512 ef2461770def3b0752d23df0c9a0090b733943249404528d0b2ba985d08c9083aabe685e3fd00be08318ea7b90dc38e9735ab004124643619e6cf369d64f6321
HEAD_REF master
PATCHES
devendor-palsigslot.patch
ffmpeg-vxmc.patch
)

vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
Expand Down
4 changes: 2 additions & 2 deletions ports/pangolin/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "pangolin",
"version": "0.8",
"port-version": 3,
"version": "0.9.2",
"description": "Lightweight GUI Library",
"homepage": "https://github.com/stevenlovegrove/Pangolin",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
"eigen3",
"glew",
"libepoxy",
"palsigslot",
{
"name": "vcpkg-cmake",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6837,8 +6837,8 @@
"port-version": 4
},
"pangolin": {
"baseline": "0.8",
"port-version": 3
"baseline": "0.9.2",
"port-version": 0
},
"pangomm": {
"baseline": "2.50.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/pangolin.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "71d44252a59ed3737ec204b4789bcd2d30d5e621",
"version": "0.9.2",
"port-version": 0
},
{
"git-tree": "92ce228116d887cc4f381fadcc85ac3fccdea5ef",
"version": "0.8",
Expand Down

0 comments on commit 8c22813

Please sign in to comment.