[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/135: gnu: Add libusbmuxd.
From: |
guix-commits |
Subject: |
14/135: gnu: Add libusbmuxd. |
Date: |
Fri, 21 Dec 2018 14:37:27 -0500 (EST) |
rekado pushed a commit to branch wip-gnome3.30
in repository guix.
commit 0d7db0bacfdbe2cbf4f17a6e13e77c360f3255fa
Author: Ricardo Wurmus <address@hidden>
Date: Sun Aug 5 15:50:56 2018 +0200
gnu: Add libusbmuxd.
* gnu/packages/libusb.scm (libusbmuxd): New variable.
---
gnu/packages/libusb.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/libusb.scm b/gnu/packages/libusb.scm
index 37fa114..3d45178 100644
--- a/gnu/packages/libusb.scm
+++ b/gnu/packages/libusb.scm
@@ -323,6 +323,28 @@ wrapper for accessing libusb-1.0.")
Apple Property List files in binary or XML.")
(license license:lgpl2.1+)))
+(define-public libusbmuxd
+ (package
+ (name "libusbmuxd")
+ (version "1.0.10")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "http://www.libimobiledevice.org/downloads/"
+ "libusbmuxd-" version ".tar.bz2"))
+ (sha256
+ (base32
+ "1wn9zq2224786mdr12c5hxad643d29wg4z6b7jn888jx4s8i78hs"))))
+ (build-system gnu-build-system)
+ (native-inputs
+ `(("pkg-config" ,pkg-config)
+ ("libplist" ,libplist)))
+ (home-page "http://www.libimobiledevice.org/")
+ (synopsis "Library to multiplex connections from and to iOS devices")
+ (description "This package provides a client library to multiplex
+connections from and to iOS devices by connecting to a socket provided by a
address@hidden daemon.")
+ (license license:lgpl2.1+)))
+
(define-public libmtp
(package
(name "libmtp")
- 123/135: gnu: colord: Update to 1.4.3., (continued)
- 123/135: gnu: colord: Update to 1.4.3., guix-commits, 2018/12/21
- 109/135: gnu: gnome-system-monitor: Update to 3.30.0., guix-commits, 2018/12/21
- 82/135: gnu: glibmm: Update to 2.58.0., guix-commits, 2018/12/21
- 81/135: gnu: libsigc++: Update to 2.10.1., guix-commits, 2018/12/21
- 56/135: gnu: gnome-clocks: Update to 3.28.0., guix-commits, 2018/12/21
- 108/135: gnu: at-spi2-core: Update to 2.30.0., guix-commits, 2018/12/21
- 135/135: gnu: gtksourceview: Update to 4.0.3., guix-commits, 2018/12/21
- 115/135: gnu: network-manager: Update to 1.14.4., guix-commits, 2018/12/21
- 45/135: gnu: zenity: Update to 3.28.1., guix-commits, 2018/12/21
- 129/135: gnu: glib-networking: Update to 2.58.0., guix-commits, 2018/12/21
- 14/135: gnu: Add libusbmuxd.,
guix-commits <=
- 40/135: gnu: gjs: Update to 1.52.3., guix-commits, 2018/12/21
- 93/135: gnu: seahorse: Update to 3.30., guix-commits, 2018/12/21
- 120/135: gnu: gvfs: Update to 1.38.1., guix-commits, 2018/12/21
- 35/135: gnu: gnome-keyring: Update to 3.28.2., guix-commits, 2018/12/21
- 09/135: gnu: yelp-tools: Update to 3.28.0., guix-commits, 2018/12/21
- 112/135: gnu: gdm: Update to 3.30.2., guix-commits, 2018/12/21
- 90/135: gnu: libwnck: Update to 3.30.0., guix-commits, 2018/12/21
- 24/135: gnu: goffice: Update to 0.10.41., guix-commits, 2018/12/21
- 68/135: gnu: cups-filters: Fix build with newer version of poppler., guix-commits, 2018/12/21
- 77/135: gnu: gobject-introspection: Update to 1.58.1., guix-commits, 2018/12/21