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/x11-libs/qt-phonon/qt-phonon-4.6.3.ebuild

46 lines
1.2 KiB

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/qt-phonon-4.6.3.ebuild,v 1.9 2011/03/26 16:49:00 dilfridge Exp $
EAPI="2"
inherit qt4-build
DESCRIPTION="The Phonon module for the Qt toolkit"
SLOT="4"
KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE="dbus"
DEPEND="~x11-libs/qt-gui-${PV}[aqua=,debug=,glib,qt3support]
!kde-base/phonon-kde
!kde-base/phonon-xine
!media-libs/phonon
!media-sound/phonon
!aqua? ( media-libs/gstreamer
media-plugins/gst-plugins-meta )
aqua? ( ~x11-libs/qt-opengl-${PV}[aqua] )
dbus? ( ~x11-libs/qt-dbus-${PV}[aqua=,debug=] )"
RDEPEND="${DEPEND}"
pkg_setup() {
QT4_TARGET_DIRECTORIES="
src/phonon
src/plugins/phonon
tools/designer/src/plugins/phononwidgets"
QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES}
include/
src
tools"
QCONFIG_ADD="phonon"
use aqua || QCONFIG_DEFINE="QT_GSTREAMER"
qt4-build_pkg_setup
}
src_configure() {
myconf="${myconf} -phonon -phonon-backend -no-opengl -no-svg
$(qt_use dbus qdbus)"
qt4-build_src_configure
}