diff options
author | Jonathan Callen <abcd@gentoo.org> | 2009-12-25 15:42:34 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2009-12-25 15:42:34 +0000 |
commit | 13d5e5f5e4f04fbca48b22c77d12962f205e51c0 (patch) | |
tree | e8891b8f2f18cde36d016bb7b8e05ad057c2885d /x11-libs/qt-phonon | |
parent | Add prefix support, revbump due to otherwise unresolvable USE deps (diff) | |
download | gentoo-2-13d5e5f5e4f04fbca48b22c77d12962f205e51c0.tar.gz gentoo-2-13d5e5f5e4f04fbca48b22c77d12962f205e51c0.tar.bz2 gentoo-2-13d5e5f5e4f04fbca48b22c77d12962f205e51c0.zip |
Add prefix support, revbump due to otherwise unresolvable USE deps
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'x11-libs/qt-phonon')
-rw-r--r-- | x11-libs/qt-phonon/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/qt-phonon/qt-phonon-4.6.0-r1.ebuild (renamed from x11-libs/qt-phonon/qt-phonon-4.6.0.ebuild) | 9 |
2 files changed, 12 insertions, 5 deletions
diff --git a/x11-libs/qt-phonon/ChangeLog b/x11-libs/qt-phonon/ChangeLog index 6b387377cc63..0e8cc3c0d5e8 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v 1.55 2009/12/11 14:57:52 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v 1.56 2009/12/25 15:42:34 abcd Exp $ + +*qt-phonon-4.6.0-r1 (25 Dec 2009) + + 25 Dec 2009; Jonathan Callen <abcd@gentoo.org> -qt-phonon-4.6.0.ebuild, + +qt-phonon-4.6.0-r1.ebuild: + Add prefix support, revbump due to otherwise unresolvable USE deps 11 Dec 2009; Raúl Porcel <armin76@gentoo.org> qt-phonon-4.5.3.ebuild: sparc stable diff --git a/x11-libs/qt-phonon/qt-phonon-4.6.0.ebuild b/x11-libs/qt-phonon/qt-phonon-4.6.0-r1.ebuild index 43845c79d958..e7cb72049415 100644 --- a/x11-libs/qt-phonon/qt-phonon-4.6.0.ebuild +++ b/x11-libs/qt-phonon/qt-phonon-4.6.0-r1.ebuild @@ -1,22 +1,23 @@ # Copyright 1999-2009 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.0.ebuild,v 1.1 2009/12/01 14:53:16 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/qt-phonon-4.6.0-r1.ebuild,v 1.1 2009/12/25 15:42:34 abcd 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" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="dbus" -DEPEND="~x11-libs/qt-gui-${PV}[debug=,glib,qt3support] +DEPEND="~x11-libs/qt-gui-${PV}[aqua=,debug=,glib,qt3support] !kde-base/phonon-kde !kde-base/phonon-xine !media-sound/phonon media-libs/gstreamer media-libs/gst-plugins-base - dbus? ( ~x11-libs/qt-dbus-${PV}[debug=] )" + aqua? ( ~x11-libs/qt-opengl-${PV}[aqua] ) + dbus? ( ~x11-libs/qt-dbus-${PV}[aqua=,debug=] )" RDEPEND="${DEPEND}" QT4_TARGET_DIRECTORIES=" |