aballier    15/04/14 15:51:10

  Added:                metadata.xml ChangeLog gazebo-5.1.0.ebuild
  Log:
  initial import, ebuild by me
  
  Signed-off-by: Alexis Ballier <[email protected]>
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  Changes    Path
1.1                  sci-electronics/gazebo/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gazebo/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gazebo/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
<pkgmetadata>
<maintainer>
<email>[email protected]</email>
<name>Alexis Ballier</name>
</maintainer>
</pkgmetadata>



1.1                  sci-electronics/gazebo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gazebo/ChangeLog?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gazebo/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for sci-electronics/gazebo
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gazebo/ChangeLog,v 1.1 
2015/04/14 15:51:09 aballier Exp $

*gazebo-5.1.0 (14 Apr 2015)

  14 Apr 2015; Alexis Ballier <[email protected]> +gazebo-5.1.0.ebuild,
  +metadata.xml:
  initial import, ebuild by me




1.1                  sci-electronics/gazebo/gazebo-5.1.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gazebo/gazebo-5.1.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gazebo/gazebo-5.1.0.ebuild?rev=1.1&content-type=text/plain

Index: gazebo-5.1.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gazebo/gazebo-5.1.0.ebuild,v 
1.1 2015/04/14 15:51:09 aballier Exp $

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="https://bitbucket.org/osrf/gazebo/get/${PN}$(get_major_version)_${PV}.tar.bz2"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE="cpu_flags_x86_sse2 libav test"

RDEPEND="
        >=dev-libs/protobuf-2.3.0
        virtual/opengl
        media-libs/openal
        net-misc/curl
        dev-libs/tinyxml
        dev-libs/libtar
        dev-cpp/tbb
        >=dev-games/ogre-1.7.4
        sci-libs/libccd
        libav? ( media-video/libav:= )
        !libav? ( media-video/ffmpeg:= )
        sci-libs/gts
        >=sci-physics/bullet-2.82
        >=dev-libs/sdformat-2.3.1
        dev-qt/qtcore:4
        dev-qt/qtgui:4
        dev-libs/boost:=[threads]
        sci-libs/gdal
        virtual/libusb:1
        dev-libs/libspnav
        media-libs/freeimage
"
DEPEND="${RDEPEND}
        app-text/ronn
        virtual/pkgconfig
"
S="${WORKDIR}/${PN}$(get_major_version)_${PV}"
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"
        )
        cmake-utils_src_configure
}




Reply via email to