public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gamerlay:master commit in: dev-games/simgear/, dev-games/simgear/files/
@ 2011-08-01 13:41 Christian Schmitt
  0 siblings, 0 replies; only message in thread
From: Christian Schmitt @ 2011-08-01 13:41 UTC (permalink / raw
  To: gentoo-commits

commit:     54a19eb394ed046a2c9c9eb726e41b21fcebb269
Author:     Christian Schmitt <chris <AT> ilovelinux <DOT> de>
AuthorDate: Mon Aug  1 13:40:22 2011 +0000
Commit:     Christian Schmitt <chris <AT> ilovelinux <DOT> de>
CommitDate: Mon Aug  1 13:41:09 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=54a19eb3

[dev-games/simgear] remove radeon patch, which is now handled in the
original code.

---
 .../files/simgear-radeon-fix-runway-lights.patch   |   20 --------------------
 dev-games/simgear/simgear-9999.ebuild              |    8 +-------
 2 files changed, 1 insertions(+), 27 deletions(-)

diff --git a/dev-games/simgear/files/simgear-radeon-fix-runway-lights.patch b/dev-games/simgear/files/simgear-radeon-fix-runway-lights.patch
deleted file mode 100644
index a48c4bf..0000000
--- a/dev-games/simgear/files/simgear-radeon-fix-runway-lights.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff --git a/simgear/scene/tgdb/pt_lights.cxx b/simgear/scene/tgdb/pt_lights.cxx
-index 5b7cf37..0e7a557 100644
---- a/simgear/scene/tgdb/pt_lights.cxx
-+++ b/simgear/scene/tgdb/pt_lights.cxx
-@@ -207,6 +207,7 @@ Effect* getLightEffect(float size, const Vec3& attenuation,
-     std::vector<std::string> combinedExtensions;
-     combinedExtensions.push_back("GL_ARB_point_sprite");
-     combinedExtensions.push_back("GL_ARB_point_parameters");
-+#if 0
-     Technique* combinedTniq = new Technique;
-     combinedTniq->passes.push_back(combinedPass);
-     combinedTniq->setGLExtensionsPred(2.0, combinedExtensions);
-@@ -217,6 +218,7 @@ Effect* getLightEffect(float size, const Vec3& attenuation,
-     spriteTniq->passes.push_back(spritePass);
-     spriteTniq->setGLExtensionsPred(2.0, spriteExtensions);
-     effect->techniques.push_back(spriteTniq);
-+#endif
-     std::vector<std::string> parameterExtensions;
-     parameterExtensions.push_back(combinedExtensions.back());
-     Technique* parameterTniq = new Technique;

diff --git a/dev-games/simgear/simgear-9999.ebuild b/dev-games/simgear/simgear-9999.ebuild
index 608fa5f..1d8fa2c 100644
--- a/dev-games/simgear/simgear-9999.ebuild
+++ b/dev-games/simgear/simgear-9999.ebuild
@@ -15,7 +15,7 @@ EGIT_REPO_URI="git://gitorious.org/fg/simgear.git"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
-IUSE="video_cards_radeon"
+IUSE=""
 
 RDEPEND=">=dev-games/openscenegraph-2.9[png]
 	dev-libs/boost
@@ -25,9 +25,3 @@ RDEPEND=">=dev-games/openscenegraph-2.9[png]
 DEPEND="${RDEPEND}"
 
 DOCS=(NEWS AUTHORS)
-
-src_prepare() {
-	if use video_cards_radeon; then
-	epatch "${FILESDIR}/simgear-radeon-fix-runway-lights.patch"
-	fi
-}



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-08-01 13:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-01 13:41 [gentoo-commits] proj/gamerlay:master commit in: dev-games/simgear/, dev-games/simgear/files/ Christian Schmitt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox