diff options
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 |
