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 1Mmpo5-0002le-7A for garchives@archives.gentoo.org; Sun, 13 Sep 2009 14:11:57 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E18B7E085E; Sun, 13 Sep 2009 14:11:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C548EE085E for ; Sun, 13 Sep 2009 14:11:55 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id E2EA566F01 for ; Sun, 13 Sep 2009 14:11:56 +0000 (UTC) Received: from maekke by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1Mmpo3-0008LN-34 for gentoo-commits@lists.gentoo.org; Sun, 13 Sep 2009 14:11:55 +0000 From: "Markus Meier (maekke)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, maekke@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/hugin/files: hugin-2009.2.0_beta3-asneeded.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: hugin-2009.2.0_beta3-asneeded.patch X-VCS-Directories: media-gfx/hugin/files X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier Content-Type: text/plain; charset=utf8 Message-Id: Sender: Markus Meier Date: Sun, 13 Sep 2009 14:11:55 +0000 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: 092ccb66-6c23-4a59-8712-993f86adeb27 X-Archives-Hash: fb1c95b9487115f88be91417c4837d40 maekke 09/09/13 14:11:55 Added: hugin-2009.2.0_beta3-asneeded.patch Log: version bump, EAPI=3D2 for stable ebuild, remove old (Portage version: 2.2_rc40/cvs/Linux i686) Revision Changes Path 1.1 media-gfx/hugin/files/hugin-2009.2.0_beta3-asneeded.= patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/fi= les/hugin-2009.2.0_beta3-asneeded.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/fi= les/hugin-2009.2.0_beta3-asneeded.patch?rev=3D1.1&content-type=3Dtext/pla= in Index: hugin-2009.2.0_beta3-asneeded.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 diff -ru hugin-2009.2.0.orig/src/hugin_base/CMakeLists.txt hugin-2009.2.0= /src/hugin_base/CMakeLists.txt --- hugin-2009.2.0.orig/src/hugin_base/CMakeLists.txt 2009-09-12 17:08:56= .000000000 +0200 +++ hugin-2009.2.0/src/hugin_base/CMakeLists.txt 2009-09-12 17:10:22.0000= 00000 +0200 @@ -69,4 +69,4 @@ =20 add_subdirectory(test) =20 -TARGET_LINK_LIBRARIES(huginbase huginlevmar huginvigraimpex ${Boost_LIBR= ARIES} ${EXIV2_LIBRARIES} ${PANO_LIBRARIES} ${TIFF_LIBRARIES} ${LAPACK_LI= BRARIES}) +TARGET_LINK_LIBRARIES(huginbase huginlevmar huginvigraimpex ${Boost_LIBR= ARIES} ${EXIV2_LIBRARIES} ${PANO_LIBRARIES} ${TIFF_LIBRARIES} ${LAPACK_LI= BRARIES} ${GLEW_LIBRARIES} ${OPENGL_LIBRARIES})