You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-misc/clipgrab/clipgrab-3.4.9.ebuild

33 lines
747 B

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/clipgrab/clipgrab-3.4.9.ebuild,v 1.1 2015/02/26 16:00:24 xmw Exp $
EAPI=5
inherit qt4-r2 eutils
DESCRIPTION="Download from various internet video services like Youtube etc."
HOMEPAGE="http://clipgrab.de/en"
SRC_URI="http://${PN}.de/download/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-qt/qtwebkit:4"
# does not work with libav #474368
RDEPEND="${DEPEND}
media-video/ffmpeg:0"
PATCHES=(
"${FILESDIR}/${PN}-3.4.2-obey.patch"
)
src_install() {
dobin ${PN}
newicon icon.png ${PN}.png
make_desktop_entry clipgrab Clipgrab "" "Qt;Video;AudioVideo;"
}