libimobiledevice: update to 1.2.0 (soname bump).
This commit is contained in:
parent
ee40615e1d
commit
8c72c295c2
|
@ -1826,7 +1826,7 @@ libqtermwidget5.so.0 qtermwidget-0.6.0_1
|
||||||
libnpth.so.0 npth-1.1_1
|
libnpth.so.0 npth-1.1_1
|
||||||
libglfw.so.3 glfw-3.0.4_1
|
libglfw.so.3 glfw-3.0.4_1
|
||||||
libusbmuxd.so.4 libusbmuxd-1.0.10_1
|
libusbmuxd.so.4 libusbmuxd-1.0.10_1
|
||||||
libimobiledevice.so.5 libimobiledevice-1.1.7_1
|
libimobiledevice.so.6 libimobiledevice-1.2.0_1
|
||||||
libstfl.so.0 stfl-0.23_1
|
libstfl.so.0 stfl-0.23_1
|
||||||
libenventor.so.0 enventor-0.4.1_1
|
libenventor.so.0 enventor-0.4.1_1
|
||||||
libCDApplet.so cairo-dock-plugins-3.4.0_1
|
libCDApplet.so cairo-dock-plugins-3.4.0_1
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libimobiledevice'
|
# Template file for 'libimobiledevice'
|
||||||
pkgname=libimobiledevice
|
pkgname=libimobiledevice
|
||||||
version=1.1.7
|
version=1.2.0
|
||||||
revision=4
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool pkg-config python-devel"
|
hostmakedepends="automake libtool pkg-config python-devel"
|
||||||
makedepends="python-devel libglib-devel libressl-devel>=2.1.3 libusb-devel libplist-devel libusbmuxd-devel"
|
makedepends="python-devel libglib-devel libressl-devel>=2.1.3 libusb-devel libplist-devel libusbmuxd-devel"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2,LGPL-2.1"
|
license="GPL-2,LGPL-2.1"
|
||||||
homepage="http://www.libimobiledevice.org/"
|
homepage="http://www.libimobiledevice.org/"
|
||||||
distfiles="http://www.libimobiledevice.org/downloads/${pkgname}-${version}.tar.bz2"
|
distfiles="http://www.libimobiledevice.org/downloads/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=e6afaad739f8deeb5b9c5c99fac7d01c818fa944b18ef3d3ae0456453d2eb2b0
|
checksum=786b0de0875053bf61b5531a86ae8119e320edab724fc62fe2150cc931f11037
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i 's,-L$(libdir),,g' cython/Makefile.am
|
sed -i 's,-L$(libdir),,g' cython/Makefile.am
|
||||||
|
|
Loading…
Reference in New Issue