# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="5" #todo: patch CMakeLists.txt to avoid installing unnecessary qm files #(bundled in binary) #LANGSLONG="da_DK de_DE el_GR es_ES fr_FR it_IT pl_PL pt_BR ro_RO ru_RU uk_UA zh_CN" inherit git-2 cmake-utils MY_PN="FDesktopRecorder" EGIT_REPO_URI="git://github.com/froksen/${MY_PN}.git" DESCRIPTION="Desktop Recorder that uses ffmpeg as backend" LICENSE="GPL-2" SLOT="0" DEPEND="dev-qt/qtgui:4 kde-base/knotify:4" RDEPEND="${DEPEND} virtual/ffmpeg x11-apps/xwininfo" src_unpack(){ git-2_src_unpack }