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/sound_play/
Date: Thu, 01 Sep 2016 10:39:17
Message-Id: 1472726340.bb21d1ac008209e765e47b8d1e91c1c0e62d5486.aballier@gentoo
1 commit: bb21d1ac008209e765e47b8d1e91c1c0e62d5486
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 1 10:27:40 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 1 10:39:00 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb21d1ac
7
8 dev-ros/sound_play: update deps to gst 1.0
9
10 Package-Manager: portage-2.3.0
11
12 dev-ros/sound_play/sound_play-9999.ebuild | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/dev-ros/sound_play/sound_play-9999.ebuild b/dev-ros/sound_play/sound_play-9999.ebuild
16 index c4b4cb1..c998124 100644
17 --- a/dev-ros/sound_play/sound_play-9999.ebuild
18 +++ b/dev-ros/sound_play/sound_play-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -21,7 +21,7 @@ RDEPEND="
26 dev-ros/roscpp
27 dev-ros/rospy[${PYTHON_USEDEP}]
28 dev-ros/roslib
29 - media-libs/gstreamer:0.10
30 + media-libs/gstreamer:1.0
31 dev-ros/audio_common_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
32 dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
33 "
34 @@ -30,6 +30,6 @@ DEPEND="${RDEPEND}
35 RDEPEND="${RDEPEND}
36 dev-python/gst-python[${PYTHON_USEDEP}]
37 app-accessibility/festival
38 - media-libs/gst-plugins-good:0.10
39 - media-libs/gst-plugins-base:0.10
40 + media-libs/gst-plugins-good:1.0
41 + media-libs/gst-plugins-base:1.0
42 "