From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3D7F1138334 for ; Tue, 10 Dec 2019 17:35:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DB48E09EE; Tue, 10 Dec 2019 17:35:04 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1730FE09EE for ; Tue, 10 Dec 2019 17:35:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EF4BE34D914 for ; Tue, 10 Dec 2019 17:35:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 100618D6 for ; Tue, 10 Dec 2019 17:35:01 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1575999285.e6da5cbebb60ceb1982fdc12c511f8b92a1133ee.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/gazebo/, sci-electronics/gazebo/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/gazebo/files/oal.patch sci-electronics/gazebo/gazebo-10.1.0.ebuild X-VCS-Directories: sci-electronics/gazebo/files/ sci-electronics/gazebo/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: e6da5cbebb60ceb1982fdc12c511f8b92a1133ee X-VCS-Branch: master Date: Tue, 10 Dec 2019 17:35:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 879b3149-5d94-4c2c-9260-fa73b6ef994e X-Archives-Hash: d7109aa65010a3bc119fd1134b196685 commit: e6da5cbebb60ceb1982fdc12c511f8b92a1133ee Author: Alexis Ballier gentoo org> AuthorDate: Tue Dec 10 14:48:22 2019 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Dec 10 17:34:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6da5cbe sci-electronics/gazebo: fix build with openal 1.20 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Alexis Ballier gentoo.org> sci-electronics/gazebo/files/oal.patch | 19 +++++++++++++++++++ sci-electronics/gazebo/gazebo-10.1.0.ebuild | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/sci-electronics/gazebo/files/oal.patch b/sci-electronics/gazebo/files/oal.patch new file mode 100644 index 00000000000..4a09793aed0 --- /dev/null +++ b/sci-electronics/gazebo/files/oal.patch @@ -0,0 +1,19 @@ +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/gazebo-10.1.0.ebuild b/sci-electronics/gazebo/gazebo-10.1.0.ebuild index 2ba6f5bb35d..dbc0c2f89e3 100644 --- a/sci-electronics/gazebo/gazebo-10.1.0.ebuild +++ b/sci-electronics/gazebo/gazebo-10.1.0.ebuild @@ -58,7 +58,7 @@ DEPEND="${RDEPEND} test? ( dev-libs/libxslt ) " CMAKE_BUILD_TYPE=RelWithDebInfo -PATCHES=( "${FILESDIR}/qwt.patch" ) +PATCHES=( "${FILESDIR}/qwt.patch" "${FILESDIR}/oal.patch" ) src_configure() { # doesnt build without it