From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QCPbM-000600-O8 for garchives@archives.gentoo.org; Wed, 20 Apr 2011 05:05:20 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B76091C017; Wed, 20 Apr 2011 05:05:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 85FA91C017 for ; Wed, 20 Apr 2011 05:05:12 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B9B1E1B40A0 for ; Wed, 20 Apr 2011 05:05:11 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2127) id 58C3720057; Wed, 20 Apr 2011 05:05:10 +0000 (UTC) From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jmbsvicetto@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-sound/amarok/files: amarok-2.4.0.90-fix-upnp-dep.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: amarok-2.4.0.90-fix-upnp-dep.patch X-VCS-Directories: media-sound/amarok/files X-VCS-Committer: jmbsvicetto X-VCS-Committer-Name: Jorge Manuel B. S. Vicetto Content-Type: text/plain; charset=utf8 Message-Id: <20110420050510.58C3720057@flycatcher.gentoo.org> Date: Wed, 20 Apr 2011 05:05:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 2d98655e740fbc75a6af2b4f576d9776 jmbsvicetto 11/04/20 05:05:10 Modified: amarok-2.4.0.90-fix-upnp-dep.patch Log: Updated upnp patch so cmake can find the HUpnp include dir. =20 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64) Revision Changes Path 1.2 media-sound/amarok/files/amarok-2.4.0.90-fix-upnp-de= p.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/amarok= /files/amarok-2.4.0.90-fix-upnp-dep.patch?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/amarok= /files/amarok-2.4.0.90-fix-upnp-dep.patch?rev=3D1.2&content-type=3Dtext/p= lain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/amarok= /files/amarok-2.4.0.90-fix-upnp-dep.patch?r1=3D1.1&r2=3D1.2 Index: amarok-2.4.0.90-fix-upnp-dep.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/media-sound/amarok/files/amarok-2.4.0.9= 0-fix-upnp-dep.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- amarok-2.4.0.90-fix-upnp-dep.patch 19 Apr 2011 02:40:12 -0000 1.1 +++ amarok-2.4.0.90-fix-upnp-dep.patch 20 Apr 2011 05:05:10 -0000 1.2 @@ -31,7 +31,7 @@ # HUPNP_FOUND =20 -find_path(HUPNP_INCLUDE_DIR HUpnp HINTS ${KDE4_INCLUDE_DIR}) -+find_path(HUPNP_INCLUDE_DIR HUpnp HINTS ${KDE4_INCLUDE_DIR} ${KDE_INCLU= DE_DIR}/HUpnpCore) ++find_path(HUPNP_INCLUDE_DIR HUpnp HINTS ${KDE4_INCLUDE_DIR} /usr/includ= e/HUpnpCore) =20 find_library(HUPNP_LIBRARIES HUpnp PATHS ${KDE4_LIB_DIR}) =20