From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 38E8D138010 for ; Sat, 29 Sep 2012 19:04:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCFA6E050E; Sat, 29 Sep 2012 19:04:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 89470E050E for ; Sat, 29 Sep 2012 19:04:27 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D584733C6EF for ; Sat, 29 Sep 2012 19:04:26 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 984) id 96A9021600; Sat, 29 Sep 2012 19:04:25 +0000 (UTC) From: "Fabian Groffen (grobian)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, grobian@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-libs/phonon-qt7: phonon-qt7-0_pre20110424.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: phonon-qt7-0_pre20110424.ebuild ChangeLog X-VCS-Directories: media-libs/phonon-qt7 X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20120929190425.96A9021600@flycatcher.gentoo.org> Date: Sat, 29 Sep 2012 19:04:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c73d334b-c70b-4b24-b139-f90a2d7afa99 X-Archives-Hash: 356d64f2f1c8a0db3d8a191b9c84af36 grobian 12/09/29 19:04:25 Modified: phonon-qt7-0_pre20110424.ebuild ChangeLog Log: Allow moc to find phonon includes (Portage version: 2.2.01.21143-prefix/cvs/Darwin i386) Revision Changes Path 1.4 media-libs/phonon-qt7/phonon-qt7-0_pre20110424.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-qt7/phonon-qt7-0_pre20110424.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-qt7/phonon-qt7-0_pre20110424.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-qt7/phonon-qt7-0_pre20110424.ebuild?r1=1.3&r2=1.4 Index: phonon-qt7-0_pre20110424.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/phonon-qt7/phonon-qt7-0_pre20110424.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- phonon-qt7-0_pre20110424.ebuild 4 May 2012 13:43:44 -0000 1.3 +++ phonon-qt7-0_pre20110424.ebuild 29 Sep 2012 19:04:25 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-qt7/phonon-qt7-0_pre20110424.ebuild,v 1.3 2012/05/04 13:43:44 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-qt7/phonon-qt7-0_pre20110424.ebuild,v 1.4 2012/09/29 19:04:25 grobian Exp $ EAPI=4 @@ -32,3 +32,9 @@ "${FILESDIR}/${PN}-noshow.patch" "${FILESDIR}"/${P}-QWidget-cast-dynamic.patch ) + +src_prepare() { + cmake-utils_src_prepare + sed -i -e "/^include_directories/s:): ${EPREFIX}/usr/include):" \ + CMakeLists.txt || die +} 1.4 media-libs/phonon-qt7/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-qt7/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-qt7/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-qt7/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/phonon-qt7/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 4 May 2012 13:43:44 -0000 1.3 +++ ChangeLog 29 Sep 2012 19:04:25 -0000 1.4 @@ -1,6 +1,10 @@ # ChangeLog for media-libs/phonon-qt7 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-qt7/ChangeLog,v 1.3 2012/05/04 13:43:44 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-qt7/ChangeLog,v 1.4 2012/09/29 19:04:25 grobian Exp $ + + 29 Sep 2012; Fabian Groffen + phonon-qt7-0_pre20110424.ebuild: + Allow moc to find phonon includes 04 May 2012; Johannes Huber phonon-qt7-0_pre20110424.ebuild: Migrate to virtual/pkgconfig. @@ -16,4 +20,3 @@ +files/phonon-qt7-noshow.patch, +phonon-qt7-0_pre20110424.ebuild, +metadata.xml: New, sofar untested backend for the prefix guys -