Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 85807 Details for
Bug 47019
media-gfx/xmorph (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
A possible (kinda broken) ebuild.
xmorph-20060304.ebuild (text/plain), 869 bytes, created by
nichozo
on 2006-04-29 21:15:41 UTC
(
hide
)
Description:
A possible (kinda broken) ebuild.
Filename:
MIME Type:
Creator:
nichozo
Created:
2006-04-29 21:15:41 UTC
Size:
869 bytes
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="Library that implements digital image warping, known as morphing, along with GUIs." >HOMEPAGE="http://xmorph.sourceforge.net/" >SRC_URI="mirror://sourceforge/xmorph/${PN}_${PV}.tar.gz" >RESTRICT="nomirror" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="gtk nls fftw" ># Options I'm ignoring: ># --with-waili --with-xmorph --with-tkmorph > >RDEPEND="nls? ( virtual/libintl ) > gtk? ( x11-libs/gtk+ )" > >DEPEND="nls? ( sys-devel/gettext ) > gtk? ( x11-libs/gtk+ ) > fftw? ( >=sci-libs/fftw-3 )" > >src_compile() { > econf \ > $(use_enable nls) \ > $(use_with gtk gtkmorph) \ > $(use_with fftw) \ > || die "configure failed" > > emake || die "make failed" >} > >src_install() { > make DESTDIR="${D}" install || die "install failed" >}
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 47019
: 85807 |
209865