Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 61729 Details for
Bug 96793
media-gfx/gimp-stitch-0.9.6 (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gimp-stitch-0.9.6
gimp-stitch-0.9.6.ebuild (text/plain), 957 bytes, created by
Ortwin Glueck
on 2005-06-22 10:23:47 UTC
(
hide
)
Description:
gimp-stitch-0.9.6
Filename:
MIME Type:
Creator:
Ortwin Glueck
Created:
2005-06-22 10:23:47 UTC
Size:
957 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="This is a plug-in for the GNU Image Manipulation Program (GIMP) which stitches together a panorama from digital images. The plug-in is written in Python, and requires that you have a GIMP with python support." >HOMEPAGE="http://stitchpanorama.sourceforge.net/" >SRC_URI="mirror://sourceforge/stitchpanorama/stitch_${PV}.py" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="x86" >IUSE="python" > >DEPEND=">=media-gfx/gimp-2.2" >RDEPEND=">=dev-python/pygtk-2.0 > >=dev-lang/python-2.3 > >=media-gfx/gimp-2.2" > >src_unpack() { > mkdir -p ${S} > for F in ${A}; do > cp ${DISTDIR}/${F} ${S}/ > done >} > >src_compile() { > einfo "The GIMP must be compiled with the python USE flag!" >} > >src_install() { > DDIR=${D}/usr/lib/gimp/2.0/plug-ins > mkdir -p ${DDIR} > for F in ${A}; do > cp ${S}/${F} ${DDIR}/ > chmod 755 ${DDIR}/${F} > done >}
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 96793
:
61729
|
68241