mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 07:08:18 +08:00
[libgpod] Delist libgpod (#42960)
Co-authored-by: Javier Matos <javiermatos@Javiers-Laptop.local>
This commit is contained in:
parent
8f2ab06e57
commit
8d238ae26c
@ -1,13 +0,0 @@
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index a52ac3a78..ac5cf03f4 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -42,7 +42,7 @@ AC_CHECK_FUNCS([localtime_r])
|
||||
AC_CHECK_MEMBERS([struct tm.tm_gmtoff],,,[#include <time.h>])
|
||||
dnl sqlite3 is needed for newer ipod models (nano5g), and libplist is needed
|
||||
dnl by libgpod sqlite code
|
||||
-PKG_CHECK_MODULES(LIBGPOD, glib-2.0 >= 2.8.0 gobject-2.0 sqlite3 libplist >= 1.0)
|
||||
+PKG_CHECK_MODULES(LIBGPOD, glib-2.0 >= 2.8.0 gmodule-2.0 gobject-2.0 sqlite3 libplist >= 1.0)
|
||||
|
||||
dnl **************************************************
|
||||
dnl we've copied gchecksum from glib 2.16. Only use the
|
@ -1,38 +0,0 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO fadingred/libgpod
|
||||
REF 4a8a33ef4bc58eee1baca6793618365f75a5c3fa
|
||||
SHA512 b7a120c1106c1205e8de2808de5ac4ff1cf189943017939a5ea4eded4e1ceef44557587e69a8591cc5249f8c8dbf0cbdcce1dd309d33a0e9207b0560abe3ae39
|
||||
HEAD_REF master
|
||||
PATCHES configure.ac.patch
|
||||
)
|
||||
|
||||
vcpkg_execute_required_process(
|
||||
COMMAND intltoolize --force --copy --automake
|
||||
WORKING_DIRECTORY "${SOURCE_PATH}"
|
||||
LOGNAME intltoolize-${TARGET_TRIPLET}
|
||||
)
|
||||
vcpkg_execute_required_process(
|
||||
COMMAND gtkdocize --copy
|
||||
WORKING_DIRECTORY "${SOURCE_PATH}"
|
||||
LOGNAME gtkdocize-${TARGET_TRIPLET}
|
||||
)
|
||||
vcpkg_configure_make(
|
||||
SOURCE_PATH ${SOURCE_PATH}
|
||||
AUTOCONFIG
|
||||
OPTIONS
|
||||
--without-hal
|
||||
--disable-gdk-pixbuf
|
||||
--disable-pygobject
|
||||
--disable-more-warnings
|
||||
--disable-libxml
|
||||
--disable-gtk-doc-html
|
||||
)
|
||||
vcpkg_install_make()
|
||||
vcpkg_fixup_pkgconfig()
|
||||
|
||||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
|
||||
|
||||
# Handle copyright
|
||||
file(COPY ${SOURCE_PATH}/README DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT})
|
||||
file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|
@ -1,13 +0,0 @@
|
||||
{
|
||||
"name": "libgpod",
|
||||
"version-date": "2019-08-29",
|
||||
"port-version": 4,
|
||||
"description": "libgpod is a library meant to abstract access to an iPod content.",
|
||||
"homepage": "https://github.com/fadingred/libgpod",
|
||||
"supports": "!windows & !osx",
|
||||
"dependencies": [
|
||||
"glib",
|
||||
"libplist",
|
||||
"sqlite3"
|
||||
]
|
||||
}
|
@ -534,6 +534,8 @@ libdc1394:x64-android=fail
|
||||
libdc1394:arm64-android=fail
|
||||
# 32-bit needs android-24
|
||||
libflac:arm-neon-android=fail
|
||||
libfreenect2:arm64-windows=fail
|
||||
libfreenect2:arm64-windows-static-md=fail
|
||||
# inline assembly requires more registers than available
|
||||
libgcrypt:x64-android=fail
|
||||
# error: call to undeclared function 'mktime_z'
|
||||
@ -543,13 +545,10 @@ libgnutls:x64-android=fail
|
||||
# Fails to build due to incompatible delcaration of select in macOS 14.2
|
||||
libgo:x64-osx=fail
|
||||
libgo:x64-android=fail
|
||||
libgpg-error:arm-neon-android=fail
|
||||
libgpg-error:arm64-android=fail
|
||||
libgpg-error:x64-android=fail
|
||||
# Missing system libraries on linux to run/prepare autoconf
|
||||
libgpod:x64-linux=fail
|
||||
libfreenect2:arm64-windows=fail
|
||||
libfreenect2:arm64-windows-static-md=fail
|
||||
libgpod:arm-neon-android=fail
|
||||
libgpod:arm64-android=fail
|
||||
libgpod:x64-android=fail
|
||||
libgxps:arm-neon-android=fail
|
||||
libgxps:arm64-android=fail
|
||||
libgxps:x64-android=fail
|
||||
|
@ -4628,10 +4628,6 @@
|
||||
"baseline": "2.1.3",
|
||||
"port-version": 0
|
||||
},
|
||||
"libgpod": {
|
||||
"baseline": "2019-08-29",
|
||||
"port-version": 4
|
||||
},
|
||||
"libgta": {
|
||||
"baseline": "1.0.8",
|
||||
"port-version": 5
|
||||
|
Loading…
x
Reference in New Issue
Block a user