Skip to content

Commit

Permalink
[usbmuxd] msbuild (microsoft#33147)
Browse files Browse the repository at this point in the history
* [usbmuxd] msbuild

* format

* v db
  • Loading branch information
Neumann-A authored Aug 17, 2023
1 parent 3c268c7 commit 7dbb5af
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 7 deletions.
10 changes: 6 additions & 4 deletions ports/usbmuxd/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ vcpkg_from_github(
fix-definitions.patch
)

vcpkg_install_msbuild(
SOURCE_PATH ${SOURCE_PATH}
vcpkg_msbuild_install(
SOURCE_PATH "${SOURCE_PATH}"
PROJECT_SUBPATH usbmuxd.vcxproj
LICENSE_SUBPATH COPYING.GPLv2
USE_VCPKG_INTEGRATION
DEPENDENT_PKGCONFIG libimobiledevice-1.0
ADDITIONAL_LIBS getopt.lib
)

# No headers
set(VCPKG_POLICY_EMPTY_INCLUDE_FOLDER enabled)

vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/COPYING.GPLv2")
12 changes: 10 additions & 2 deletions ports/usbmuxd/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "usbmuxd",
"version": "1.2.235",
"port-version": 4,
"port-version": 5,
"description": "A socket daemon to multiplex connections from and to iOS devices",
"homepage": "http://www.libimobiledevice.org",
"license": "LGPL-2.1-only",
Expand All @@ -10,6 +10,14 @@
"libimobiledevice",
"libusb",
"libusb-win32",
"pthreads"
"pthreads",
{
"name": "vcpkg-msbuild",
"host": true,
"features": [
"pkg-config"
],
"platform": "windows"
}
]
}
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8418,7 +8418,7 @@
},
"usbmuxd": {
"baseline": "1.2.235",
"port-version": 4
"port-version": 5
},
"usd": {
"baseline": "23.5",
Expand Down
5 changes: 5 additions & 0 deletions versions/u-/usbmuxd.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "4116e3cd80421add75aeeb413386b03cbfad5670",
"version": "1.2.235",
"port-version": 5
},
{
"git-tree": "f2c137f8ea6a9f68922e301479aa2b251c130636",
"version": "1.2.235",
Expand Down

0 comments on commit 7dbb5af

Please sign in to comment.