# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 DESCRIPTION="Cross platform client for Bluecherry video surveillance software" HOMEPAGE="http://www.bluecherrydvr.com" EGIT_REPO_URI="https://github.com/bluecherrydvr/bluecherry-client.git" inherit git-2 eutils cmake-utils SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND=">=media-video/ffmpeg-2.6.0[x264,aac] >=media-video/mplayer-1.2 >=media-libs/libsdl2-2.0.4 >=dev-qt/qtcore-4.8.6 >=dev-qt/qtgui-4.8.6 >=dev-qt/qtopengl-4.8.6 >=dev-qt/qtdeclarative-4.8.6 >=dev-qt/qtwebkit-4.8.6" RDEPEND="${DEPEND}" S="${WORKDIR}/bluecherry-client-${PV}" src_configure() { local mycmakeargs=( -DENABLE_BREAKPAD=OFF -DBC_NO_BUNDLED_FFMPEG=ON -DBC_NO_BUNDLED_MPLAYER=ON -DBUILD_TESTING=OFF ) cmake-utils_src_configure }