Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 69287 Details for
Bug 75681
media-gfx/UFRaw - a plugin for GIMP (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Quick and dirty ebuild update
ufraw-0.5.ebuild (text/plain), 719 bytes, created by
Luca Barbato
on 2005-09-26 13:33:02 UTC
(
hide
)
Description:
Quick and dirty ebuild update
Filename:
MIME Type:
Creator:
Luca Barbato
Created:
2005-09-26 13:33:02 UTC
Size:
719 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="RAW Image format viewer and GIMP plugin" >HOMEPAGE="ufraw.sf.net" >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~ppc" >IUSE="gimp exif" # jpeg tiff" > > >#should but not >DEPEND=">=x11-libs/gtk+-2.4.0 > gimp? ( >=media-gfx/gimp-2.0 ) > exif? ( >=media-libs/libexif-0.6.12 ) > media-libs/jpeg > media-libs/tiff > >=media-libs/lcms-1.13" > >src_compile() { > myconf="" > myconf="`use_enable gimp` \ > `use_enable exif` \ > " > econf $myconf || die "configure failed" > emake || die "emake failed" >} > > >src_install() { > make DESTDIR="$D" install || die >}
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 75681
:
51043
|
51044
|
66618
| 69287