libimobiledevice ver. bump

This commit is contained in:
Rmys
2020-06-24 14:43:05 +03:00
committed by GitHub
parent a2edf91f1f
commit 4f9211a344
2 changed files with 11 additions and 3 deletions
+2 -1
View File
@@ -9,6 +9,7 @@ from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
def setup():
autotools.autoreconf("-fi")
autotools.configure("\
--disable-static \
--disable-openssl \
@@ -27,4 +28,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "COPYING*", "NEWS", "README")
pisitools.dodoc("AUTHORS", "COPYING*", "NEWS", "README*")
+9 -2
View File
@@ -14,7 +14,7 @@
<IsA>app:console</IsA>
<Summary>Library for connecting to mobile devices</Summary>
<Description>libimobiledevice is a library for connecting to mobile devices including phones and music players</Description>
<Archive sha1sum="a8e3f21180b1d6df754d04a4080a29cf6891e701" type="tarbz2">http://www.libimobiledevice.org/downloads/libimobiledevice-1.2.0.tar.bz2</Archive>
<Archive sha1sum="783e928dd77f53a259da6a40fc43506ae0c42de6" type="tarbz2">http://www.libimobiledevice.org/downloads/libimobiledevice-1.3.0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>gnutls-devel</Dependency>
<Dependency>libusbmuxd-devel</Dependency>
@@ -23,7 +23,7 @@
<Dependency>libgcrypt-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch>gnutls-3.4.patch</Patch>
<!-- <Patch>gnutls-3.4.patch</Patch> -->
</Patches>
</Source>
@@ -62,6 +62,13 @@
</Package>
<History>
<Update release="7">
<Date>2020-06-24</Date>
<Version>1.3.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2020-02-01</Date>
<Version>1.2.0</Version>