diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-09-01 12:27:40 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-09-01 12:39:00 +0200 |
commit | bb21d1ac008209e765e47b8d1e91c1c0e62d5486 (patch) | |
tree | b642c12a83e1e7de99bbb667881ef8fb0d1d4a39 /dev-ros | |
parent | dev-ros/audio_play: update deps to gst 1.0 (diff) | |
download | gentoo-bb21d1ac008209e765e47b8d1e91c1c0e62d5486.tar.gz gentoo-bb21d1ac008209e765e47b8d1e91c1c0e62d5486.tar.bz2 gentoo-bb21d1ac008209e765e47b8d1e91c1c0e62d5486.zip |
dev-ros/sound_play: update deps to gst 1.0
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-ros')
-rw-r--r-- | dev-ros/sound_play/sound_play-9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-ros/sound_play/sound_play-9999.ebuild b/dev-ros/sound_play/sound_play-9999.ebuild index c4b4cb101276..c99812460fa2 100644 --- a/dev-ros/sound_play/sound_play-9999.ebuild +++ b/dev-ros/sound_play/sound_play-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -21,7 +21,7 @@ RDEPEND=" dev-ros/roscpp dev-ros/rospy[${PYTHON_USEDEP}] dev-ros/roslib - media-libs/gstreamer:0.10 + media-libs/gstreamer:1.0 dev-ros/audio_common_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] " @@ -30,6 +30,6 @@ DEPEND="${RDEPEND} RDEPEND="${RDEPEND} dev-python/gst-python[${PYTHON_USEDEP}] app-accessibility/festival - media-libs/gst-plugins-good:0.10 - media-libs/gst-plugins-base:0.10 + media-libs/gst-plugins-good:1.0 + media-libs/gst-plugins-base:1.0 " |