Skip to content

Commit

Permalink
dev-ros/audio_play: Depend on dev-libs/boost:=[threads(+)]
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed Jun 18, 2021
1 parent 313a07b commit d05d3bc
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 38 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ IUSE=""

RDEPEND="
dev-ros/roscpp
dev-libs/boost:=[threads]
dev-libs/boost:=[threads(+)]
media-libs/gstreamer:1.0
"
DEPEND="${RDEPEND}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ IUSE=""

RDEPEND="
dev-ros/roscpp
dev-libs/boost:=[threads]
dev-libs/boost:=[threads(+)]
media-libs/gstreamer:1.0
"
DEPEND="${RDEPEND}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
Expand All @@ -15,7 +15,7 @@ IUSE=""

RDEPEND="
dev-ros/roscpp
dev-libs/boost:=[threads]
dev-libs/boost:=[threads(+)]
media-libs/gstreamer:1.0
"
DEPEND="${RDEPEND}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
Expand All @@ -15,7 +15,7 @@ IUSE=""

RDEPEND="
dev-ros/roscpp
dev-libs/boost:=[threads]
dev-libs/boost:=[threads(+)]
media-libs/gstreamer:1.0
"
DEPEND="${RDEPEND}
Expand Down
30 changes: 30 additions & 0 deletions dev-ros/audio_play/audio_play-0.3.8-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
ROS_REPO_URI="https://github.com/ros-drivers/audio_common"
KEYWORDS="~amd64 ~arm"
ROS_SUBDIR=${PN}

inherit ros-catkin

DESCRIPTION="Outputs audio to a speaker from a source node"
LICENSE="BSD"
SLOT="0"
IUSE=""

RDEPEND="
dev-ros/roscpp
dev-libs/boost:=[threads(+)]
media-libs/gstreamer:1.0
"
DEPEND="${RDEPEND}
dev-ros/audio_common_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
"
RDEPEND="${RDEPEND}
media-libs/gst-plugins-good:1.0
media-libs/gst-plugins-base:1.0
"
BDEPEND="
virtual/pkgconfig
"
30 changes: 0 additions & 30 deletions dev-ros/audio_play/audio_play-0.3.8.ebuild

This file was deleted.

4 changes: 2 additions & 2 deletions dev-ros/audio_play/audio_play-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
Expand All @@ -15,7 +15,7 @@ IUSE=""

RDEPEND="
dev-ros/roscpp
dev-libs/boost:=[threads]
dev-libs/boost:=[threads(+)]
media-libs/gstreamer:1.0
"
DEPEND="${RDEPEND}
Expand Down

0 comments on commit d05d3bc

Please sign in to comment.