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