Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 309563 - media-gfx/recoverjpeg: bump request - version 2.0
Summary: media-gfx/recoverjpeg: bump request - version 2.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL: http://www.rfc1149.net/devel/recoverjpeg
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-15 13:14 UTC by Jan Funke
Modified: 2010-03-15 14:39 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Funke 2010-03-15 13:14:21 UTC
recoverjpeg 2.0 has been released

The new ebuild is provided below. The minimal USE flag is not used anymore.

Reproducible: Always





DESCRIPTION="Recover JPEG pictures and MOV videos from a possibly corrupted disk image"
HOMEPAGE="http://www.rfc1149.net/devel/recoverjpeg"
SRC_URI="http://www.rfc1149.net/download/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""

DEPEND=""
RDEPEND=""

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	dodoc README
}
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2010-03-15 13:31:27 UTC
2.0 in portage, don't know why you dropped USE minimal but I've restored it. Also no new ebuilds are added with stable keywords...

thanks for reporting
Comment 2 Jan Funke 2010-03-15 13:43:43 UTC
Well, I dropped "minimal" because recoverjpeg does not depend on anything worth mentioning. The ebuild is minimal already, hence there was no obvious reason for me to add a minimal use flag.
Comment 3 Jan Funke 2010-03-15 14:39:13 UTC
Oh, I've just seen that some of the scripts provided by recoverjpeg in fact rely on imagemagick and python. Thank you for changing the ebuild accordingly!