ifuse: fork and fix, because Gentoo dev is great

This commit is contained in:
blshkv 2020-07-17 13:15:32 +08:00
parent 5c908f759d
commit 23052c3137
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
3 changed files with 37 additions and 1 deletions

1
app-pda/ifuse/Manifest Normal file
View file

@ -0,0 +1 @@
DIST ifuse-1.1.4.tar.gz 20867 BLAKE2B c48f324d2ca4fb6ec3fd85e9d576709a0e490ea3412fedb7f09d7d01e5a7294aa699dd02713feca1d5d83d9655307f804b87b7105a7fbd12a7817d561885913d SHA512 e6228849477cd92bc1cb45f32ddabd5928964e5e654ecd4b88dc0da1f8673d02b024702ba5ecce3060eb7a0724fd79fdf8535863a7e6ead6e387e5aa6f49af62

View file

@ -0,0 +1,35 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit readme.gentoo-r1
DESCRIPTION="Mount Apple iPhone/iPod Touch file systems for backup purposes"
HOMEPAGE="http://www.libimobiledevice.org/"
SRC_URI="https://github.com/libimobiledevice/ifuse/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=app-pda/libimobiledevice-1.3.0:=
>=app-pda/libplist-2.2.0:=
>=sys-fs/fuse-2.7.0:="
DEPEND="${RDEPEND}
virtual/pkgconfig"
DOC_CONTENTS="Only use this filesystem driver to create backups of your data.
The music database is hashed, and attempting to add files will cause the
iPod/iPhone to consider your database unauthorised.
It will respond by wiping all media files, requiring a restore through iTunes."
src_install() {
default
readme.gentoo_create_doc
}
pkg_postinst() {
readme.gentoo_print_elog
}

View file

@ -1,7 +1,7 @@
~app-pda/ideviceinstaller-1.1.1
~app-pda/ifuse-1.1.4
#Gentoo
#~app-pda/ifuse-1.1.3
=app-pda/libimobiledevice-1.3*
=app-pda/libplist-2.2*
=app-pda/libusbmuxd-2.0*