media-gfx/ufraw-thumbnailer - 1.0 (masterlay)

Search

Install

Install this version:

emerge -a =media-gfx/ufraw-thumbnailer-1.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-gfx/ufraw-thumbnailer-1.0

Or alternatively:

emerge --autounmask-write -a =media-gfx/ufraw-thumbnailer-1.0

Package Information

Description:
Raw thumbnailer, based on ufraw-batch
Homepage:
ufraw.sourceforge
License:
GPL-2.0

Ebuild Details

Version EAPI Keywords Slot
1.0 6 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

DESCRIPTION="Raw thumbnailer, based on ufraw-batch"
HOMEPAGE="ufraw.sourceforge"

LICENSE="GPL-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="
	media-gfx/ufraw
	!media-gfx/raw-thumbnailer
	!media-gfx/gnome-raw-thumbnailer
"
RDEPEND="${DEPEND}"

S=${WORKDIR}

src_install() {
	insinto /usr/share/thumbnailers
	doins ${FILESDIR}/ufraw.thumbnailer
}

Dependencies

DEPEND

	media-gfx/ufraw
	!media-gfx/raw-thumbnailer
	!media-gfx/gnome-raw-thumbnailer

RDEPEND

	media-gfx/ufraw
	!media-gfx/raw-thumbnailer
	!media-gfx/gnome-raw-thumbnailer