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/media-video/kaffeine/kaffeine-1.2.2-r1.ebuild

43 lines
931 B

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
KDE_LINGUAS="ar ast be bg ca ca@valencia cs da de el en_GB eo es et fi fr ga gl
hr hu it ja km ko ku lt mai nb nds nl nn pa pl pt pt_BR ro ru se sk
sr@ijekavian sr@ijekavianlatin sr@latin sv th tr uk zh_CN zh_TW"
KDE_SCM="git"
inherit kde4-base
DESCRIPTION="KDE media player with digital TV support"
HOMEPAGE="https://kaffeine.kde.org/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2 FDL-1.2"
SLOT="4"
KEYWORDS="amd64 ppc x86"
IUSE="debug"
DEPEND="
x11-libs/libXScrnSaver
dev-qt/qtsql:4[sqlite]
>=media-libs/xine-lib-1.1.18.1
"
RDEPEND="${DEPEND}"
DOCS=( Changelog NOTES )
PATCHES=(
"${FILESDIR}/${PN}-1.2.2-gcc4.7.patch"
"${FILESDIR}/${PN}-1.3.1-cmake34.patch"
)
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_build debug DEBUG_MODULE)
)
kde4-base_src_configure
}