mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
imobiledevice: cleanup in Gentoo's favour
This commit is contained in:
parent
e08ba56a33
commit
61379495bb
19 changed files with 5 additions and 484 deletions
|
|
@ -1,3 +1,3 @@
|
|||
DIST ideviceinstaller-1.1.0.tar.bz2 272210 BLAKE2B da67c16d046e148d11bafcd1f33a8e5a5cba49c6f975ba038602eaf2444a76883d568e16583923c7303cce170e6718fc1cfcd0b2cffed5a1eaf895944043d785 SHA512 8bf5dc30b8fa2f0c171ec3705db8d8d143d2520b2875fc05d9d325bd4f1ffdf29230557e57f3e824654ab3bb71bbaf9019aa573d4b1cce29a9c75bf15024d623
|
||||
DIST ideviceinstaller-1.1.0_p20181001.zip 24848 BLAKE2B b24d9c57f763ecdf38dbee1ece9a84707cd23c19152173b76658e1c1f4f3a017d9f9c4dee3055a55a685b4cfb5a799048befc682c9bd7d29d6222ec8c111c544 SHA512 35aa870311e493df8d7d02ae9087218c91db109cf52ce8906304c2b82edae7b858829d78f85c3a49e6d6e76189fd8acaf6c991789f3386631e2f3fadffce5e5c
|
||||
DIST ideviceinstaller-1.1.0_p20191028.zip 25238 BLAKE2B 5f49c68594574ef0c8f7f1495b8adf72b3c373bd22d986bbafc3a02fc31b7bd300e654d94fc61c1e7d3c37f8ef33d8992a1d00e7ecae28a9f9c2fd0c546103d6 SHA512 de6db1ad70d54ee8c9782a1b0aac3d9e79a1e9210ce30a2611b449076b17585869f0e03ce891236dd84cbeba5bc7c6d1daf4b9be16900d2144d63e649e237fb4
|
||||
DIST ideviceinstaller-1.1.0_p20190928.zip 25238 BLAKE2B 5f49c68594574ef0c8f7f1495b8adf72b3c373bd22d986bbafc3a02fc31b7bd300e654d94fc61c1e7d3c37f8ef33d8992a1d00e7ecae28a9f9c2fd0c546103d6 SHA512 de6db1ad70d54ee8c9782a1b0aac3d9e79a1e9210ce30a2611b449076b17585869f0e03ce891236dd84cbeba5bc7c6d1daf4b9be16900d2144d63e649e237fb4
|
||||
|
|
|
|||
|
|
@ -8,9 +8,8 @@ inherit autotools
|
|||
MY_COMMIT="b37ce232a44e4e212f71d3792cbd3d86e2f9ac33"
|
||||
|
||||
DESCRIPTION="A tool to interact with the installation_proxy of an Apple's iDevice"
|
||||
HOMEPAGE="http://www.libimobiledevice.org/"
|
||||
HOMEPAGE="http://www.libimobiledevice.org/ https://github.com/libimobiledevice/ideviceinstaller"
|
||||
SRC_URI="https://github.com/libimobiledevice/${PN}/archive/${MY_COMMIT}.zip -> ${P}.zip"
|
||||
#SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
DIST libimobiledevice-1.2.0.tar.bz2 631495 BLAKE2B b04d87906615710e9e143013d27f4a0735e444160cb9dad464cb63d568470397f504680b3faca3995932cc8a80970a5923128d356fad9c98372af4981373ed69 SHA512 0de5f768aeb5d62445892855d84ceaff776f6667733c351ed6c34bf9d500802762d1a06e5efdf57f33cafc9ee788041cd9b6748fb9bad6c2e4ae2f9b9aa93589
|
||||
DIST libimobiledevice-1.2.1_pre20190521.tar.gz 237810 BLAKE2B 81b99f56189e085175484bfda0885df28395e1b7ba53e376e89012ad63abfab9b761db80c1c206fddad439792fc2136ad45f368620c24c39745c31bb72005b56 SHA512 3971957473b07069df5b52f1e4d046befeb4cc983457ec0385fe5df4720f3cdfe6cf0958c18f50a238eca90a07dbd8bb96e50fd3c76850e604bfda7be02ad18e
|
||||
DIST libimobiledevice-1.2.1_pre20190719.tar.gz 238530 BLAKE2B 2f3d554d5b1532f593358e6aa5b3bc5d18fe8ba0a843e33ea485054594b8e9c5cae30572594aec690be4475b6930f4ce031ad046f1a94910f6192213f4e88f22 SHA512 e7edf384f30d27e95105ad67d4b1b7661ab542d1ebc61e4f6bb96f7314f7d1045b3f318b50ae87050843c03378724570037f85eeae04b3f3caebbcbc24b9f92a
|
||||
|
|
@ -1,51 +0,0 @@
|
|||
From 2a5868411c57e25802d2f16fd6b77601f10d0b72 Mon Sep 17 00:00:00 2001
|
||||
From: Nikos Mavrogiannopoulos <nmav@redhat.com>
|
||||
Date: Fri, 29 Apr 2016 22:58:34 +0200
|
||||
Subject: [PATCH] Updated gnutls certificate callback to new API (backwards
|
||||
compatible)
|
||||
|
||||
---
|
||||
src/idevice.c | 13 +++++++++++++
|
||||
1 file changed, 13 insertions(+)
|
||||
|
||||
diff --git a/src/idevice.c b/src/idevice.c
|
||||
index 5912aeb..f2de6a3 100644
|
||||
--- a/src/idevice.c
|
||||
+++ b/src/idevice.c
|
||||
@@ -642,7 +642,11 @@ static const char *ssl_error_to_string(int e)
|
||||
/**
|
||||
* Internally used gnutls callback function that gets called during handshake.
|
||||
*/
|
||||
+#if GNUTLS_VERSION_NUMBER >= 0x020b07
|
||||
+static int internal_cert_callback(gnutls_session_t session, const gnutls_datum_t * req_ca_rdn, int nreqs, const gnutls_pk_algorithm_t * sign_algos, int sign_algos_length, gnutls_retr2_st * st)
|
||||
+#else
|
||||
static int internal_cert_callback(gnutls_session_t session, const gnutls_datum_t * req_ca_rdn, int nreqs, const gnutls_pk_algorithm_t * sign_algos, int sign_algos_length, gnutls_retr_st * st)
|
||||
+#endif
|
||||
{
|
||||
int res = -1;
|
||||
gnutls_certificate_type_t type = gnutls_certificate_type_get(session);
|
||||
@@ -650,7 +654,12 @@ static int internal_cert_callback(gnutls_session_t session, const gnutls_datum_t
|
||||
ssl_data_t ssl_data = (ssl_data_t)gnutls_session_get_ptr(session);
|
||||
if (ssl_data && ssl_data->host_privkey && ssl_data->host_cert) {
|
||||
debug_info("Passing certificate");
|
||||
+#if GNUTLS_VERSION_NUMBER >= 0x020b07
|
||||
+ st->cert_type = type;
|
||||
+ st->key_type = GNUTLS_PRIVKEY_X509;
|
||||
+#else
|
||||
st->type = type;
|
||||
+#endif
|
||||
st->ncerts = 1;
|
||||
st->cert.x509 = &ssl_data->host_cert;
|
||||
st->key.x509 = ssl_data->host_privkey;
|
||||
@@ -759,7 +768,11 @@ LIBIMOBILEDEVICE_API idevice_error_t idevice_connection_enable_ssl(idevice_conne
|
||||
debug_info("enabling SSL mode");
|
||||
errno = 0;
|
||||
gnutls_certificate_allocate_credentials(&ssl_data_loc->certificate);
|
||||
+#if GNUTLS_VERSION_NUMBER >= 0x020b07
|
||||
+ gnutls_certificate_set_retrieve_function(ssl_data_loc->certificate, internal_cert_callback);
|
||||
+#else
|
||||
gnutls_certificate_client_set_retrieve_function(ssl_data_loc->certificate, internal_cert_callback);
|
||||
+#endif
|
||||
gnutls_init(&ssl_data_loc->session, GNUTLS_CLIENT);
|
||||
gnutls_priority_set_direct(ssl_data_loc->session, "NONE:+VERS-SSL3.0:+ANON-DH:+RSA:+AES-128-CBC:+AES-256-CBC:+SHA1:+MD5:+COMP-NULL", NULL);
|
||||
gnutls_credentials_set(ssl_data_loc->session, GNUTLS_CRD_CERTIFICATE, ssl_data_loc->certificate);
|
||||
|
|
@ -1,108 +0,0 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
|
||||
inherit eutils autotools python-r1
|
||||
|
||||
#EGIT_REPO_URI="https://github.com/libimobiledevice/libimobiledevice.git"
|
||||
HASH_COMMIT="98ac7da5255a69fa4620e325228a1c7d79ba42d7"
|
||||
|
||||
DESCRIPTION="Support library to communicate with Apple iPhone/iPod Touch devices"
|
||||
HOMEPAGE="http://www.libimobiledevice.org/"
|
||||
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="debug gnutls python static-libs"
|
||||
|
||||
RDEPEND=">=app-pda/libplist-1.12:=
|
||||
>=app-pda/libusbmuxd-1.1.0_pre20190118:=
|
||||
gnutls? (
|
||||
dev-libs/libgcrypt:0
|
||||
>=dev-libs/libtasn1-1.1
|
||||
>=net-libs/gnutls-2.2.0
|
||||
)
|
||||
!gnutls? ( dev-libs/openssl:0 )
|
||||
python? (
|
||||
${PYTHON_DEPS}
|
||||
app-pda/libplist[python(-),${PYTHON_USEDEP}]
|
||||
)"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig
|
||||
python? ( >=dev-python/cython-0.17[${PYTHON_USEDEP}] )"
|
||||
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
DOCS=( AUTHORS NEWS README )
|
||||
|
||||
BUILD_DIR="${S}_build"
|
||||
|
||||
S="${WORKDIR}/${PN}-${HASH_COMMIT}"
|
||||
|
||||
src_prepare() {
|
||||
eautoreconf
|
||||
eapply_user
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local ECONF_SOURCE=${S}
|
||||
|
||||
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
|
||||
pushd "${BUILD_DIR}" >/dev/null || die
|
||||
econf "${myeconfargs[@]}" "${@}"
|
||||
popd >/dev/null || die
|
||||
}
|
||||
|
||||
do_configure_python() {
|
||||
# Bug 567916
|
||||
PYTHON_LDFLAGS="$(python_get_LIBS)" do_configure "$@"
|
||||
}
|
||||
|
||||
do_configure --without-cython
|
||||
use python && python_foreach_impl do_configure_python
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
python_compile() {
|
||||
emake -C "${BUILD_DIR}"/cython -j1 \
|
||||
VPATH="${S}/cython:${native_builddir}/cython" \
|
||||
imobiledevice_la_LIBADD="${native_builddir}/src/libimobiledevice.la"
|
||||
}
|
||||
|
||||
local native_builddir=${BUILD_DIR}
|
||||
pushd "${BUILD_DIR}" >/dev/null || die
|
||||
emake -j1
|
||||
use python && python_foreach_impl python_compile
|
||||
popd >/dev/null || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
python_install() {
|
||||
emake -C "${BUILD_DIR}/cython" -j1 \
|
||||
VPATH="${S}/cython:${native_builddir}/cython" \
|
||||
DESTDIR="${D}" install
|
||||
}
|
||||
|
||||
local native_builddir=${BUILD_DIR}
|
||||
pushd "${BUILD_DIR}" >/dev/null || die
|
||||
emake -j1 DESTDIR="${D}" install
|
||||
use python && python_foreach_impl python_install
|
||||
popd >/dev/null || die
|
||||
|
||||
# dodoc docs/html/*
|
||||
if use python; then
|
||||
insinto /usr/include/${PN}/cython
|
||||
doins cython/imobiledevice.pxd
|
||||
fi
|
||||
find "${D}" -xtype f -name '*.la' -delete || die
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
</pkgmetadata>
|
||||
|
|
@ -1 +0,0 @@
|
|||
DIST libplist-2.1.0.tar.gz 175912 BLAKE2B c6261396edec1f09c5ac6ce36aec29a6b669984ddb4e5c8aac3c90d3454c978d07e71f2a5c7aeaf4f6a3c4cd8b97114aff100fd82e1b1a2e20b90643cddbe714 SHA512 c06a500c16775974e48a503fa484849a96e2aed50c18cab2a4002f92a64a22b20fb6fee991ac115dc4e55d7d7894d8e9f30c35ea96bc4ade943de031559d7453
|
||||
|
|
@ -1,87 +0,0 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
|
||||
inherit autotools eutils python-r1
|
||||
|
||||
DESCRIPTION="Support library to deal with Apple Property Lists (Binary & XML)"
|
||||
HOMEPAGE="http://www.libimobiledevice.org/"
|
||||
SRC_URI="https://github.com/libimobiledevice/libplist/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2 LGPL-2.1"
|
||||
SLOT="0/3.2.0" # based on SONAME of libplist.so
|
||||
KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
|
||||
IUSE="python static-libs"
|
||||
|
||||
RDEPEND="python? ( ${PYTHON_DEPS} )"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig
|
||||
python? ( >=dev-python/cython-0.17[${PYTHON_USEDEP}] )"
|
||||
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
DOCS=( AUTHORS NEWS README )
|
||||
|
||||
BUILD_DIR="${S}_build"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local ECONF_SOURCE=${S}
|
||||
local myeconfargs=( $(use_enable static-libs static) )
|
||||
|
||||
do_configure() {
|
||||
mkdir -p "${BUILD_DIR}" || die
|
||||
pushd "${BUILD_DIR}" >/dev/null || die
|
||||
econf "${myeconfargs[@]}" "${@}"
|
||||
popd >/dev/null || die
|
||||
}
|
||||
|
||||
do_configure_python() {
|
||||
PYTHON_LDFLAGS="$(python_get_LIBS)" do_configure "$@"
|
||||
}
|
||||
|
||||
do_configure --without-cython
|
||||
use python && python_foreach_impl do_configure_python
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
python_compile() {
|
||||
emake -C "${BUILD_DIR}"/cython -j1 \
|
||||
VPATH="${S}/cython:${native_builddir}/cython" \
|
||||
plist_la_LIBADD="${native_builddir}/src/libplist.la"
|
||||
}
|
||||
|
||||
local native_builddir=${BUILD_DIR}
|
||||
pushd "${BUILD_DIR}" >/dev/null || die
|
||||
emake -j1
|
||||
use python && python_foreach_impl python_compile
|
||||
popd >/dev/null || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
python_install() {
|
||||
emake -C "${BUILD_DIR}/cython" -j1 \
|
||||
VPATH="${S}/cython:${native_builddir}/cython" \
|
||||
DESTDIR="${D}" install
|
||||
}
|
||||
|
||||
local native_builddir=${BUILD_DIR}
|
||||
pushd "${BUILD_DIR}" >/dev/null || die
|
||||
emake -j1 DESTDIR="${D}" install
|
||||
use python && python_foreach_impl python_install
|
||||
popd >/dev/null || die
|
||||
|
||||
if use python ; then
|
||||
insinto /usr/include/plist/cython
|
||||
doins cython/plist.pxd
|
||||
fi
|
||||
find "${D}" -name '*.la' -type f -delete || die
|
||||
}
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
<upstream>
|
||||
<bugs-to>https://github.com/libimobiledevice/libplist/issues</bugs-to>
|
||||
<remote-id type="github">libimobiledevice/libplist</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
DIST libusbmuxd-1.1.0_pre20190328.tar.gz 40839 BLAKE2B e422cafb88ec8d0f55dfebb2a25436eeed75546ac90af88ac19d6d2072baa9f2a5819ca0b4ac4b12b3c939f6bf42617533dfd0f2b17f2614c929b24397166716 SHA512 95a9b81150aa72c829285cf69834b383011ac891c87386048b5b4cdde03074b14e01f000ae5e19dac55edf2e634b96f95f6a14de88b19361194b73ddb9bff3c8
|
||||
DIST libusbmuxd-2.0.1.tar.gz 42157 BLAKE2B bd5ce037ce7f4819d9d50f19773789f203a74b091b6a655d763425eb4fde15e8b2bba532da6afa87debb8a9d2bc95cd6e3fa23c779b631a86468abe5ec023a35 SHA512 8e185346e0e9bbc1aa69b77a9e51cc8ffda881ea57a608965e187a9288caf6e545c03c88590aa0639db76400cdcc153d50cf74241c7a3446fa29a4914fe63bf6
|
||||
|
|
@ -1,41 +0,0 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit autotools
|
||||
|
||||
HASH_COMMIT="60109fdef47dfe0badfb558a6a2105e8fb23660a"
|
||||
|
||||
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[@]}"
|
||||
}
|
||||
|
|
@ -1,40 +0,0 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="USB multiplex daemon for use with Apple iPhone/iPod Touch devices"
|
||||
HOMEPAGE="https://www.libimobiledevice.org/"
|
||||
SRC_URI="https://github.com/libimobiledevice/libusbmuxd/archive/${PV}.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/6.0.0" # based on SONAME of libusbmuxd.so
|
||||
KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
|
||||
IUSE="kernel_linux static-libs"
|
||||
|
||||
RDEPEND="
|
||||
app-pda/libplist:=
|
||||
virtual/libusb:1
|
||||
!=app-pda/usbmuxd-1.0.9*
|
||||
!<app-pda/usbmuxd-1.0.8_p1"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/os-headers"
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
|
||||
#DOCS=( AUTHORS README )
|
||||
|
||||
src_prepare() {
|
||||
NOCONFIGURE=1 ./autogen.sh || die
|
||||
eautoreconf
|
||||
default
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local myeconfargs=( $(use_enable static-libs static) )
|
||||
use kernel_linux || myeconfargs+=( --without-inotify )
|
||||
|
||||
econf "${myeconfargs[@]}"
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
</pkgmetadata>
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
DIST usbmuxd-1.1.0.tar.bz2 321897 BLAKE2B 3ca5d1da222e457ac01f3e87fb7573c6405e51fd5d270a2b3dab7601118f21be22232d5100b4d027273fc837e6a57f7a7d17d2c41ae59d7c5aa41f76bef5a03d SHA512 66aa0c40e912bf596b819098b87d88e9cf30b2e6352e607eeb778bd4f23bf9bb123fb6a6ecca2d4e4be3171e35d66200d632d2c9c80b1f2462bb45be8aa6912d
|
||||
DIST usbmuxd-1.1.1_pre20191112.tar.gz 59601 BLAKE2B 426c5c782df9f56068b5f167789e18cd63898dee5d3fde5e6602ee9c20222edefffc710f6ebd8a49f38adbebd7fef88c98cccddad04bd5e2a7b190d13d20f114 SHA512 61aae7ceff05b6572f8996f618039485d3879ef9ef32ad7a38da4a0625e6977a91013ac97c2c0e4b2a1bca040f6d077b6cef771b8b05553f4f2e705bc0aefeae
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
</pkgmetadata>
|
||||
|
|
@ -1,34 +0,0 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/usbmuxd-1.0.8_p20140530.ebuild,v 1.2 2014/08/03 12:09:08 ssuominen Exp $
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit autotools udev user
|
||||
|
||||
DESCRIPTION="USB multiplex daemon for use with Apple iPhone/iPod Touch devices"
|
||||
HOMEPAGE="http://www.libimobiledevice.org/"
|
||||
SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2"
|
||||
|
||||
# src/utils.h is LGPL-2.1+, rest is found in COPYING*
|
||||
LICENSE="GPL-2 GPL-3 LGPL-2.1+"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
|
||||
IUSE="systemd"
|
||||
|
||||
RDEPEND=">=app-pda/libimobiledevice-1.1.7
|
||||
>=app-pda/libplist-1.12
|
||||
virtual/libusb:1"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/os-headers
|
||||
virtual/pkgconfig"
|
||||
|
||||
pkg_setup() {
|
||||
enewgroup plugdev
|
||||
enewuser usbmux -1 -1 -1 "usb,plugdev"
|
||||
}
|
||||
|
||||
src_configure(){
|
||||
use systemd && ewarn "systemd functionally was not tested. Please report bugs if any"
|
||||
econf $(use_with systemd)
|
||||
}
|
||||
|
|
@ -1,41 +0,0 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit autotools udev user git-r3
|
||||
|
||||
DESCRIPTION="USB multiplex daemon for use with Apple iPhone/iPod Touch devices"
|
||||
HOMEPAGE="http://www.libimobiledevice.org/"
|
||||
#SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2"
|
||||
|
||||
EGIT_REPO_URI="https://github.com/libimobiledevice/usbmuxd.git"
|
||||
EGIT_COMMIT="b888970f68fb16961a7cc3a526065fab7a5d96ca"
|
||||
|
||||
# src/utils.h is LGPL-2.1+, rest is found in COPYING*
|
||||
LICENSE="GPL-2 GPL-3 LGPL-2.1+"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
|
||||
IUSE="systemd"
|
||||
|
||||
RDEPEND=">=app-pda/libimobiledevice-1.1.7
|
||||
>=app-pda/libplist-1.12
|
||||
virtual/libusb:1"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/os-headers
|
||||
virtual/pkgconfig"
|
||||
|
||||
pkg_setup() {
|
||||
enewgroup plugdev
|
||||
enewuser usbmux -1 -1 -1 "usb,plugdev"
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
eautoreconf
|
||||
eapply_user
|
||||
}
|
||||
|
||||
src_configure(){
|
||||
use systemd && ewarn "systemd functionally was not tested. Please report bugs if any"
|
||||
econf $(use_with systemd)
|
||||
}
|
||||
|
|
@ -1,44 +0,0 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit autotools udev user
|
||||
|
||||
HASH_COMMIT="9af2b12552693a47601347e1eafc1e94132d727e"
|
||||
|
||||
DESCRIPTION="USB multiplex daemon for use with Apple iPhone/iPod Touch devices"
|
||||
HOMEPAGE="https://www.libimobiledevice.org/"
|
||||
#EGIT_REPO_URI="https://github.com/libimobiledevice/usbmuxd.git"
|
||||
SRC_URI="https://github.com/libimobiledevice/usbmuxd/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
# src/utils.h is LGPL-2.1+, rest is found in COPYING*
|
||||
LICENSE="GPL-2 GPL-3 LGPL-2.1+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
|
||||
IUSE="systemd"
|
||||
|
||||
RDEPEND="
|
||||
>=app-pda/libimobiledevice-1.2.1_pre
|
||||
app-pda/libplist:0=
|
||||
virtual/libusb:1"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/os-headers
|
||||
virtual/pkgconfig"
|
||||
|
||||
S="${WORKDIR}/${PN}-${HASH_COMMIT}"
|
||||
|
||||
pkg_setup() {
|
||||
enewgroup plugdev
|
||||
enewuser usbmux -1 -1 -1 "usb,plugdev"
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
eautoreconf
|
||||
eapply_user
|
||||
}
|
||||
|
||||
src_configure(){
|
||||
use systemd && ewarn "systemd functionally was not tested. Please report bugs if any"
|
||||
econf $(use_with systemd)
|
||||
}
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
~app-pda/usbmuxd-1.1.0
|
||||
=app-pda/libplist-2.1*
|
||||
~app-pda/ideviceinstaller-1.1.0
|
||||
~app-pda/ifuse-1.1.3
|
||||
|
||||
#Gentoo
|
||||
#~app-pda/ifuse-1.1.3
|
||||
=app-pda/libimobiledevice-1.2.1*
|
||||
=app-pda/libplist-2.1*
|
||||
=app-pda/libusbmuxd-1.1.0*
|
||||
=app-pda/usbmuxd-1.1.1*
|
||||
|
|
|
|||
Loading…
Reference in a new issue