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: Wed, 03 Oct 2018 13:52:34
Message-Id: 1538574730.328917d8a7fc489d5c504f8dae474fbb3ba8e939.aballier@gentoo
1 commit: 328917d8a7fc489d5c504f8dae474fbb3ba8e939
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 3 13:50:41 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 3 13:52:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=328917d8
7
8 sci-electronics/gazebo: bump to 9.4.1
9
10 Package-Manager: Portage-2.3.50, Repoman-2.3.11
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 sci-electronics/gazebo/Manifest | 1 +
14 sci-electronics/gazebo/gazebo-9.4.1.ebuild | 78 ++++++++++++++++++++++++++++++
15 2 files changed, 79 insertions(+)
16
17 diff --git a/sci-electronics/gazebo/Manifest b/sci-electronics/gazebo/Manifest
18 index 5e7b82c4c6d..b4fc3af8843 100644
19 --- a/sci-electronics/gazebo/Manifest
20 +++ b/sci-electronics/gazebo/Manifest
21 @@ -1,2 +1,3 @@
22 DIST gazebo-9.3.0.tar.bz2 52924750 BLAKE2B c908827fca7786b0dac10401549265d6d0ca0ce5c952816b5d3d5f2feec096f0465778b4165a4054abd285ec1fedc80e3d2ed3c81be234574d7419d2635f61f4 SHA512 5874582e015cfc2b690b26cd810e4c79cc5dba1ecea7eaa72d3c12e0a5f3dd6f42185666f0cf36a1d00564b642c2c63662b06657da82cfd2ce3ebd9219012cb4
23 DIST gazebo-9.3.1.tar.bz2 52961705 BLAKE2B d1860a13f1c23d3ffaeb8087c94a5b72682c99eec03927105a4e2fc9e951a41c2723f394fe613be4a2603aacd153817e5445b21518ecdb0f0d4d8e6eb4ee28eb SHA512 d3d41a32cab440358fb1dd2524d9a1601fbff8b272c86120d82ddc3337f2a8dcda46c3ba24f95dba99e061ef69c15ac919b5c8e4d16ea71a9da572bb9a5cee12
24 +DIST gazebo-9.4.1.tar.bz2 53014386 BLAKE2B c3e450f869f3e5f88bd9b5f5924a6b003880fff492849d6570222c7c37e98f1b89df4dca1af16c9a766b049067bbcc9d86334882041c6420b6b5221dfd643bb0 SHA512 76fb217c396f4d70fa4617df3aa5a672b5ddd4680df22eb3fbe67182ef8b3e05affda2e61f71d03e31f9c47b2f7d56aac162b63dec2f122cef1e47fd65d25f02
25
26 diff --git a/sci-electronics/gazebo/gazebo-9.4.1.ebuild b/sci-electronics/gazebo/gazebo-9.4.1.ebuild
27 new file mode 100644
28 index 00000000000..d1bd0c594b0
29 --- /dev/null
30 +++ b/sci-electronics/gazebo/gazebo-9.4.1.ebuild
31 @@ -0,0 +1,78 @@
32 +# Copyright 1999-2018 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/9"
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 +}