From 44e8c7e2605d77d478241ea6050b24c0028f4a09 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Mon, 21 Sep 2020 15:20:52 +0200 Subject: sci-electronics/gazebo: Remove old Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Alexis Ballier --- sci-electronics/gazebo/files/oal.patch | 19 -------------- sci-electronics/gazebo/files/qtmoc.patch | 44 -------------------------------- 2 files changed, 63 deletions(-) delete mode 100644 sci-electronics/gazebo/files/oal.patch delete mode 100644 sci-electronics/gazebo/files/qtmoc.patch (limited to 'sci-electronics/gazebo/files') diff --git a/sci-electronics/gazebo/files/oal.patch b/sci-electronics/gazebo/files/oal.patch deleted file mode 100644 index 4a09793aed00..000000000000 --- a/sci-electronics/gazebo/files/oal.patch +++ /dev/null @@ -1,19 +0,0 @@ -Fixes build with openal 1.20 - -Index: gazebo-10.1.0/gazebo/util/OpenALPrivate.hh -=================================================================== ---- gazebo-10.1.0.orig/gazebo/util/OpenALPrivate.hh -+++ gazebo-10.1.0/gazebo/util/OpenALPrivate.hh -@@ -37,10 +37,10 @@ namespace gazebo - class OpenALPrivate - { - /// \brief OpenAL audio context pointer. -- public: ALCcontext_struct *context; -+ public: ALCcontext *context; - - /// \brief OpenAL audio device pointer. -- public: ALCdevice_struct *audioDevice; -+ public: ALCdevice *audioDevice; - - /// \brief OpenAL sink pointer. - public: OpenALSinkPtr sink; diff --git a/sci-electronics/gazebo/files/qtmoc.patch b/sci-electronics/gazebo/files/qtmoc.patch deleted file mode 100644 index 47841eb26e0d..000000000000 --- a/sci-electronics/gazebo/files/qtmoc.patch +++ /dev/null @@ -1,44 +0,0 @@ -From 66dcba0375357d294d4769a6eb542de29b78a519 Mon Sep 17 00:00:00 2001 -From: Steve Peters -Date: Thu, 26 Dec 2019 05:12:08 -0800 -Subject: [PATCH] use ifndef Q_MOC_RUN to fix compilation of plugins with tbb - and qt 5.14 (issue #2681) - ---- - plugins/CessnaGUIPlugin.hh | 3 +++ - plugins/LookAtDemoPlugin.hh | 3 +++ - 2 files changed, 6 insertions(+) - -diff --git a/plugins/CessnaGUIPlugin.hh b/plugins/CessnaGUIPlugin.hh -index 7556d89982..091b8ffd00 100644 ---- a/plugins/CessnaGUIPlugin.hh -+++ b/plugins/CessnaGUIPlugin.hh -@@ -23,7 +23,10 @@ - - #include - #include -+// moc parsing error of tbb headers -+#ifndef Q_MOC_RUN - #include -+#endif - - namespace gazebo - { -diff --git a/plugins/LookAtDemoPlugin.hh b/plugins/LookAtDemoPlugin.hh -index 5659394892..2a22b222f5 100644 ---- a/plugins/LookAtDemoPlugin.hh -+++ b/plugins/LookAtDemoPlugin.hh -@@ -21,7 +21,10 @@ - - #include - #include -+// moc parsing error of tbb headers -+#ifndef Q_MOC_RUN - #include -+#endif - - namespace gazebo - { --- -2.24.1 - -- cgit v1.2.3-65-gdbad