Skip to content

Commit

Permalink
libraqm update to 0.9.0 (#22907)
Browse files Browse the repository at this point in the history
* Update libraqm to v0.9.0

* Remove deprecated functions from portfile

* Update baseline
  • Loading branch information
lakor64 committed Feb 3, 2022
1 parent d8d61c9 commit 1755add
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
9 changes: 4 additions & 5 deletions ports/libraqm/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,31 +1,30 @@
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)

set(RAQM_VERSION_MAJOR 0)
set(RAQM_VERSION_MINOR 7)
set(RAQM_VERSION_MINOR 9)
set(RAQM_VERSION_MICRO 0)

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO HOST-Oman/libraqm
REF v${RAQM_VERSION_MAJOR}.${RAQM_VERSION_MINOR}.${RAQM_VERSION_MICRO}
SHA512 fe2f5e5707334d72518e720adff4379666ba5c4c045531e92588c5f843d4f56111e7b66ea4e7a061621320fa98f13229624994a950a789a477674d3a359cb58c
SHA512 a45c442a087c806143e5a96878e1d84a31afb7b682d71931fcb014c8d56b974d5a0d6186b163067d44a15952b3c549763f84354ed799f20473795f15d719f060
HEAD_REF master
)

file(COPY ${CURRENT_PORT_DIR}/FindFribidi.cmake DESTINATION ${SOURCE_PATH})
file(COPY ${CURRENT_PORT_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH})

vcpkg_configure_cmake(
vcpkg_cmake_configure(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
OPTIONS
-DCURRENT_PACKAGES_DIR=${CURRENT_PACKAGES_DIR}
-DRAQM_VERSION_MAJOR=${RAQM_VERSION_MAJOR}
-DRAQM_VERSION_MINOR=${RAQM_VERSION_MINOR}
-DRAQM_VERSION_MICRO=${RAQM_VERSION_MICRO}
)

vcpkg_install_cmake()
vcpkg_cmake_install()

vcpkg_copy_pdbs()

Expand Down
6 changes: 3 additions & 3 deletions ports/libraqm/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "libraqm",
"version-string": "0.7.0",
"port-version": 3,
"version-string": "0.9.0",
"description": "A library for complex text layout",
"dependencies": [
"freetype",
"fribidi",
"harfbuzz"
"harfbuzz",
"vcpkg-cmake"
]
}
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3849,8 +3849,8 @@
"port-version": 1
},
"libraqm": {
"baseline": "0.7.0",
"port-version": 3
"baseline": "0.9.0",
"port-version": 0
},
"libraw": {
"baseline": "201903",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libraqm.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e5cdb799bec1a56eba248db499ac2e64d8a3b059",
"version-string": "0.9.0",
"port-version": 0
},
{
"git-tree": "7c83ce59ebe48d25178c998704ba4559807288ba",
"version-string": "0.7.0",
Expand Down

0 comments on commit 1755add

Please sign in to comment.