audio_common-0.3.1.ebuild 445 B

1234567891011121314151617181920212223
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. ROS_REPO_URI="https://github.com/ros-drivers/audio_common"
  5. KEYWORDS="~amd64 ~arm"
  6. ROS_SUBDIR=${PN}
  7. inherit ros-catkin
  8. DESCRIPTION="Common code for working with audio in ROS"
  9. LICENSE="BSD"
  10. SLOT="0"
  11. IUSE=""
  12. RDEPEND="
  13. dev-ros/audio_capture
  14. dev-ros/audio_common_msgs
  15. dev-ros/audio_play
  16. dev-ros/sound_play
  17. "
  18. DEPEND="${RDEPEND}"