1 |
# Copyright 1999-2014 Gentoo Foundation |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/net-misc/clipgrab/clipgrab-3.4.2.ebuild,v 1.1 2014/06/05 22:36:10 xmw Exp $ |
4 |
|
5 |
EAPI=5 |
6 |
|
7 |
inherit qt4-r2 eutils |
8 |
|
9 |
DESCRIPTION="Download from various internet video services like Youtube etc." |
10 |
HOMEPAGE="http://clipgrab.de/en" |
11 |
SRC_URI="http://${PN}.de/download/${P}.tar.bz2" |
12 |
|
13 |
LICENSE="GPL-3" |
14 |
SLOT="0" |
15 |
KEYWORDS="~amd64 ~x86" |
16 |
IUSE="" |
17 |
|
18 |
DEPEND="dev-qt/qtwebkit:4" |
19 |
# does not work with libav #474368 |
20 |
RDEPEND="${DEPEND} |
21 |
media-video/ffmpeg:0" |
22 |
|
23 |
PATCHES=( |
24 |
"${FILESDIR}/${PN}-3.4.2-obey.patch" |
25 |
) |
26 |
|
27 |
src_install() { |
28 |
dobin ${PN} |
29 |
|
30 |
newicon icon.png ${PN}.png |
31 |
make_desktop_entry clipgrab Clipgrab "" "Qt;Video;AudioVideo;" |
32 |
} |