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: Thu, 01 Sep 2016 10:39:16
Message-Id: 1472726340.d4f0760ab4d00539eb57d6c6eb6f2d72d88670d5.aballier@gentoo
1 commit: d4f0760ab4d00539eb57d6c6eb6f2d72d88670d5
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 1 10:21:50 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=d4f0760a
7
8 dev-ros/audio_play: update deps to gst 1.0
9
10 Package-Manager: portage-2.3.0
11
12 dev-ros/audio_play/audio_play-9999.ebuild | 9 ++++-----
13 1 file changed, 4 insertions(+), 5 deletions(-)
14
15 diff --git a/dev-ros/audio_play/audio_play-9999.ebuild b/dev-ros/audio_play/audio_play-9999.ebuild
16 index d8c6704..88882f9 100644
17 --- a/dev-ros/audio_play/audio_play-9999.ebuild
18 +++ b/dev-ros/audio_play/audio_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 @@ -18,12 +18,11 @@ RDEPEND="
26 dev-ros/audio_common_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
27 dev-ros/roscpp
28 dev-libs/boost:=[threads]
29 - media-libs/gstreamer:0.10
30 + media-libs/gstreamer:1.0
31 "
32 DEPEND="${RDEPEND}
33 virtual/pkgconfig"
34 RDEPEND="${RDEPEND}
35 - media-plugins/gst-plugins-alsa:0.10
36 - media-libs/gst-plugins-good:0.10
37 - media-libs/gst-plugins-base:0.10
38 + media-libs/gst-plugins-good:1.0
39 + media-libs/gst-plugins-base:1.0
40 "