diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-10-19 19:23:57 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-19 19:23:57 -0700 |
| commit | 334aec69e408d1ea52b7af125eda0a2066424922 (patch) | |
| tree | cac050e50ff8df78634131c8936f7100d138d916 /ports/libgpod | |
| parent | 46a2a004b62e307b51c4dfbf05db61e95d1371b2 (diff) | |
| download | vcpkg-334aec69e408d1ea52b7af125eda0a2066424922.tar.gz vcpkg-334aec69e408d1ea52b7af125eda0a2066424922.zip | |
[libplist/libusbmuxd/libimobiledevice/libideviceactivation/usbmuxd] Update version (#13811)
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'ports/libgpod')
| -rw-r--r-- | ports/libgpod/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | ports/libgpod/CONTROL | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/libgpod/CMakeLists.txt b/ports/libgpod/CMakeLists.txt index ea1294906..f74038d71 100644 --- a/ports/libgpod/CMakeLists.txt +++ b/ports/libgpod/CMakeLists.txt @@ -16,8 +16,8 @@ if (NOT glib_FOUND) endif()
find_path(plist_PATH plist++.h PATH_SUFFIXES plist)
-find_library(plist_LIBRARY_RELEASE NAMES plist PATHS lib)
-find_library(plist_LIBRARY_DEBUG NAMES plist PATHS debug/lib)
+find_library(plist_LIBRARY_RELEASE NAMES plist plist-2.0 libplist libplist-2.0 PATHS lib)
+find_library(plist_LIBRARY_DEBUG NAMES plist plist-2.0 libplist libplist-2.0 PATHS debug/lib)
select_library_configurations(plist)
if (NOT plist_FOUND)
message(FATAL_ERROR "plist not found.")
diff --git a/ports/libgpod/CONTROL b/ports/libgpod/CONTROL index 2d6fe295c..f681cdf35 100644 --- a/ports/libgpod/CONTROL +++ b/ports/libgpod/CONTROL @@ -1,6 +1,6 @@ Source: libgpod
Version: 2019-08-29
-Port-Version: 1
+Port-Version: 2
Homepage: https://github.com/fadingred/libgpod
Description: libgpod is a library meant to abstract access to an iPod content.
Build-Depends: glib, libplist, sqlite3
\ No newline at end of file |
