* [gentoo-commits] repo/gentoo:master commit in: dev-ros/urdf_parser_plugin/files/, dev-ros/urdf_parser_plugin/
@ 2016-07-26 9:24 Alexis Ballier
0 siblings, 0 replies; only message in thread
From: Alexis Ballier @ 2016-07-26 9:24 UTC (permalink / raw
To: gentoo-commits
commit: a1c55aa9f834f1a34291b18f9b2fb8753f3b58f6
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 26 07:05:44 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Jul 26 09:18:30 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1c55aa9
dev-ros/urdf_parser_plugin: add patch to fix urdfdom 1 support.
Package-Manager: portage-2.3.0
dev-ros/urdf_parser_plugin/files/urdfdom1.patch | 13 +++++++++++++
...in-1.12.3.ebuild => urdf_parser_plugin-1.12.3-r1.ebuild} | 3 ++-
2 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/dev-ros/urdf_parser_plugin/files/urdfdom1.patch b/dev-ros/urdf_parser_plugin/files/urdfdom1.patch
new file mode 100644
index 0000000..ce4413d
--- /dev/null
+++ b/dev-ros/urdf_parser_plugin/files/urdfdom1.patch
@@ -0,0 +1,13 @@
+Index: urdf_parser_plugin/include/urdf_parser_plugin/parser.h
+===================================================================
+--- urdf_parser_plugin.orig/include/urdf_parser_plugin/parser.h
++++ urdf_parser_plugin/include/urdf_parser_plugin/parser.h
+@@ -54,7 +54,7 @@ public:
+ }
+
+ /// \brief Load Model from string
+- virtual boost::shared_ptr<ModelInterface> parse(const std::string &xml_string) = 0;
++ virtual std::shared_ptr<ModelInterface> parse(const std::string &xml_string) = 0;
+ };
+
+ }
diff --git a/dev-ros/urdf_parser_plugin/urdf_parser_plugin-1.12.3.ebuild b/dev-ros/urdf_parser_plugin/urdf_parser_plugin-1.12.3-r1.ebuild
similarity index 80%
rename from dev-ros/urdf_parser_plugin/urdf_parser_plugin-1.12.3.ebuild
rename to dev-ros/urdf_parser_plugin/urdf_parser_plugin-1.12.3-r1.ebuild
index 345ecad..c486b73 100644
--- a/dev-ros/urdf_parser_plugin/urdf_parser_plugin-1.12.3.ebuild
+++ b/dev-ros/urdf_parser_plugin/urdf_parser_plugin-1.12.3-r1.ebuild
@@ -14,5 +14,6 @@ LICENSE="BSD"
SLOT="0"
IUSE=""
-RDEPEND="dev-libs/urdfdom_headers"
+RDEPEND=">=dev-libs/urdfdom_headers-1.0"
DEPEND="${RDEPEND}"
+PATCHES=( "${FILESDIR}/urdfdom1.patch" )
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-07-26 9:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-26 9:24 [gentoo-commits] repo/gentoo:master commit in: dev-ros/urdf_parser_plugin/files/, dev-ros/urdf_parser_plugin/ Alexis Ballier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox