Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 97302 Details for
Bug 121744
[EBUILD] GPixPod - Photo manager for iPod
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
GPixPod v0.6.0 Ebuild.
gpixpod-0.6.0.ebuild (text/plain), 1.43 KB, created by
Mike Duncan
on 2006-09-17 20:31:38 UTC
(
hide
)
Description:
GPixPod v0.6.0 Ebuild.
Filename:
MIME Type:
Creator:
Mike Duncan
Created:
2006-09-17 20:31:38 UTC
Size:
1.43 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="PyGTK application to organize photos and photo albums on \ >your Apple iPod." >SRC_URI="mirror://sourceforge/${PN}/${PN}-${PVR}.tar.gz" >HOMEPAGE="http://www.gpixpod.org" >LICENSE="GPL-2" >KEYWORDS="~alpha ~x86" >SLOT="0" >IUSE="" > >DEPEND=">=x11-libs/gtk+-2 > >=dev-python/pygtk-2.8.4" > >src_unpack() { > unpack ${A} >} > >src_compile() { > # Ok, so use the author's Makefile for the compile. > emake || die "emake failed!" >} > >src_install() { > # The 0.6.0 version of GPixPod apparently requires > # the application to be installed to /usr/lib/gpixpod. > exeinto /usr/lib/${PN} > insinto /usr > into /usr > > # The author's Makefile issues an install command to > # Python which my python (v2.4.3-r1) could not understand. > # So, I am issuing an install cmd here which should work. > python setup.py install --prefix=${D}/usr > > # I could not figure out a better way to do this, but these > # are required by the author to be here. > dosym /usr/lib/python2.4/site-packages/gpixpod.py /usr/lib/gpixpod/gpixpod.py > dosym /usr/lib/python2.4/site-packages/gpixpod_cli.py /usr/lib/gpixpod/gpixpod_cli.py > dosym /usr/lib/python2.4/site-packages/mh.py /usr/lib/gpixpod/mh.py >} > >pkg_postinst() { > echo > einfo "Notice: GPixPod is no longer installed to /usr/local/GPixPod." > einfo " " > einfo "Run /usr/bin/gpixpod to start the application." > echo > sleep 5 >}
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 Raw
Actions:
View
Attachments on
bug 121744
:
85585
|
94345
| 97302 |
100113
|
104473