johu 15/07/27 22:10:00 Modified: tomahawk-0.8.4-r1.ebuild ChangeLog Log: Add upstream patch to fix build with Qt 5.5. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xFDF4F788)
Revision Changes Path 1.3 media-sound/tomahawk/tomahawk-0.8.4-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/tomahawk-0.8.4-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/tomahawk-0.8.4-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/tomahawk-0.8.4-r1.ebuild?r1=1.2&r2=1.3 Index: tomahawk-0.8.4-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/tomahawk/tomahawk-0.8.4-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- tomahawk-0.8.4-r1.ebuild 19 Jun 2015 12:27:23 -0000 1.2 +++ tomahawk-0.8.4-r1.ebuild 27 Jul 2015 22:10:00 -0000 1.3 @@ -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-0.8.4-r1.ebuild,v 1.2 2015/06/19 12:27:23 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/tomahawk-0.8.4-r1.ebuild,v 1.3 2015/07/27 22:10:00 johu Exp $ EAPI=5 @@ -74,6 +74,8 @@ DOCS=( AUTHORS ChangeLog README.md ) +PATCHES=( "${FILESDIR}/${P}-qt55.patch" ) + src_configure() { local mycmakeargs=( -DWITH_CRASHREPORTER=OFF 1.50 media-sound/tomahawk/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/ChangeLog?rev=1.50&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/ChangeLog?rev=1.50&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/ChangeLog?r1=1.49&r2=1.50 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/tomahawk/ChangeLog,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- ChangeLog 19 Jun 2015 12:27:23 -0000 1.49 +++ ChangeLog 27 Jul 2015 22:10:00 -0000 1.50 @@ -1,6 +1,10 @@ # 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.49 2015/06/19 12:27:23 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/ChangeLog,v 1.50 2015/07/27 22:10:00 johu Exp $ + + 27 Jul 2015; Johannes Huber <[email protected]> + +files/tomahawk-0.8.4-qt55.patch, tomahawk-0.8.4-r1.ebuild: + Add upstream patch to fix build with Qt 5.5. 19 Jun 2015; Johannes Huber <[email protected]> tomahawk-0.8.4-r1.ebuild, tomahawk-9999.ebuild:
