summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-08-10 14:50:34 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-08-10 15:19:49 +0200
commit09f585aae2988cd96c8a5212c6da6435bc9fc036 (patch)
treea7d320506fcbd151e73baa0757b4fde17a1f8b80 /ros-meta
parentdev-ros/audio_play: Bump to 0.3.7. (diff)
downloadgentoo-09f585aae2988cd96c8a5212c6da6435bc9fc036.tar.gz
gentoo-09f585aae2988cd96c8a5212c6da6435bc9fc036.tar.bz2
gentoo-09f585aae2988cd96c8a5212c6da6435bc9fc036.zip
ros-meta/audio_common: Bump to 0.3.7.
Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'ros-meta')
-rw-r--r--ros-meta/audio_common/Manifest1
-rw-r--r--ros-meta/audio_common/audio_common-0.3.7.ebuild24
2 files changed, 25 insertions, 0 deletions
diff --git a/ros-meta/audio_common/Manifest b/ros-meta/audio_common/Manifest
index e59736c19a28..82dec8ab13b0 100644
--- a/ros-meta/audio_common/Manifest
+++ b/ros-meta/audio_common/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/ros-meta/audio_common/audio_common-0.3.7.ebuild b/ros-meta/audio_common/audio_common-0.3.7.ebuild
new file mode 100644
index 000000000000..ad75c6e89bbe
--- /dev/null
+++ b/ros-meta/audio_common/audio_common-0.3.7.ebuild
@@ -0,0 +1,24 @@
+# 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="Common code for working with audio in ROS"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+ dev-ros/audio_capture
+ dev-ros/audio_common_msgs
+ dev-ros/audio_play
+"
+# dev-ros/sound_play
+# https://bugs.gentoo.org/612980#c14
+
+DEPEND="${RDEPEND}"