added version 1.6.2 of fgrun, since 1.6.0 does not compile (missing libs from old simgear-version)
This commit is contained in:
		
							parent
							
								
									e910135a8d
								
							
						
					
					
						commit
						86f5bfc768
					
				
					 3 changed files with 55 additions and 0 deletions
				
			
		
							
								
								
									
										3
									
								
								games-simulation/fgrun/Manifest
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								games-simulation/fgrun/Manifest
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,3 @@ | |||
| AUX fgrun-1.5.2-fltk.patch 413 SHA256 82d202951b45cc62e59a0b9fab887f841739fe38b8f09152a7248292a9273c38 SHA512 c94f1f386aaa80dde496d44017dfe944435ba4b28641ece096b86d2f709bfef8e8e1f236a57482a393cb92f3586c24936a069027445a1dde59fba07a11703f64 WHIRLPOOL 3914decc79739ec7467cdb66471cf7dbffb96eba109879cf047a28e3f708e07ff6211609f57db1524c9314d817ab97866bc0b625f15ccb3ae8619b33d2a4893b | ||||
| DIST fgrun-1.6.2.tar.bz2 152581 SHA256 6e9ca62db00fd6945aeb6f8057953e15492309eb78337ea6b40355fd38cce3d0 SHA512 09bed1bda588c5807cadc447da0f9a7c240f230ef3bfa67a680ad00fdeada63d6406a593d9fb4b21f0a4ff7d697854ff9af0b44940af76f61854c11f5e714c5f WHIRLPOOL 3502ce74c2bc3b603c82814c202a48c7e8091a47b3a2cf7dfb41953929d9f6a670886e3b222483ef2c7278382c77c46fffb76fc22c1070470f4748a12d5efd82 | ||||
| EBUILD fgrun-1.6.2.ebuild 938 SHA256 727c25467fa7363ac52b244f64a3bd2f90d00a4b49de0f616b4169838165d6ac SHA512 eda49ea1f1dc11262684ccff9743735133f316b391583714e6a57ef9ba976f8628106a854d3c68e23868984e02c32fa899c2b330e6bb794067579e62c13e1c0e WHIRLPOOL 6b84831e26c4b1acd2906e3e10035bbe888a01d05f5b6347451dfdc0199485a8c8ea61c1e15a6e5d9c59ef85e30e8df0d2dfcba0a9e0a9804e8d8824456d82f4 | ||||
							
								
								
									
										39
									
								
								games-simulation/fgrun/fgrun-1.6.2.ebuild
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										39
									
								
								games-simulation/fgrun/fgrun-1.6.2.ebuild
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,39 @@ | |||
| # Copyright 1999-2012 Gentoo Foundation | ||||
| # Distributed under the terms of the GNU General Public License v2 | ||||
| # $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/fgrun-1.6.0.ebuild,v 1.1 2012/01/21 15:57:35 reavertm Exp $ | ||||
| 
 | ||||
| EAPI=3 | ||||
| inherit autotools eutils multilib games | ||||
| 
 | ||||
| DESCRIPTION="A graphical frontend for the FlightGear Flight Simulator" | ||||
| HOMEPAGE="http://sourceforge.net/projects/fgrun" | ||||
| SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" | ||||
| 
 | ||||
| LICENSE="GPL-2" | ||||
| SLOT="0" | ||||
| KEYWORDS="~amd64 ~x86" | ||||
| IUSE="" | ||||
| 
 | ||||
| COMMON_DEPEND=" | ||||
| 	>=dev-games/openscenegraph-3.0.1 | ||||
| 	sys-libs/zlib | ||||
| 	x11-libs/fltk:1[opengl,threads] | ||||
| " | ||||
| DEPEND="${COMMON_DEPEND} | ||||
| 	>=dev-games/simgear-2 | ||||
| 	>=dev-libs/boost-1.34 | ||||
| " | ||||
| RDEPEND="${COMMON_DEPEND} | ||||
| 	>=games-simulation/flightgear-2 | ||||
| " | ||||
| 
 | ||||
| src_prepare() { | ||||
| 	epatch "${FILESDIR}/${PN}-1.5.2-fltk.patch" | ||||
| 	AT_M4DIR=. eautoreconf | ||||
| } | ||||
| 
 | ||||
| src_install() { | ||||
| 	emake DESTDIR="${D}" install || die "emake install failed" | ||||
| 	dodoc AUTHORS NEWS | ||||
| 	prepgamesdirs | ||||
| } | ||||
							
								
								
									
										13
									
								
								games-simulation/fgrun/files/fgrun-1.5.2-fltk.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								games-simulation/fgrun/files/fgrun-1.5.2-fltk.patch
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,13 @@ | |||
| --- configure.ac.old	2007-04-25 22:26:19.000000000 +0200
 | ||||
| +++ configure.ac	2007-04-25 22:27:41.000000000 +0200
 | ||||
| *************** | ||||
| *** 138,143 **** | ||||
| --- 138,146 ----
 | ||||
|     FLUID="$with_fltk/bin/fluid" | ||||
|     CPPFLAGS="-I$with_fltk/include $CPPFLAGS" | ||||
|     EXTRA_DIRS="${EXTRA_DIRS} $with_fltk" | ||||
| + else
 | ||||
| +   CPPFLAGS="$(fltk-config --cxxflags) $CPPFLAGS"
 | ||||
| +   LIBS="$(fltk-config --use-gl --ldflags) $LIBS"
 | ||||
|   fi | ||||
|   AC_SUBST(FLUID) | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue