Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/audio_play/
Date: Mon, 28 Sep 2015 13:05:33
Message-Id: 1443445286.500c0368367146df7610d31a75c7a85093d8782c.aballier@gentoo
1 commit: 500c0368367146df7610d31a75c7a85093d8782c
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 28 13:01:26 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 28 13:01:26 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=500c0368
7
8 dev-ros/audio_play: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.22
11
12 dev-ros/audio_play/Manifest | 1 +
13 dev-ros/audio_play/audio_play-0.2.7.ebuild | 29 +++++++++++++++++++++++++++++
14 dev-ros/audio_play/audio_play-9999.ebuild | 29 +++++++++++++++++++++++++++++
15 dev-ros/audio_play/metadata.xml | 5 +++++
16 4 files changed, 64 insertions(+)
17
18 diff --git a/dev-ros/audio_play/Manifest b/dev-ros/audio_play/Manifest
19 new file mode 100644
20 index 0000000..aec3da0
21 --- /dev/null
22 +++ b/dev-ros/audio_play/Manifest
23 @@ -0,0 +1 @@
24 +DIST audio_common-0.2.7.tar.gz 173982 SHA256 bdffab26cd837b6db65d275dd14de143d1cf056167fc121b213b7403142195c4 SHA512 f765422bdb641e87132e1c9c56ca742d6830fed1d7414b337b61aa242f9955e4138ab13ee4a7786c78ff73f5824748ceb38f98612a7f12dab4dcdc97efa289e3 WHIRLPOOL d1bf17f8bd0e8346d2fff48982c402b0eaa2ea4365b3195e3dd0c4943c93cf1935fdff85a0d2018e43e5074640692c3d72dc72887c86d955dc02c60800e3725b
25
26 diff --git a/dev-ros/audio_play/audio_play-0.2.7.ebuild b/dev-ros/audio_play/audio_play-0.2.7.ebuild
27 new file mode 100644
28 index 0000000..d8c6704
29 --- /dev/null
30 +++ b/dev-ros/audio_play/audio_play-0.2.7.ebuild
31 @@ -0,0 +1,29 @@
32 +# Copyright 1999-2014 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +# $Id$
35 +
36 +EAPI=5
37 +ROS_REPO_URI="https://github.com/ros-drivers/audio_common"
38 +KEYWORDS="~amd64 ~arm"
39 +ROS_SUBDIR=${PN}
40 +
41 +inherit ros-catkin
42 +
43 +DESCRIPTION="Outputs audio to a speaker from a source node"
44 +LICENSE="BSD"
45 +SLOT="0"
46 +IUSE=""
47 +
48 +RDEPEND="
49 + dev-ros/audio_common_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
50 + dev-ros/roscpp
51 + dev-libs/boost:=[threads]
52 + media-libs/gstreamer:0.10
53 +"
54 +DEPEND="${RDEPEND}
55 + virtual/pkgconfig"
56 +RDEPEND="${RDEPEND}
57 + media-plugins/gst-plugins-alsa:0.10
58 + media-libs/gst-plugins-good:0.10
59 + media-libs/gst-plugins-base:0.10
60 +"
61
62 diff --git a/dev-ros/audio_play/audio_play-9999.ebuild b/dev-ros/audio_play/audio_play-9999.ebuild
63 new file mode 100644
64 index 0000000..d8c6704
65 --- /dev/null
66 +++ b/dev-ros/audio_play/audio_play-9999.ebuild
67 @@ -0,0 +1,29 @@
68 +# Copyright 1999-2014 Gentoo Foundation
69 +# Distributed under the terms of the GNU General Public License v2
70 +# $Id$
71 +
72 +EAPI=5
73 +ROS_REPO_URI="https://github.com/ros-drivers/audio_common"
74 +KEYWORDS="~amd64 ~arm"
75 +ROS_SUBDIR=${PN}
76 +
77 +inherit ros-catkin
78 +
79 +DESCRIPTION="Outputs audio to a speaker from a source node"
80 +LICENSE="BSD"
81 +SLOT="0"
82 +IUSE=""
83 +
84 +RDEPEND="
85 + dev-ros/audio_common_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
86 + dev-ros/roscpp
87 + dev-libs/boost:=[threads]
88 + media-libs/gstreamer:0.10
89 +"
90 +DEPEND="${RDEPEND}
91 + virtual/pkgconfig"
92 +RDEPEND="${RDEPEND}
93 + media-plugins/gst-plugins-alsa:0.10
94 + media-libs/gst-plugins-good:0.10
95 + media-libs/gst-plugins-base:0.10
96 +"
97
98 diff --git a/dev-ros/audio_play/metadata.xml b/dev-ros/audio_play/metadata.xml
99 new file mode 100644
100 index 0000000..c42ea5b
101 --- /dev/null
102 +++ b/dev-ros/audio_play/metadata.xml
103 @@ -0,0 +1,5 @@
104 +<?xml version="1.0" encoding="UTF-8"?>
105 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
106 +<pkgmetadata>
107 +<herd>ros</herd>
108 +</pkgmetadata>