[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/74: gnu: Add libimobiledevice.
From: |
guix-commits |
Subject: |
16/74: gnu: Add libimobiledevice. |
Date: |
Tue, 4 Dec 2018 10:39:45 -0500 (EST) |
rekado pushed a commit to branch wip-gnome-upgrades
in repository guix.
commit 9ec91c795fb655114f9e82f650e6fde7aa0ea5b1
Author: Ricardo Wurmus <address@hidden>
Date: Sun Aug 5 15:51:44 2018 +0200
gnu: Add libimobiledevice.
* gnu/packages/libusb.scm (libimobiledevice): New variable.
---
gnu/packages/libusb.scm | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
diff --git a/gnu/packages/libusb.scm b/gnu/packages/libusb.scm
index 3d45178..2519f8a 100644
--- a/gnu/packages/libusb.scm
+++ b/gnu/packages/libusb.scm
@@ -44,6 +44,7 @@
#:use-module (gnu packages mp3)
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages python)
+ #:use-module (gnu packages tls)
#:use-module (gnu packages xiph))
(define-public libusb
@@ -345,6 +346,43 @@ connections from and to iOS devices by connecting to a
socket provided by a
@code{usbmuxd} daemon.")
(license license:lgpl2.1+)))
+(define-public libimobiledevice
+ (package
+ (name "libimobiledevice")
+ (version "1.2.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "http://www.libimobiledevice.org/downloads/"
+ "libimobiledevice-" version ".tar.bz2"))
+ (sha256
+ (base32
+ "0dqhy4qwj30mw8pwckvjmgnj1qqrh6p8c6jknmhvylshhzh0ssvq"))))
+ (build-system gnu-build-system)
+ (arguments
+ `(#:configure-flags
+ (list (string-append "PYTHON_LDFLAGS=-L"
+ (assoc-ref %build-inputs "python")
+ "/lib -lpython3.6m"))))
+ (propagated-inputs
+ `(("openssl" ,openssl)
+ ("libusbmuxd" ,libusbmuxd)))
+ (inputs
+ `(("libplist" ,libplist)
+ ("python" ,python)))
+ (native-inputs
+ `(("pkg-config" ,pkg-config)
+ ("python-cython" ,python-cython)
+ ("libtool" ,libtool)))
+ (home-page "http://www.libimobiledevice.org/")
+ (synopsis "Protocol library and tools to communicate with Apple devices")
+ (description "libimobiledevice is a software library that talks the
+protocols to support Apple devices. 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 installed applications, retrieve
+addressbook/calendars/notes and bookmarks and (using libgpod) synchronize
+music and video to the device.")
+ (license license:lgpl2.1+)))
+
(define-public libmtp
(package
(name "libmtp")
- 02/74: gnu: sassc: Fix build., (continued)
- 02/74: gnu: sassc: Fix build., guix-commits, 2018/12/04
- 08/74: gnu: yelp: Update to 3.28.1., guix-commits, 2018/12/04
- 10/74: gnu: yelp-tools: Update to 3.28.0., guix-commits, 2018/12/04
- 03/74: gnu: gtksourceview: Update to 4.0.2., guix-commits, 2018/12/04
- 04/74: gnu: Add gtksourceview-3., guix-commits, 2018/12/04
- 05/74: gnu: gtk-doc: Update to 1.28., guix-commits, 2018/12/04
- 06/74: gnu: graphene: Remove custom autogen phase., guix-commits, 2018/12/04
- 09/74: gnu: yelp-xsl: Update to 3.28.0., guix-commits, 2018/12/04
- 11/74: gnu: file-roller: Update to 3.28.0., guix-commits, 2018/12/04
- 14/74: gnu: Add libplist., guix-commits, 2018/12/04
- 16/74: gnu: Add libimobiledevice.,
guix-commits <=
- 20/74: gnu: gnome-desktop: Update to 3.28.2., guix-commits, 2018/12/04
- 18/74: gnu: gnome-maps: Update to 3.28.2., guix-commits, 2018/12/04
- 23/74: gnu: adwaita-icon-theme: Update to 3.28.0., guix-commits, 2018/12/04
- 07/74: gnu: at-spi2-core: Update to 2.28.0., guix-commits, 2018/12/04
- 22/74: gnu: gsettings-desktop-schemas: Update to 3.28.0., guix-commits, 2018/12/04
- 15/74: gnu: Add libusbmuxd., guix-commits, 2018/12/04
- 12/74: gnu: gedit: Use gtksourceview-3., guix-commits, 2018/12/04
- 25/74: gnu: goffice: Update to 0.10.41., guix-commits, 2018/12/04
- 29/74: gnu: geocode-glib: Update to 3.26.0., guix-commits, 2018/12/04
- 28/74: gnu: five-or-more: Update to 3.28.0., guix-commits, 2018/12/04