diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2011-03-01 19:09:20 +0000 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2011-03-01 19:09:20 +0000 |
commit | 2e44817b58faf9499bc027316d48543822ab29d8 (patch) | |
tree | 748b47806e5020eae57cf22e2e258ab89aa41849 /x11-libs/qt-phonon | |
parent | Version bump Qt 4.7.2 (diff) | |
download | gentoo-2-2e44817b58faf9499bc027316d48543822ab29d8.tar.gz gentoo-2-2e44817b58faf9499bc027316d48543822ab29d8.tar.bz2 gentoo-2-2e44817b58faf9499bc027316d48543822ab29d8.zip |
Version bump Qt 4.7.2
(Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/qt-phonon')
-rw-r--r-- | x11-libs/qt-phonon/ChangeLog | 10 | ||||
-rw-r--r-- | x11-libs/qt-phonon/qt-phonon-4.7.2.ebuild | 44 |
2 files changed, 52 insertions, 2 deletions
diff --git a/x11-libs/qt-phonon/ChangeLog b/x11-libs/qt-phonon/ChangeLog index e05b3e8107e2..aafeda94cc76 100644 --- a/x11-libs/qt-phonon/ChangeLog +++ b/x11-libs/qt-phonon/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/qt-phonon -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v 1.87 2010/12/23 07:56:09 ssuominen Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v 1.88 2011/03/01 19:09:20 tampakrap Exp $ + +*qt-phonon-4.7.2 (01 Mar 2011) + + 01 Mar 2011; Theo Chatzimichos <tampakrap@gentoo.org> + +qt-phonon-4.7.2.ebuild: + Version bump Qt 4.7.2 23 Dec 2010; Samuli Suominen <ssuominen@gentoo.org> qt-phonon-4.6.3.ebuild: ppc64 stable wrt #341703 diff --git a/x11-libs/qt-phonon/qt-phonon-4.7.2.ebuild b/x11-libs/qt-phonon/qt-phonon-4.7.2.ebuild new file mode 100644 index 000000000000..45e2988d96b0 --- /dev/null +++ b/x11-libs/qt-phonon/qt-phonon-4.7.2.ebuild @@ -0,0 +1,44 @@ +# 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.7.2.ebuild,v 1.1 2011/03/01 19:09:20 tampakrap Exp $ + +EAPI="3" +inherit qt4-build + +DESCRIPTION="The Phonon module for the Qt toolkit" +SLOT="4" +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-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-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 +} |