From 8e3b767ace7c607062cc4c294d1460d0eb5394c2 Mon Sep 17 00:00:00 2001 From: Rmys Date: Wed, 21 Jun 2017 18:23:52 +0300 Subject: [PATCH 1/3] libusbmuxd-1.0.10:First release --- hardware/mobile/libusbmuxd/actions.py | 24 +++++++++ hardware/mobile/libusbmuxd/pspec.xml | 60 +++++++++++++++++++++ hardware/mobile/libusbmuxd/translations.xml | 13 +++++ 3 files changed, 97 insertions(+) create mode 100644 hardware/mobile/libusbmuxd/actions.py create mode 100644 hardware/mobile/libusbmuxd/pspec.xml create mode 100644 hardware/mobile/libusbmuxd/translations.xml diff --git a/hardware/mobile/libusbmuxd/actions.py b/hardware/mobile/libusbmuxd/actions.py new file mode 100644 index 0000000000..8a9ff83431 --- /dev/null +++ b/hardware/mobile/libusbmuxd/actions.py @@ -0,0 +1,24 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import get +from pisi.actionsapi import pisitools +from pisi.actionsapi import autotools +from pisi.actionsapi import shelltools +def setup(): + + autotools.configure("\ + --disable-static \ + --disable-silent-rules \ + ") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "README") diff --git a/hardware/mobile/libusbmuxd/pspec.xml b/hardware/mobile/libusbmuxd/pspec.xml new file mode 100644 index 0000000000..a45cdb0a2e --- /dev/null +++ b/hardware/mobile/libusbmuxd/pspec.xml @@ -0,0 +1,60 @@ + + + + + libusbmuxd + http://marcansoft.com/blog/iphonelinux/libusbmuxd + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + LGPLv2.1 + service + library + Daemon for communicating with Apple's iPod Touch and iPhone + libusbmuxd is a daemon used for communicating with Apple's iPod Touch and iPhone devices. It allows multiple services on the device to be accessed simultaneously. + http://www.libimobiledevice.org/downloads/libusbmuxd-1.0.10.tar.bz2 + + libplist-devel + libusb-devel + + + + + libusbmuxd + + libplist + libusb + + + /usr/lib + /usr/share/doc + /usr/bin + /usr/sbin + /lib/udev/rules.d + + + + + libusbmuxd-devel + Development files for libusbmuxd + + libusbmuxd + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2017-06-21 + 1.0.10 + First release + Pisi Linux Community + admin@pisilinux.org + + + diff --git a/hardware/mobile/libusbmuxd/translations.xml b/hardware/mobile/libusbmuxd/translations.xml new file mode 100644 index 0000000000..4561f050ca --- /dev/null +++ b/hardware/mobile/libusbmuxd/translations.xml @@ -0,0 +1,13 @@ + + + + usbmuxd + Apple iPod Touch ve iPhone iletişim hizmeti + usbmuxd, Apple iPod Touch ve iPhone cihazlarıyla iletişim kurmak için gerekli bir sistem hizmetidir. Aynı anda, birden fazla cihaza bağlanma imkanı sağlar. + + + + usbmuxd-devel + usbmuxd için geliştirme dosyaları + + From 88b0167e87c68c4b62b92a3ff4babba69f0bf6ed Mon Sep 17 00:00:00 2001 From: Rmys Date: Wed, 21 Jun 2017 18:33:39 +0300 Subject: [PATCH 2/3] =?UTF-8?q?libimobiledevice:Rebuild=20libusbmuxd=20ba?= =?UTF-8?q?=C4=9F=C4=B1ml=C4=B1l=C4=B1=C4=9F=C4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hardware/mobile/libimobiledevice/pspec.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hardware/mobile/libimobiledevice/pspec.xml b/hardware/mobile/libimobiledevice/pspec.xml index 63fb1791a8..4a26599b0a 100644 --- a/hardware/mobile/libimobiledevice/pspec.xml +++ b/hardware/mobile/libimobiledevice/pspec.xml @@ -17,7 +17,7 @@ http://www.libimobiledevice.org/downloads/libimobiledevice-1.2.0.tar.bz2 gnutls-devel - usbmuxd-devel + libusbmuxd-devel libplist-devel libtasn1-devel libgcrypt-devel @@ -31,7 +31,7 @@ libimobiledevice gnutls - usbmuxd + libusbmuxd libplist libtasn1 libgcrypt @@ -49,7 +49,7 @@ Development files for libimobiledevice gnutls-devel - usbmuxd-devel + libusbmuxd-devel libplist-devel libtasn1-devel libgcrypt-devel @@ -63,9 +63,9 @@ - 2017-03-05 + 2017-06-21 1.2.0 - Rebuild. + Rebuild Ertuğrul Erata ertugrulerata@gmail.com From fe7a79b46ca2fae0cd7c99c44ab75f72964651d0 Mon Sep 17 00:00:00 2001 From: Rmys Date: Wed, 21 Jun 2017 18:38:12 +0300 Subject: [PATCH 3/3] =?UTF-8?q?ifuse:Rebuild=20libusbmuxd=20ba=C4=9F=C4=B1?= =?UTF-8?q?ml=C4=B1l=C4=B1=C4=9F=C4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hardware/mobile/ifuse/pspec.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/hardware/mobile/ifuse/pspec.xml b/hardware/mobile/ifuse/pspec.xml index 36a17f4fcc..aba0a23c38 100644 --- a/hardware/mobile/ifuse/pspec.xml +++ b/hardware/mobile/ifuse/pspec.xml @@ -24,7 +24,7 @@ libimobiledevice fuse - usbmuxd + libusbmuxd libtasn1 gnutls libplist @@ -37,6 +37,13 @@ + + 2017-06-21 + 1.1.3 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + 2017-01-07 1.1.3