# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit qt4 versionator MY_PV=$(replace_all_version_separators '_') DESCRIPTION="Download Videos from a lot of important Web Video Services" HOMEPAGE="http://xviservicethief.sourceforge.net/" SRC_URI="http://downloads.sourceforge.net/xviservicethief/xVideoServiceThief_${MY_PV}_src.zip" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="app-arch/unzip x11-libs/qt-gui:4" src_unpack() { unpack "${A}" epatch ${FILESDIR}/gcc-4.3.patch } src_compile() { eqmake4 xVideoServiceThief.pro || die "eqmake4 failed" emake || die "emake failed" } src_install() { dobin bin/xvst || die "dobin failed" dodoc changelog.txt || die "dodoc failed" }