public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/gazebo/
Date: Fri, 17 Jun 2016 16:27:51 +0000 (UTC)	[thread overview]
Message-ID: <1466180844.9cd6ab3974f5c334218bde04dd857bb5ee173d25.aballier@gentoo> (raw)

commit:     9cd6ab3974f5c334218bde04dd857bb5ee173d25
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 17 16:03:47 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Jun 17 16:27:24 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cd6ab39

sci-electronics/gazebo: bump to 7.2.0

Package-Manager: portage-2.3.0_rc1

 sci-electronics/gazebo/Manifest            |  1 +
 sci-electronics/gazebo/gazebo-7.2.0.ebuild | 73 ++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

diff --git a/sci-electronics/gazebo/Manifest b/sci-electronics/gazebo/Manifest
index 85db8fa..52d0305 100644
--- a/sci-electronics/gazebo/Manifest
+++ b/sci-electronics/gazebo/Manifest
@@ -1 +1,2 @@
 DIST gazebo-7.1.0.tar.bz2 51097678 SHA256 93f75ec601bdafd2d4715d7200d81f52123979b00d547635ae38738e6405d863 SHA512 573392d984a2770c2394234da9532d7e46517e8312091fab5a4b3df8ad6997ab2594c7648694cea858f8210938f1c1787c51df80910f554a2bfc005f8894c6fc WHIRLPOOL c5a0ed5ac645ad215f5bc8b1b96d8d2e20ab78b3d5546eb9a1cce5ae0a5941f809760b12f71b12f38b84cab755f95c3b152f0c9633a9815d8ca001f026281a21
+DIST gazebo-7.2.0.tar.bz2 51084680 SHA256 3e10501379236146f5393fcf02be419ce343bfa76b0f6670d43cc5bc13cd6fb1 SHA512 b484ef589fbcbe3262b257a6741f253ba23837c3585f42a857e7b03acf6dcbf7209a65f1fce9e4ee6df3b8a45a5124015c99e8708644f259e6d1275bbadab503 WHIRLPOOL 595146621ed9f6bbeecb325fddcacf048fadaff69338c2c8cefccb6e82669494d92000ae194e0a1941094491be3ec759165e8f8220fb7649cdb209ee66e5b60a

