Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/gazebo/
Date: Sun, 07 May 2017 12:36:20
Message-Id: 1494160566.312e3cf673cb5ddbbf86316023d304abd0a06cad.aballier@gentoo
1 commit: 312e3cf673cb5ddbbf86316023d304abd0a06cad
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 7 12:35:58 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sun May 7 12:36:06 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=312e3cf6
7
8 sci-electronics/gazebo: Bump to 8.1.0
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 sci-electronics/gazebo/Manifest | 1 +
13 sci-electronics/gazebo/gazebo-8.1.0.ebuild | 77 ++++++++++++++++++++++++++++++
14 2 files changed, 78 insertions(+)
15
16 diff --git a/sci-electronics/gazebo/Manifest b/sci-electronics/gazebo/Manifest
17 index 09d6c08670a..ef338b584fa 100644
18 --- a/sci-electronics/gazebo/Manifest
19 +++ b/sci-electronics/gazebo/Manifest
20 @@ -1 +1,2 @@
21 DIST gazebo-8.0.0.tar.bz2 52472089 SHA256 ea733be6946ac5c538bf207ba01f3a6d6afa456d0b70455f7066b19d722f0d12 SHA512 51890faebe50112fcdc4f53cb8e7be583f62e9690ffdfab1bc2346a79157a7e796830f58f64573c3fbe1caa7653b2fb0be514f43dfd36545bf9c8ab8d580ffee WHIRLPOOL ff351dad7bede38d1b1749cfb74b18c853c11e9e3db89d112586ce4cdfa51efebb7ab9c06f32e2ff2b5ed6a1b687a44da238de91c6254e12b82f722ba9dc1ade
22 +DIST gazebo-8.1.0.tar.bz2 52442394 SHA256 d24cda8919c49cd0b15a51975d551eed1c7c0bfba7b9aa2b1ca9711bf9441e5e SHA512 d451d068a44c487e7b0a6cef17bbffaa39ec4bb08593c4c05d8c758dd56c1bcdb52e6284254c0d27a984761c0eb944012b8a1061bebf47662f6f3c91d3be955c WHIRLPOOL 82f85c1b115e585f352f2fce9b3fac0fc4fa1a35c4c24ffc00b45fe4dc33bd13df655c6f64acd652b1707af3a2756279c572650da5c52eec27d52414c8a45e7d
23
24 diff --git a/sci-electronics/gazebo/gazebo-8.1.0.ebuild b/sci-electronics/gazebo/gazebo-8.1.0.ebuild
25 new file mode 100644
26 index 00000000000..92b92dfc69c
27 --- /dev/null
28 +++ b/sci-electronics/gazebo/gazebo-8.1.0.ebuild
29 @@ -0,0 +1,77 @@
30 +# Copyright 1999-2017 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=5
34 +
35 +inherit cmake-utils versionator vcs-snapshot flag-o-matic
36 +
37 +DESCRIPTION="A 3D multiple robot simulator with dynamics"
38 +HOMEPAGE="http://gazebosim.org/"
39 +SRC_URI="https://osrf-distributions.s3.amazonaws.com/gazebo/releases/${P}.tar.bz2"
40 +
41 +LICENSE="Apache-2.0"
42 +# Subslot = major version = soname of libs
43 +SLOT="0/8"
44 +KEYWORDS="~amd64"
45 +IUSE="cpu_flags_x86_sse2 libav test"
46 +
47 +RDEPEND="
48 + >=dev-libs/protobuf-2:=
49 + virtual/opengl
50 + media-libs/openal
51 + net-misc/curl
52 + dev-libs/tinyxml
53 + dev-libs/tinyxml2
54 + dev-libs/libtar
55 + dev-cpp/tbb
56 + >=dev-games/ogre-1.7.4[freeimage]
57 + >=media-libs/freeimage-3.15.4[png]
58 + sci-libs/libccd
59 + libav? ( >=media-video/libav-9:0= )
60 + !libav? ( >=media-video/ffmpeg-2.6:0= )
61 + sci-libs/gts
62 + >=sci-physics/bullet-2.82
63 + >=dev-libs/sdformat-5.0:=
64 + dev-qt/qtwidgets:5
65 + dev-qt/qtcore:5
66 + dev-qt/qtopengl:5
67 + dev-libs/boost:=[threads]
68 + sci-libs/gdal
69 + virtual/libusb:1
70 + dev-libs/libspnav
71 + media-libs/freeimage
72 + sci-libs/hdf5:=[cxx]
73 + sys-apps/util-linux
74 + media-gfx/graphviz
75 + net-libs/ignition-msgs:=
76 + >=sci-libs/ignition-math-2.3:3=
77 + net-libs/ignition-transport:3=
78 + x11-libs/qwt:6=[qt5]
79 +"
80 +DEPEND="${RDEPEND}
81 + dev-qt/qttest:5
82 + app-text/ronn
83 + app-arch/gzip
84 + virtual/pkgconfig
85 + x11-apps/mesa-progs
86 + test? ( dev-libs/libxslt )
87 +"
88 +CMAKE_BUILD_TYPE=RelWithDebInfo
89 +PATCHES=( "${FILESDIR}/qwt.patch" )
90 +
91 +src_configure() {
92 + # doesnt build without it
93 + append-cxxflags "-std=c++11"
94 + # doesnt build with as-needed either
95 + append-ldflags "-Wl,--no-as-needed"
96 +
97 + local mycmakeargs=(
98 + "-DUSE_UPSTREAM_CFLAGS=OFF"
99 + "-DSSE2_FOUND=$(usex cpu_flags_x86_sse2 TRUE FALSE)"
100 + "-DUSE_HOST_CFLAGS=FALSE"
101 + "-DBUILD_TESTING=$(usex test TRUE FALSE)"
102 + "-DENABLE_SCREEN_TESTS=FALSE"
103 + "-DUSE_EXTERNAL_TINYXML2=TRUE"
104 + )
105 + cmake-utils_src_configure
106 +}