diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-04-10 13:41:46 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-04-10 13:41:46 +0000 |
commit | 876bc7f0f7fe82e499aa4f47f24f0298f522871b (patch) | |
tree | 591923f7c0b54ad08409c298dcaa4f9622e78197 /x11-libs/qt-phonon | |
parent | Version bump qt-opengl to 4.4.0_rc1. Thanks to Bo Andresen and Bernd Steinhau... (diff) | |
download | gentoo-2-876bc7f0f7fe82e499aa4f47f24f0298f522871b.tar.gz gentoo-2-876bc7f0f7fe82e499aa4f47f24f0298f522871b.tar.bz2 gentoo-2-876bc7f0f7fe82e499aa4f47f24f0298f522871b.zip |
Version bump qt-phonon to 4.4.0_rc1. Thanks to Bo Andresen and Bernd Steinhauser.
(Portage version: 2.1.5_rc2)
Diffstat (limited to 'x11-libs/qt-phonon')
-rw-r--r-- | x11-libs/qt-phonon/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/qt-phonon/qt-phonon-4.4.0_rc1.ebuild (renamed from x11-libs/qt-phonon/qt-phonon-4.4.0_beta1.ebuild) | 7 |
2 files changed, 11 insertions, 3 deletions
diff --git a/x11-libs/qt-phonon/ChangeLog b/x11-libs/qt-phonon/ChangeLog index 7a7cb8373530..fcda55e6acda 100644 --- a/x11-libs/qt-phonon/ChangeLog +++ b/x11-libs/qt-phonon/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/qt-phonon # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v 1.3 2008/03/05 23:29:12 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v 1.4 2008/04/10 13:41:46 ingmar Exp $ + + 10 Apr 2008; Ingmar Vanhassel <ingmar@gentoo.org> + -qt-phonon-4.4.0_beta1.ebuild, +qt-phonon-4.4.0_rc1.ebuild: + Version bump qt-phonon to 4.4.0_rc1. Thanks to Bo Andresen and Bernd + Steinhauser. 05 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org> -qt-phonon-4.4.0_rc1.ebuild: diff --git a/x11-libs/qt-phonon/qt-phonon-4.4.0_beta1.ebuild b/x11-libs/qt-phonon/qt-phonon-4.4.0_rc1.ebuild index 79e0184ad0dc..e72369151411 100644 --- a/x11-libs/qt-phonon/qt-phonon-4.4.0_beta1.ebuild +++ b/x11-libs/qt-phonon/qt-phonon-4.4.0_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.4.0_beta1.ebuild,v 1.1 2008/03/05 23:12:52 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/qt-phonon-4.4.0_rc1.ebuild,v 1.8 2008/04/10 13:41:46 ingmar Exp $ inherit qt4-build @@ -21,12 +21,15 @@ RDEPEND="${DEPEND}" QT4_TARGET_DIRECTORIES=" src/phonon src/plugins/phonon" +QT4_EXTRACT_DIRECTORIES=" +src/3rdparty/kdelibs/phonon/ +src/3rdparty/kdebase/runtime/phonon/" QCONFIG_ADD="phonon" QCONFIG_DEFINE="QT_GSTREAMER" src_compile() { local myconf - myconf="${myconf} -phonon -no-opengl + myconf="${myconf} -phonon -no-opengl -no-svg $(qt_use dbus qdbus)" qt4-build_src_compile |