diff --git a/sci-electronics/gazebo/gazebo-7.2.0.ebuild b/sci-electronics/gazebo/gazebo-7.2.0.ebuild
new file mode 100644
index 0000000..c3b8b54
--- /dev/null
+++ b/sci-electronics/gazebo/gazebo-7.2.0.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit cmake-utils versionator vcs-snapshot flag-o-matic
+
+DESCRIPTION="A 3D multiple robot simulator with dynamics"
+HOMEPAGE="http://gazebosim.org/"
+SRC_URI="http://osrf-distributions.s3.amazonaws.com/gazebo/releases/${P}.tar.bz2"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="cpu_flags_x86_sse2 libav test"
+
+RDEPEND="
+	=dev-libs/protobuf-2*:=
+	virtual/opengl
+	media-libs/openal
+	net-misc/curl
+	dev-libs/tinyxml
+	dev-libs/tinyxml2
+	dev-libs/libtar
+	dev-cpp/tbb
+	>=dev-games/ogre-1.7.4
+	sci-libs/libccd
+	libav? ( >=media-video/libav-9:0= )
+	!libav? ( >=media-video/ffmpeg-2.6:0= )
+	sci-libs/gts
+	>=sci-physics/bullet-2.82
+	>=dev-libs/sdformat-4.1:=
+	dev-qt/qtcore:4
+	dev-qt/qtgui:4
+	dev-qt/qtwebkit:4
+	dev-qt/qtxmlpatterns:4
+	dev-libs/boost:=[threads]
+	sci-libs/gdal
+	virtual/libusb:1
+	dev-libs/libspnav
+	media-libs/freeimage
+	sci-libs/hdf5:=
+	sys-apps/util-linux
+	media-gfx/graphviz
+	>=sci-libs/ignition-math-2.3:2=
+	net-libs/ignition-transport:=
+"
+DEPEND="${RDEPEND}
+	dev-qt/qttest:4
+	app-text/ronn
+	virtual/pkgconfig
+	x11-apps/mesa-progs
+	test? ( dev-libs/libxslt )
+"
+CMAKE_BUILD_TYPE=RelWithDebInfo
+
+src_configure() {
+	# doesnt build without it
+	append-cxxflags "-std=c++11"
+	# doesnt build with as-needed either
+	append-ldflags "-Wl,--no-as-needed"
+
+	local mycmakeargs=(
+		"-DUSE_UPSTREAM_CFLAGS=OFF"
+		"-DSSE2_FOUND=$(usex cpu_flags_x86_sse2 TRUE FALSE)"
+		"-DUSE_HOST_CFLAGS=FALSE"
+		"-DENABLE_TESTS_COMPILATION=$(usex test TRUE FALSE)"
+		"-DENABLE_SCREEN_TESTS=FALSE"
+		"-DUSE_EXTERNAL_TINYXML2=TRUE"
+	)
+	cmake-utils_src_configure
+}


             reply	other threads:[~2016-06-17 16:27 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-17 16:27 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-03 15:03 [gentoo-commits] repo/gentoo:master commit in: sci-electronics/gazebo/ Andreas Sturmlechner
2023-11-21 17:47 Alexis Ballier
2023-06-12 14:06 Sam James
2023-02-01 19:27 Andreas Sturmlechner
2022-10-18 13:16 Alexis Ballier
2022-09-04 12:23 David Seifert
2022-04-21 11:16 Alexis Ballier
2022-02-21 17:04 Alexis Ballier
2022-01-28  7:24 Sam James
2021-12-15  9:28 Alexis Ballier
2021-12-15  9:28 Alexis Ballier
2021-12-02  1:25 Sam James
2021-10-29 22:23 Sam James
2021-08-03 15:52 Alexis Ballier
2021-06-18 19:18 David Seifert
2021-05-12  9:53 Alexis Ballier
2020-09-21 13:47 Alexis Ballier
2020-04-26  7:54 Mikle Kolyada
2019-12-10 17:35 Alexis Ballier
2019-04-05 17:11 Alexis Ballier
2019-02-15 12:36 Alexis Ballier
2018-12-20 16:10 Alexis Ballier
2018-12-20 16:10 Alexis Ballier
2018-10-03 13:52 Alexis Ballier
2018-08-23 11:41 Alexis Ballier
2018-08-22  9:32 Alexis Ballier
2018-07-16 10:51 Alexis Ballier
2018-06-25  4:44 Andreas Sturmlechner
2018-06-25  4:44 Andreas Sturmlechner
2018-06-21 13:36 Alexis Ballier
2018-06-08 12:26 Alexis Ballier
2018-01-28 12:54 Alexis Ballier
2018-01-28 12:54 Alexis Ballier
2018-01-07  7:08 Alexis Ballier
2018-01-07  7:08 Alexis Ballier
2017-12-26 14:54 Alexis Ballier
2017-12-20 16:54 Alexis Ballier
2017-06-29 20:28 Alexis Ballier
2017-05-07 12:36 Alexis Ballier
2017-02-21  9:21 Alexis Ballier
2017-01-17 13:02 Alexis Ballier
2017-01-17 13:02 Alexis Ballier
2017-01-17 12:54 Alexis Ballier
2016-12-29 14:37 Alexis Ballier
2016-12-29 14:37 Alexis Ballier
2016-12-29 14:37 Alexis Ballier
2016-10-12 13:43 Alexis Ballier
2016-10-12 11:23 Alexis Ballier
2016-07-18 12:13 Alexis Ballier
2016-07-11  7:58 Alexis Ballier
2016-05-02 16:35 Alexis Ballier
2016-04-09 19:15 Alexis Ballier
2016-03-02 19:36 Alexis Ballier
2016-01-28 20:25 Alexis Ballier
2015-11-01 11:48 Alexis Ballier
2015-09-16 13:17 Alexis Ballier
2015-09-16 11:33 Alexis Ballier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1466180844.9cd6ab3974f5c334218bde04dd857bb5ee173d25.aballier@gentoo \
    --to=aballier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox