Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 267617 Details for
Bug 361029
app-pda/libimobiledevice: Missing support for swig-2.0.0 and above
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch enabling python/swig as well as apply the attached patch
libimobiledevice-1.0.6.ebuild.patch (text/plain), 1.24 KB, created by
Samuli Suominen (RETIRED)
on 2011-03-29 01:41:15 UTC
(
hide
)
Description:
Patch enabling python/swig as well as apply the attached patch
Filename:
MIME Type:
Creator:
Samuli Suominen (RETIRED)
Created:
2011-03-29 01:41:15 UTC
Size:
1.24 KB
patch
obsolete
>--- /home/ssuominen/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.0.6.ebuild 2011-03-29 04:40:12.000000000 +0300 >+++ libimobiledevice-1.0.6.ebuild 2011-03-29 04:39:24.000000000 +0300 >@@ -3,6 +3,8 @@ > # $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.0.6.ebuild,v 1.1 2011/03/29 01:06:38 ssuominen Exp $ > > EAPI=3 >+PYTHON_DEPEND="python? 2:2.6" >+inherit autotools eutils python > > DESCRIPTION="Support library to communicate with Apple iPhone/iPod Touch devices" > HOMEPAGE="http://www.libimobiledevice.org/" >@@ -11,7 +13,7 @@ > LICENSE="GPL-2 LGPL-2.1" > SLOT="0" > KEYWORDS="~amd64 ~ppc64 ~x86" >-IUSE="static-libs" >+IUSE="python static-libs" > > RDEPEND=">=app-pda/libplist-0.15 > >=app-pda/usbmuxd-0.1.4 >@@ -22,13 +24,29 @@ > sys-fs/fuse > virtual/libusb:1" > DEPEND="${RDEPEND} >- dev-util/pkgconfig" >+ dev-util/pkgconfig >+ python? ( dev-lang/swig )" >+ >+pkg_setup() { >+ if use python; then >+ python_set_active_version 2 >+ python_pkg_setup >+ fi >+} >+ >+src_prepare() { >+ epatch "${FILESDIR}"/${P}-update.patch >+ eautoreconf >+} > > src_configure() { >+ local myconf >+ use python || myconf="--without-swig" >+ > econf \ > --disable-dependency-tracking \ > $(use_enable static-libs static) \ >- --without-swig >+ ${myconf} > } > > src_install() {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 361029
:
267615
| 267617