public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-simulation/flightgear: flightgear-3.2.0.ebuild ChangeLog
@ 2015-01-11 13:53 Maciej Mrozowski (reavertm)
  0 siblings, 0 replies; 4+ messages in thread
From: Maciej Mrozowski (reavertm) @ 2015-01-11 13:53 UTC (permalink / raw
  To: gentoo-commits

reavertm    15/01/11 13:53:40

  Modified:             ChangeLog
  Added:                flightgear-3.2.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key B1E955DB)

Revision  Changes    Path
1.73                 games-simulation/flightgear/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/flightgear/ChangeLog?rev=1.73&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/flightgear/ChangeLog?rev=1.73&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/flightgear/ChangeLog?r1=1.72&r2=1.73

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/flightgear/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog	11 Sep 2014 00:59:12 -0000	1.72
+++ ChangeLog	11 Jan 2015 13:53:40 -0000	1.73
@@ -1,6 +1,11 @@
 # ChangeLog for games-simulation/flightgear
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/ChangeLog,v 1.72 2014/09/11 00:59:12 reavertm Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/ChangeLog,v 1.73 2015/01/11 13:53:40 reavertm Exp $
+
+*flightgear-3.2.0 (11 Jan 2015)
+
+  11 Jan 2015; Maciej Mrozowski <reavertm@gentoo.org> +flightgear-3.2.0.ebuild:
+  Version bump.
 
 *flightgear-3.0.0-r1 (11 Sep 2014)
 



1.1                  games-simulation/flightgear/flightgear-3.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/flightgear/flightgear-3.2.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/flightgear/flightgear-3.2.0.ebuild?rev=1.1&content-type=text/plain

Index: flightgear-3.2.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-3.2.0.ebuild,v 1.1 2015/01/11 13:53:40 reavertm Exp $

EAPI=5

inherit games cmake-utils bash-completion-r1

DESCRIPTION="Open Source Flight Simulator"
HOMEPAGE="http://www.flightgear.org/"
SRC_URI="mirror://flightgear/Source/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="dbus debug examples +jsbsim oldfdm test +udev +utils vim-syntax +yasim"

COMMON_DEPEND="
	dev-db/sqlite:3
	>=dev-games/openscenegraph-3.2.0[png]
	~dev-games/simgear-${PV}
	media-libs/openal
	sys-libs/zlib
	x11-libs/libX11
	dbus? ( >=sys-apps/dbus-1.6.18-r1 )
	udev? ( virtual/udev )
	utils? (
		media-libs/freeglut
		media-libs/libpng
		virtual/opengl
	)
"
DEPEND="${COMMON_DEPEND}
	>=dev-libs/boost-1.44
	>=media-libs/plib-1.8.5
"
RDEPEND="${COMMON_DEPEND}
	~games-simulation/${PN}-data-${PV}
"

DOCS=(AUTHORS ChangeLog NEWS README Thanks)

src_configure() {
	local mycmakeargs=(
		-DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}
		-DENABLE_FLITE=OFF
		-DENABLE_PROFILE=OFF
		-DENABLE_RTI=OFF
		-DFG_DATA_DIR="${GAMES_DATADIR}"/${PN}
		-DSIMGEAR_SHARED=ON
		-DSP_FDMS=OFF
		-DSYSTEM_FLITE=ON
		-DSYSTEM_HTS_ENGINE=ON
		-DSYSTEM_SPEEX=ON
		-DSYSTEM_GSM=ON
		-DSYSTEM_SQLITE=ON
		$(cmake-utils_use_use dbus)
		$(cmake-utils_use_enable jsbsim)
		$(cmake-utils_use jsbsim JSBSIM_TERRAIN)
		$(cmake-utils_use_enable oldfdm LARCSIM)
		$(cmake-utils_use_enable oldfdm UIUC_MODEL)
		$(cmake-utils_use test LOGGING)
		$(cmake-utils_use_enable test TESTS)
		$(cmake-utils_use udev EVENT_INPUT)
		$(cmake-utils_use_enable utils FGCOM)
		$(cmake-utils_use_enable utils FGELEV)
		$(cmake-utils_use_enable utils FGJS)
		$(cmake-utils_use_with utils FGPANEL)
		$(cmake-utils_use_enable utils FGVIEWER)
		$(cmake-utils_use_enable utils GPSSMOOTH)
		$(cmake-utils_use_enable utils JS_DEMO)
		$(cmake-utils_use_enable utils METAR)
		$(cmake-utils_use_enable utils TERRASYNC)
		$(cmake-utils_use_enable yasim)
	)

	cmake-utils_src_configure
}

src_install() {
	cmake-utils_src_install

	# Install icons and menu entry
	local s
	for s in 16 22 24 32 48 64 128; do
		doicon -s ${s} icons/${s}x${s}/apps/${PN}.png
		use utils && doicon -s ${s} icons/${s}x${s}/apps/fgcom.png
	done
	doicon -s scalable icons/scalable/${PN}.svg
	use utils && doicon -s scalable icons/scalable/fgcom.svg

	newmenu package/${PN}.desktop ${PN}.desktop

	# Install bash completion (TODO zsh)
	# Uncomment below when scripts stops writing files...
#	sed -e "s|/usr/local/share/FlightGear|${GAMES_DATADIR}/${PN}|" \
#		-i scripts/completion/fg-completion.bash || die 'unable to replace FG_ROOT'
#	newbashcomp scripts/completion/fg-completion.bash ${PN}

	# Install examples and other misc files
	if use examples; then
		insinto /usr/share/doc/"${PF}"/examples
		doins -r scripts/java scripts/perl scripts/python
		insinto /usr/share/doc/"${PF}"/examples/c++
		doins -r scripts/example/*
		insinto /usr/share/doc/"${PF}"/tools
		doins -r scripts/atis scripts/tools/*
	fi

	# Install nasal script syntax
	if use vim-syntax; then
		insinto /usr/share/vim/vimfiles/syntax
		doins scripts/syntax/{ac3d,nasal}.vim
		insinto /usr/share/vim/vimfiles/ftdetect/
		doins "${FILESDIR}"/{ac3d,nasal}.vim
	fi

	prepgamesdirs
}





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-simulation/flightgear: flightgear-3.2.0.ebuild ChangeLog
@ 2015-01-11 13:57 Maciej Mrozowski (reavertm)
  0 siblings, 0 replies; 4+ messages in thread
From: Maciej Mrozowski (reavertm) @ 2015-01-11 13:57 UTC (permalink / raw
  To: gentoo-commits

reavertm    15/01/11 13:57:39

  Modified:             flightgear-3.2.0.ebuild ChangeLog
  Log:
  Add missing speex/gsm dependencies.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key B1E955DB)

Revision  Changes    Path
1.2                  games-simulation/flightgear/flightgear-3.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/flightgear/flightgear-3.2.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/flightgear/flightgear-3.2.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/flightgear/flightgear-3.2.0.ebuild?r1=1.1&r2=1.2

Index: flightgear-3.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-3.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- flightgear-3.2.0.ebuild	11 Jan 2015 13:53:40 -0000	1.1
+++ flightgear-3.2.0.ebuild	11 Jan 2015 13:57:39 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-3.2.0.ebuild,v 1.1 2015/01/11 13:53:40 reavertm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-3.2.0.ebuild,v 1.2 2015/01/11 13:57:39 reavertm Exp $
 
 EAPI=5
 
@@ -20,6 +20,8 @@
 	>=dev-games/openscenegraph-3.2.0[png]
 	~dev-games/simgear-${PV}
 	media-libs/openal
+	media-libs/speex
+	media-sound/gsm
 	sys-libs/zlib
 	x11-libs/libX11
 	dbus? ( >=sys-apps/dbus-1.6.18-r1 )



1.74                 games-simulation/flightgear/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/flightgear/ChangeLog?rev=1.74&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/flightgear/ChangeLog?rev=1.74&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/flightgear/ChangeLog?r1=1.73&r2=1.74

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/flightgear/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog	11 Jan 2015 13:53:40 -0000	1.73
+++ ChangeLog	11 Jan 2015 13:57:39 -0000	1.74
@@ -1,6 +1,9 @@
 # ChangeLog for games-simulation/flightgear
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/ChangeLog,v 1.73 2015/01/11 13:53:40 reavertm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/ChangeLog,v 1.74 2015/01/11 13:57:39 reavertm Exp $
+
+  11 Jan 2015; Maciej Mrozowski <reavertm@gentoo.org> flightgear-3.2.0.ebuild:
+  Add missing speex/gsm dependencies.
 
 *flightgear-3.2.0 (11 Jan 2015)
 





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-simulation/flightgear: flightgear-3.2.0.ebuild ChangeLog
@ 2015-03-06 21:51 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 4+ messages in thread
From: Mikle Kolyada (zlogene) @ 2015-03-06 21:51 UTC (permalink / raw
  To: gentoo-commits

zlogene     15/03/06 21:51:28

  Modified:             flightgear-3.2.0.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #541288
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)

Revision  Changes    Path
1.4                  games-simulation/flightgear/flightgear-3.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/flightgear/flightgear-3.2.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/flightgear/flightgear-3.2.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/flightgear/flightgear-3.2.0.ebuild?r1=1.3&r2=1.4

Index: flightgear-3.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-3.2.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- flightgear-3.2.0.ebuild	25 Feb 2015 00:31:34 -0000	1.3
+++ flightgear-3.2.0.ebuild	6 Mar 2015 21:51:28 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-3.2.0.ebuild,v 1.3 2015/02/25 00:31:34 reavertm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-3.2.0.ebuild,v 1.4 2015/03/06 21:51:28 zlogene Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="dbus debug examples +jsbsim oldfdm test +udev +utils vim-syntax +yasim"
 
 COMMON_DEPEND="



1.77                 games-simulation/flightgear/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/flightgear/ChangeLog?rev=1.77&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/flightgear/ChangeLog?rev=1.77&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/flightgear/ChangeLog?r1=1.76&r2=1.77

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/flightgear/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog	2 Mar 2015 01:18:36 -0000	1.76
+++ ChangeLog	6 Mar 2015 21:51:28 -0000	1.77
@@ -1,6 +1,9 @@
 # ChangeLog for games-simulation/flightgear
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/ChangeLog,v 1.76 2015/03/02 01:18:36 reavertm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/ChangeLog,v 1.77 2015/03/06 21:51:28 zlogene Exp $
+
+  06 Mar 2015; Mikle Kolyada <zlogene@gentoo.org> flightgear-3.2.0.ebuild:
+  amd64 stable wrt bug #541288
 
   02 Mar 2015; Maciej Mrozowski <reavertm@gentoo.org> flightgear-3.4.0.ebuild:
   Adjust dependencies to Qt-5.4.1. Fixes bug 541840.





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-simulation/flightgear: flightgear-3.2.0.ebuild ChangeLog
@ 2015-03-27 10:32 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-03-27 10:32 UTC (permalink / raw
  To: gentoo-commits

ago         15/03/27 10:32:54

  Modified:             flightgear-3.2.0.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #541288
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  games-simulation/flightgear/flightgear-3.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/flightgear/flightgear-3.2.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/flightgear/flightgear-3.2.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/flightgear/flightgear-3.2.0.ebuild?r1=1.4&r2=1.5

Index: flightgear-3.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-3.2.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- flightgear-3.2.0.ebuild	6 Mar 2015 21:51:28 -0000	1.4
+++ flightgear-3.2.0.ebuild	27 Mar 2015 10:32:54 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-3.2.0.ebuild,v 1.4 2015/03/06 21:51:28 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-3.2.0.ebuild,v 1.5 2015/03/27 10:32:54 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="dbus debug examples +jsbsim oldfdm test +udev +utils vim-syntax +yasim"
 
 COMMON_DEPEND="



1.78                 games-simulation/flightgear/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/flightgear/ChangeLog?rev=1.78&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/flightgear/ChangeLog?rev=1.78&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/flightgear/ChangeLog?r1=1.77&r2=1.78

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/flightgear/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog	6 Mar 2015 21:51:28 -0000	1.77
+++ ChangeLog	27 Mar 2015 10:32:54 -0000	1.78
@@ -1,6 +1,9 @@
 # ChangeLog for games-simulation/flightgear
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/ChangeLog,v 1.77 2015/03/06 21:51:28 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/ChangeLog,v 1.78 2015/03/27 10:32:54 ago Exp $
+
+  27 Mar 2015; Agostino Sarubbo <ago@gentoo.org> flightgear-3.2.0.ebuild:
+  Stable for x86, wrt bug #541288
 
   06 Mar 2015; Mikle Kolyada <zlogene@gentoo.org> flightgear-3.2.0.ebuild:
   amd64 stable wrt bug #541288





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-03-27 10:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-11 13:53 [gentoo-commits] gentoo-x86 commit in games-simulation/flightgear: flightgear-3.2.0.ebuild ChangeLog Maciej Mrozowski (reavertm)
  -- strict thread matches above, loose matches on Subject: below --
2015-01-11 13:57 Maciej Mrozowski (reavertm)
2015-03-06 21:51 Mikle Kolyada (zlogene)
2015-03-27 10:32 Agostino Sarubbo (ago)

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