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-libs/phonon-xine/phonon-xine-9999.ebuild

36 lines
815 B

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-xine/phonon-xine-9999.ebuild,v 1.3 2011/09/21 08:31:29 mgorny Exp $
EAPI="3"
inherit cmake-utils git-2
DESCRIPTION="Phonon XINE backend"
HOMEPAGE="https://projects.kde.org/projects/kdesupport/phonon/phonon-xine"
EGIT_REPO_URI="git://anongit.kde.org/${PN}"
LICENSE="LGPL-2.1"
KEYWORDS=""
SLOT="0"
IUSE="debug +xcb"
RDEPEND="
>=media-libs/xine-lib-1.1.15-r1[vorbis,xcb?]
>=media-libs/phonon-4.4.4
>=x11-libs/qt-dbus-4.6.0:4
>=x11-libs/qt-gui-4.6.0:4
xcb? ( x11-libs/libxcb )
"
DEPEND="${RDEPEND}
>=dev-util/automoc-0.9.87
dev-util/pkgconfig
"
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_with xcb)
)
cmake-utils_src_configure
}