libimobiledevices: snapshot bump

This commit is contained in:
blshkv 2019-02-03 16:10:06 +08:00
parent 96a7359427
commit aac6dcde26
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
6 changed files with 62 additions and 18 deletions

View file

@ -1 +1,2 @@
DIST libimobiledevice-1.2.0.tar.bz2 631495 BLAKE2B b04d87906615710e9e143013d27f4a0735e444160cb9dad464cb63d568470397f504680b3faca3995932cc8a80970a5923128d356fad9c98372af4981373ed69 SHA512 0de5f768aeb5d62445892855d84ceaff776f6667733c351ed6c34bf9d500802762d1a06e5efdf57f33cafc9ee788041cd9b6748fb9bad6c2e4ae2f9b9aa93589
DIST libimobiledevice-1.2.1_pre20190126.tar.gz 236737 BLAKE2B 4df02b0b16454fe57e559d7143c9e39fefe3b574fd878cf377660ea434aabaf0fdcf4d77b1b072b0c70a56c64ceeecd9661f4410ba96e2f5b129a24764a6cf05 SHA512 263bb884ca9e2f4ccc1bc90c5b17aa9e90afbd115c5e90fe1ebb0a19474f63ae24203f74a393565d84b2fadd662c79d6398f004e8a309104a276d6446077ccc8

View file

@ -1,8 +1,8 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
EAPI=6
PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
inherit eutils python-r1

View file

@ -1,26 +1,26 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
inherit eutils python-r1 git-r3
EAPI=6
EGIT_REPO_URI="https://github.com/libimobiledevice/libimobiledevice.git"
EGIT_COMMIT="344729536e49d6a98aa05d76a3637856748911cd"
PYTHON_COMPAT=( python{2_7,3_5,3_6} )
inherit eutils autotools python-r1
#EGIT_REPO_URI="https://github.com/libimobiledevice/libimobiledevice.git"
HASH_COMMIT="d200973897e281ba35d6c9c433e1355a49056da8"
DESCRIPTION="Support library to communicate with Apple iPhone/iPod Touch devices"
HOMEPAGE="http://www.libimobiledevice.org/"
#SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2"
SRC_URI="https://github.com/libimobiledevice/libimobiledevice/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
# While COPYING* doesn't mention 'or any later version', all the headers do, hence use +
LICENSE="GPL-2+ LGPL-2.1+"
SLOT="0/6" # based on SONAME of libimobiledevice.so
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
IUSE="gnutls python static-libs"
IUSE="debug gnutls python static-libs"
RDEPEND=">=app-pda/libplist-1.12:=
>=app-pda/libusbmuxd-1.0.10:=
>=app-pda/libusbmuxd-1.1.0_pre20190118:=
gnutls? (
dev-libs/libgcrypt:0
>=dev-libs/libtasn1-1.1
@ -41,11 +41,11 @@ DOCS=( AUTHORS NEWS README )
BUILD_DIR="${S}_build"
S="${WORKDIR}/${PN}-${HASH_COMMIT}"
src_prepare() {
# epatch "${FILESDIR}/gnutls-3.4.patch"
default
./autogen.sh
emake distclean
eautoreconf
eapply_user
}
src_configure() {
@ -53,6 +53,7 @@ src_configure() {
local myeconfargs=( $(use_enable static-libs static) )
use gnutls && myeconfargs+=( --disable-openssl )
use debug && myeconfargs+=( --enable-debug-code )
do_configure() {
mkdir -p "${BUILD_DIR}" || die

View file

@ -1 +1,2 @@
DIST libusbmuxd-1.0.10.tar.bz2 292649 SHA256 1aa21391265d2284ac3ccb7cf278126d10d354878589905b35e8102104fec9f2 SHA512 180cde2e9d0860d07d29813e68abf8ca807f75e98424b50acfc1ce941ba4260922959e1047a7d2bc754470c08ed55d0a15c9367487bd41c635a52b4fbf8ff535 WHIRLPOOL 4f7344084da1d5e36476b3b67584d7ccbaefebed81f82ac9bf2ce000b666860d5508e173d3f06bb0508f7803fd54686665fc5aa8d7aed7c8425c886ac27869fe
DIST libusbmuxd-1.0.10.tar.bz2 292649 BLAKE2B 7ec9a576cb20f7e87cf1f31e57e66100c496e5809142d225df9b3cc295a71546bed2d90f41df3144f7316ce0aec5f08fad850c528e27f336bf96e9578bcffd04 SHA512 180cde2e9d0860d07d29813e68abf8ca807f75e98424b50acfc1ce941ba4260922959e1047a7d2bc754470c08ed55d0a15c9367487bd41c635a52b4fbf8ff535
DIST libusbmuxd-1.1.0_pre20190118.tar.gz 38771 BLAKE2B 082609ee72b68629b5eded757e3f90df707c6822f512b7c76c8742f25a676d95261a76ca048664451b6e9fb6fe7041262ab65f1da00ecd1b7751c44eb9e471da SHA512 c7ade150c3afc580e816aed59a49928b39c883231c231c854d2b64e9b2b92881bb838cd2b61604fdc1950d7497d0297c0a133ae26a25f87f8c1b66e4f26c8398

View file

@ -0,0 +1,41 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit autotools
HASH_COMMIT="c75605d862cd1c312494f6c715246febc26b2e05"
DESCRIPTION="USB multiplex daemon for use with Apple iPhone/iPod Touch devices"
HOMEPAGE="http://www.libimobiledevice.org/"
SRC_URI="https://github.com/libimobiledevice/libusbmuxd/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
# tools/iproxy.c is GPL-2+, everything else is LGPL-2.1+
LICENSE="GPL-2+ LGPL-2.1+"
SLOT="0/2" # based on SONAME of libusbmuxd.so
KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
IUSE="kernel_linux static-libs"
RDEPEND=">=app-pda/libplist-1.12:=
virtual/libusb:1
!=app-pda/usbmuxd-1.0.9
!<app-pda/usbmuxd-1.0.8_p1"
DEPEND="${RDEPEND}
virtual/os-headers
virtual/pkgconfig"
DOCS=( AUTHORS README )
S="${WORKDIR}/${PN}-${HASH_COMMIT}"
src_prepare() {
eautoreconf
eapply_user
}
src_configure() {
local myeconfargs=( $(use_enable static-libs static) )
use kernel_linux || myeconfargs+=( --without-inotify )
econf "${myeconfargs[@]}"
}