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 EF813138359 for ; Mon, 10 Aug 2020 13:19:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3594FE0802; Mon, 10 Aug 2020 13:19:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 1BCB9E07FE for ; Mon, 10 Aug 2020 13:19:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C54F334F4C4 for ; Mon, 10 Aug 2020 13:19:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74503313 for ; Mon, 10 Aug 2020 13:19:52 +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: <1597065589.455ee334d47aa88f2d9f7d15690a113226308135.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/audio_play/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/audio_play/Manifest dev-ros/audio_play/audio_play-0.3.7.ebuild X-VCS-Directories: dev-ros/audio_play/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 455ee334d47aa88f2d9f7d15690a113226308135 X-VCS-Branch: master Date: Mon, 10 Aug 2020 13:19:52 +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: cd7feecb-ce75-4a9a-9e66-6268bdfdf391 X-Archives-Hash: 15c88d0fc66ff0c80c8580f86919f515 commit: 455ee334d47aa88f2d9f7d15690a113226308135 Author: Alexis Ballier gentoo org> AuthorDate: Mon Aug 10 12:50:29 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Aug 10 13:19:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=455ee334 dev-ros/audio_play: Bump to 0.3.7. Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/audio_play/Manifest | 1 + dev-ros/audio_play/audio_play-0.3.7.ebuild | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/dev-ros/audio_play/Manifest b/dev-ros/audio_play/Manifest index e59736c19a2..82dec8ab13b 100644 --- a/dev-ros/audio_play/Manifest +++ b/dev-ros/audio_play/Manifest @@ -1 +1,2 @@ DIST audio_common-0.3.6.tar.gz 189612 BLAKE2B 536192cdbab9c205c17eb4b1f7ccb1864c2fcaa6b47747664a1fa7c077e747d6b7e01be1119a02333e1581bd865baffbd02b4e43569727645bd28f2f3ac36a22 SHA512 e36f7c52c4c9dcf382e65fe6de0b72729e76bca85230074e5cf3f0a74d7ec7e95c1aee14cfd7ee0d6075439efab04d66db946115919be664e8e94df91652e96c +DIST audio_common-0.3.7.tar.gz 190644 BLAKE2B b4c66cedfdff01ea1e8c3b257ef65961b535041685b2ca0220545f2c8092cb43ad3de158c4c879071bedccc72859a046b7425d839dff7fcad393fda86dbec2ac SHA512 6e7f2aae57b15792709e204f556846d7fc443cb99a3013c828b5c564474ba5c3a5782144e20aa721a851e2e3f029d9200fdc98a86babf70dac330c22889a9402 diff --git a/dev-ros/audio_play/audio_play-0.3.7.ebuild b/dev-ros/audio_play/audio_play-0.3.7.ebuild new file mode 100644 index 00000000000..b54dfb9a1e9 --- /dev/null +++ b/dev-ros/audio_play/audio_play-0.3.7.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +ROS_REPO_URI="https://github.com/ros-drivers/audio_common" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Outputs audio to a speaker from a source node" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/roscpp + dev-libs/boost:=[threads] + media-libs/gstreamer:1.0 +" +DEPEND="${RDEPEND} + dev-ros/audio_common_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] +" +RDEPEND="${RDEPEND} + media-libs/gst-plugins-good:1.0 + media-libs/gst-plugins-base:1.0 +" +BDEPEND=" + virtual/pkgconfig +"