blob: 83c0520e7eaa69a46666c418855f0708270a8fe5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/mplayerthumbs/mplayerthumbs-1.2.ebuild,v 1.7 2009/04/26 15:02:28 scarabeus Exp $
EAPI="2"
inherit kde4-base
DESCRIPTION="A Thumbnail Generator for Video Files on Konqueror."
HOMEPAGE="http://www.kde-apps.org/content/show.php?content=41180"
SRC_URI="http://www.kde-apps.org/CONTENT/content-files/41180-${P}.tar.gz"
LICENSE="GPL-2"
SLOT="1"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
IUSE=""
RDEPEND="
!media-video/mplayerthumbs:0
|| (
>=kde-base/dolphin-${KDE_MINIMAL}
>=kde-base/konqueror-${KDE_MINIMAL}
)
|| (
media-video/mplayer
media-video/mplayer-bin
)
"
|