johu 14/05/07 17:36:49 Modified: tomahawk-9999.ebuild ChangeLog Log: Disable crash reporter requested by upstream developer Uwe L. Korn <[email protected]>. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xF3CFD2BD)
Revision Changes Path 1.25 media-sound/tomahawk/tomahawk-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/tomahawk-9999.ebuild?rev=1.25&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/tomahawk-9999.ebuild?rev=1.25&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/tomahawk-9999.ebuild?r1=1.24&r2=1.25 Index: tomahawk-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/tomahawk/tomahawk-9999.ebuild,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- tomahawk-9999.ebuild 6 Apr 2014 17:38:44 -0000 1.24 +++ tomahawk-9999.ebuild 7 May 2014 17:36:48 -0000 1.25 @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.24 2014/04/06 17:38:44 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/tomahawk-9999.ebuild,v 1.25 2014/05/07 17:36:48 johu Exp $ EAPI=5 @@ -32,7 +32,7 @@ dev-libs/qjson dev-libs/quazip dev-libs/qtkeychain - >=media-libs/libechonest-2.1.0 + >=media-libs/libechonest-2.2.0:= >=media-libs/liblastfm-1.0.1 >=media-libs/phonon-4.5.0 >=media-libs/taglib-1.6.0 @@ -66,6 +66,7 @@ src_configure() { local mycmakeargs=( + -DWITH_CRASHREPORTER=OFF $(cmake-utils_use_with jabber Jreen) $(cmake-utils_use_with kde KDE4) $(cmake-utils_use_build !qt5 WITH_QT4) 1.38 media-sound/tomahawk/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/ChangeLog?rev=1.38&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/ChangeLog?rev=1.38&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/ChangeLog?r1=1.37&r2=1.38 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/tomahawk/ChangeLog,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- ChangeLog 6 Apr 2014 17:38:44 -0000 1.37 +++ ChangeLog 7 May 2014 17:36:48 -0000 1.38 @@ -1,6 +1,10 @@ # ChangeLog for media-sound/tomahawk # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/ChangeLog,v 1.37 2014/04/06 17:38:44 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/ChangeLog,v 1.38 2014/05/07 17:36:48 johu Exp $ + + 07 May 2014; Johannes Huber <[email protected]> tomahawk-9999.ebuild: + Disable crash reporter requested by upstream developer Uwe L. Korn + <[email protected]>. 06 Apr 2014; Johannes Huber <[email protected]> tomahawk-9999.ebuild: Drop twitter support by upstream changes. Thanks to Uwe L. "xhochy" Korn.
