Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 49066 Details for
Bug 78875
dcraw-6.30.ebuild (update)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dcraw-6.30.ebuild (update)
dcraw-6.30.ebuild (text/plain), 1.15 KB, created by
Robert Davis
on 2005-01-20 15:02:29 UTC
(
hide
)
Description:
dcraw-6.30.ebuild (update)
Filename:
MIME Type:
Creator:
Robert Davis
Created:
2005-01-20 15:02:29 UTC
Size:
1.15 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/media-gfx/dcraw/dcraw-6.19.ebuild,v 1.2 2004/12/31 19:12:57 weeve Exp $ > >inherit eutils flag-o-matic > >DESCRIPTION="Converts the native (RAW) format of various digital cameras into netpbm portable pixmap (.ppm) image" >HOMEPAGE="http://www.cybercom.net/~dcoffin/dcraw/" >SRC_URI="http://dev.gentoo.org/~wschlich/src/media-gfx/dcraw/${P}.tar.bz2" >LICENSE="public-domain" >SLOT="0" >KEYWORDS="~x86 ~amd64 ~ppc ~sparc" >IUSE="debug" >DEPEND="virtual/libc >=media-libs/jpeg-6b" >RDEPEND="media-libs/netpbm" > >src_unpack() { > unpack ${A} > cd ${S} >} > >src_compile() { > use debug && { > append-flags -O -ggdb -DDEBUG > RESTRICT="${RESTRICT} nostrip" > } > emake || die "make failed" >} > >src_install() { > emake DESTDIR="${D}" install || die "make install failed" > dodoc doc/conversion-examples.txt doc/dcwrap >} > >pkg_postinst() { > einfo "" > einfo "See conversion-examples.txt.gz on how to convert" > einfo "the PPM files produced by dcraw to other image formats." > einfo "" > einfo "There's an example wrapper script included called 'dcwrap'." > einfo "" >}
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 78875
: 49066 |
49068