public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/audio_play/
Date: Mon, 12 Oct 2020 17:14:10 +0000 (UTC)	[thread overview]
Message-ID: <1602522843.9a6743a5d3bd13405be557ccd10a70c0165fc594.aballier@gentoo> (raw)

commit:     9a6743a5d3bd13405be557ccd10a70c0165fc594
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 12 17:09:01 2020 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Oct 12 17:14:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a6743a5

dev-ros/audio_play: Bump to 0.3.8.

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ros/audio_play/Manifest                |  1 +
 dev-ros/audio_play/audio_play-0.3.8.ebuild | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-ros/audio_play/Manifest b/dev-ros/audio_play/Manifest
index 82dec8ab13b..e5ec3466557 100644
--- a/dev-ros/audio_play/Manifest
+++ b/dev-ros/audio_play/Manifest
@@ -1,2 +1,3 @@
 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
+DIST audio_common-0.3.8.tar.gz 190972 BLAKE2B 729781085336ec2818817a7233c9e732a2eb62fc22f82869c629aef4a13a4a0460cf4836e118a5bb7c52af365f2fcdc8bdbaad278ac2d316846da3269ccfed57 SHA512 f69341629e8b7883e5e6f232a119cf66cf5c657feafcde7edbdc3abf73b08c24b505569b39ce370802a27a146f5a51ca4ee42db8ef201811f42474b6e54ca853

diff --git a/dev-ros/audio_play/audio_play-0.3.8.ebuild b/dev-ros/audio_play/audio_play-0.3.8.ebuild
new file mode 100644
index 00000000000..b54dfb9a1e9
--- /dev/null
+++ b/dev-ros/audio_play/audio_play-0.3.8.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
+"


             reply	other threads:[~2020-10-12 17:14 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-12 17:14 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-04-29 16:01 [gentoo-commits] repo/gentoo:master commit in: dev-ros/audio_play/ Alexis Ballier
2020-08-10 13:19 Alexis Ballier
2020-07-16 17:35 Alexis Ballier
2020-07-16 17:35 Alexis Ballier
2020-07-16 17:35 Alexis Ballier
2018-07-16 11:03 Alexis Ballier
2017-01-28 20:13 Alexis Ballier
2016-09-01 10:39 Alexis Ballier
2016-09-01 10:39 Alexis Ballier
2016-09-01 10:39 Alexis Ballier
2016-02-18 15:59 Alexis Ballier
2016-01-23 13:15 Alexis Ballier
2015-12-03  9:08 Alexis Ballier
2015-10-06  8:51 Alexis Ballier
2015-09-28 13:05 Alexis Ballier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1602522843.9a6743a5d3bd13405be557ccd10a70c0165fc594.aballier@gentoo \
    --to=aballier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox