Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 144538 Details for
Bug 211318
stegdetect-0.6 (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild
stegdetect-0.6.ebuild (text/plain), 741 bytes, created by
Mark Silinio
on 2008-02-24 22:10:22 UTC
(
hide
)
Description:
ebuild
Filename:
MIME Type:
Creator:
Mark Silinio
Created:
2008-02-24 22:10:22 UTC
Size:
741 bytes
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="finds image files with steganographic content" >HOMEPAGE="http://www.outguess.org" >SRC_URI="http://www.outguess.org/${P}.tar.gz" > >SLOT="0" >KEYWORDS="x86" >LICENSE="GPL-2" >IUSE="X" > >RDEPEND="X? ( x11-libs/gtk+-1.2* )" >DEPEND="${RDEPEND}" > >src_compile() { > cd ${S} > sed -i -e "s:static int debug://static int debug:" stegdetect.c || die "sed failed" > econf || die "econf failed" > if use X ; then > make xsteg || die "xsteg make failed" > fi > emake || die "emake failed" >} > >src_install () { > if use X ; then > dobin xsteg > fi > dobin stegdetect stegbreak stegcompare stegdeimage > doman stegdetect.1 stegbreak.1 >}
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 211318
: 144538