head 1.3; access; symbols; locks; strict; comment @# @; 1.3 date 2026.05.14.16.40.32; author ryoon; state Exp; branches; next 1.2; commitid tKipFjQKzke3NNFG; 1.2 date 2026.05.02.07.19.01; author vins; state Exp; branches; next 1.1; commitid PnzdUuRrcslB4dEG; 1.1 date 2026.05.02.07.01.14; author vins; state Exp; branches; next ; commitid Hdj0roqdEBiZXcEG; desc @@ 1.3 log @*: Recursive revbump from security/nettle-4.0 @ text @# $NetBSD: Makefile,v 1.2 2026/05/02 07:19:01 vins Exp $ DISTNAME= libimobiledevice-1.4.0 PKGREVISION= 2 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_GITHUB:=libimobiledevice/} GITHUB_RELEASE= ${PKGVERSION_NOREV} EXTRACT_SUFX= .tar.bz2 MAINTAINER= charlotte@@NetBSD.org HOMEPAGE= https://www.libimobiledevice.org/ COMMENT= Libraries and tools to communicate with iOS devices LICENSE= gnu-gpl-v2 USE_LANGUAGES+= c c++ USE_LIBTOOL= yes USE_TOOLS+= aclocal autoconf automake bash pkg-config PKGCONFIG_OVERRIDE= src/libimobiledevice-1.0.pc.in GNU_CONFIGURE= yes CONFIG_SHELL= bash PY_PATCHPLIST= yes post-extract: # By default, configure script uses a git wrapper to hard-code the current version. @@${STEP_MSG} "Setting package version to ${PKGVERSION_NOREV}" ${RUN}${ECHO} ${PKGVERSION_NOREV} > ${WRKSRC}/.tarball-version pre-configure: set -e; cd ${WRKSRC} && autoreconf -fiv .include "../../devel/py-cython/tool.mk" .include "../../devel/py-cython/buildlink3.mk" .include "../../lang/python/extension.mk" .include "../../security/openssl/buildlink3.mk" .include "../../textproc/libplist/buildlink3.mk" .include "../../security/libtatsu/buildlink3.mk" .include "../../comms/libusbmuxd/buildlink3.mk" .include "../../www/curl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" @ 1.2 log @libimobiledevice: add PKGCONFIG_OVERRIDE @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2026/05/02 07:01:14 vins Exp $ d4 1 a4 1 PKGREVISION= 1 @ 1.1 log @misc/libimobiledevice: Import libimobiledevice-1.4.0 from wip Originally packaged in wip by charlotte. libimobiledevice is a cross-platform software library that talks the protocols to support iPhone, iPod Touch, iPad and Apple TV devices. Unlike other projects, it does not depend on using any existing proprietary libraries and does not require jailbreaking. It allows other software to easily access the device's filesystem, retrieve information about the device and it's internals, backup/restore the device, manage SpringBoard icons, manage installed applications, retrieve addressbook/calendars/notes and bookmarks and (using libgpod) synchronize music and video to the device. The library is in development since August 2007 with the goal to bring support for these devices to the Linux Desktop. @ text @d1 1 a1 1 # $NetBSD$ d4 1 d20 2 @