johu 15/01/29 22:44:23 Modified: tomahawk-9999.ebuild ChangeLog Log: Fix qt5 build. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Revision Changes Path 1.30 media-sound/tomahawk/tomahawk-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/tomahawk-9999.ebuild?rev=1.30&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/tomahawk-9999.ebuild?rev=1.30&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/tomahawk-9999.ebuild?r1=1.29&r2=1.30 Index: tomahawk-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/tomahawk/tomahawk-9999.ebuild,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- tomahawk-9999.ebuild 29 Jan 2015 00:27:02 -0000 1.29 +++ tomahawk-9999.ebuild 29 Jan 2015 22:44:23 -0000 1.30 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/tomahawk-9999.ebuild,v 1.29 2015/01/29 00:27:02 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/tomahawk-9999.ebuild,v 1.30 2015/01/29 22:44:23 johu Exp $ EAPI=5 @@ -25,17 +25,11 @@ REQUIRED_USE="telepathy? ( kde )" -# TODO -# qt5 use flag needs some work: -# - deps with missing qt4/qt5 use flags -# - does not build with in-tree only deps DEPEND=" dev-cpp/lucene++ dev-cpp/sparsehash dev-libs/boost dev-libs/quazip - >=media-libs/libechonest-2.2.0:= - media-libs/liblastfm >=media-libs/taglib-1.8.0 >=net-libs/gnutls-3.2 x11-libs/libX11 @@ -54,6 +48,8 @@ dev-qt/qtsvg:4 dev-qt/qtwebkit:4 media-libs/phonon[qt4] + >=media-libs/libechonest-2.3.0:=[qt4] + media-libs/liblastfm[qt4] telepathy? ( net-libs/telepathy-qt[qt4] ) ) qt5? ( @@ -66,6 +62,8 @@ dev-qt/qtwidgets:5 kde-frameworks/attica:5 media-libs/phonon[qt5] + >=media-libs/libechonest-2.3.0:=[qt5] + media-libs/liblastfm[qt5] telepathy? ( net-libs/telepathy-qt[qt5] ) ) " 1.44 media-sound/tomahawk/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/ChangeLog?rev=1.44&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/ChangeLog?rev=1.44&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/ChangeLog?r1=1.43&r2=1.44 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/tomahawk/ChangeLog,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- ChangeLog 29 Jan 2015 00:27:02 -0000 1.43 +++ ChangeLog 29 Jan 2015 22:44:23 -0000 1.44 @@ -1,6 +1,9 @@ # ChangeLog for media-sound/tomahawk # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/ChangeLog,v 1.43 2015/01/29 00:27:02 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/ChangeLog,v 1.44 2015/01/29 22:44:23 johu Exp $ + + 29 Jan 2015; Johannes Huber <[email protected]> tomahawk-9999.ebuild: + Fix qt5 build. 29 Jan 2015; Johannes Huber <[email protected]> tomahawk-0.8.2.ebuild, tomahawk-9999.ebuild:
