Skip to content

Commit

Permalink
[liblo] Update to 0.32 (microsoft#36836)
Browse files Browse the repository at this point in the history
Starting from version 0.32, liblo has added support for importing cmake
targets, which make cmake integration easier to implement in other cmake
projects using liblo.
  • Loading branch information
Rossmaxx authored Mar 11, 2024
1 parent 2d19bb4 commit 34771b6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
8 changes: 4 additions & 4 deletions ports/liblo/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO radarsat1/liblo
REF 840ed69b1d669a1ce587eb592746e3dff6985d76 # 0.31
SHA512 c84ab8ac874595df29fd121fff6ddaa670bcc31e7ca4e5cc0f35092032c9f648cd890bc7eea0152af87b842f8cc7804505ac84a13bac8a5d40e43039efa4aa2d
REF c1a51bca21e8535ce77a9daf256f2e74c1a7e80f # 0.32
SHA512 baf7f11b5e03b01e1f01e6ff8984bc0cf1bb8f70df0dfe8d5f472dd06185997a93cf60e8fae0c54430c0c8f444084e926d41ca4e5291a191ebe4d8564d1854ad
HEAD_REF master
)

vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}/cmake"
OPTIONS -DTHREADING=1
OPTIONS -DTHREADING=1 -DWITH_STATIC=ON -DWITH_TESTS=OFF
)

vcpkg_cmake_install()

# Install needed files into package directory
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/liblo)

vcpkg_copy_tools(TOOL_NAMES oscsend oscdump AUTO_CLEAN)
vcpkg_copy_tools(TOOL_NAMES oscsend oscdump oscsendfile AUTO_CLEAN)

# Remove unnecessary files
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
Expand Down
3 changes: 1 addition & 2 deletions ports/liblo/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "liblo",
"version": "0.31",
"port-version": 4,
"version": "0.32",
"description": "liblo is an implementation of the Open Sound Control protocol for POSIX systems",
"homepage": "https://github.com/radarsat1/liblo",
"dependencies": [
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4553,8 +4553,8 @@
"port-version": 1
},
"liblo": {
"baseline": "0.31",
"port-version": 4
"baseline": "0.32",
"port-version": 0
},
"liblrc": {
"baseline": "1.0.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/liblo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3c3d7195f94c1afbd4a3be0b2360e1230b5cc301",
"version": "0.32",
"port-version": 0
},
{
"git-tree": "31c66c76504889c3dbcbea04424b8ea993e2c63a",
"version": "0.31",
Expand Down

0 comments on commit 34771b6

Please sign in to comment.