From 76dfef0cec9170000357d2f354e412daf48941fc Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 30 Dec 2017 01:11:30 +0000 Subject: gentoo resync : 30.12.2017 --- dev-ros/theora_image_transport/Manifest | 4 +-- .../theora_image_transport-1.9.5-r1.ebuild | 33 ++++++++++++++++++++++ .../theora_image_transport-1.9.5.ebuild | 32 --------------------- .../theora_image_transport-9999.ebuild | 1 + 4 files changed, 36 insertions(+), 34 deletions(-) create mode 100644 dev-ros/theora_image_transport/theora_image_transport-1.9.5-r1.ebuild delete mode 100644 dev-ros/theora_image_transport/theora_image_transport-1.9.5.ebuild (limited to 'dev-ros/theora_image_transport') diff --git a/dev-ros/theora_image_transport/Manifest b/dev-ros/theora_image_transport/Manifest index 474450419da3..e70a6702c988 100644 --- a/dev-ros/theora_image_transport/Manifest +++ b/dev-ros/theora_image_transport/Manifest @@ -1,4 +1,4 @@ DIST image_transport_plugins-1.9.5.tar.gz 26268 BLAKE2B 2d7e71f891bc3ae548193a9671fb10fb4dc6c7a24fda0c0dc52d75d43793d55e35da37155496740624e4ebe34fcf0e8d3926345ca1581fa521096c01b773f551 SHA512 54f459719a386f028578889f9b88b8b080f495d75899cee6c8bfb58204970fb2395b2a8da70034eb391ba62f4ce462cb89b97bcdc576a177444613076b5ed02c -EBUILD theora_image_transport-1.9.5.ebuild 762 BLAKE2B a4527a6c4698a4c015f9493661f21bd50e3b53a2a6a2c48cead40f10920cbfe6ef918b37b84fd77df9b19f12f860042081cb31f0a4866dccdefaab4c631f788e SHA512 f77af82079dd0a65a8a468a35d403de6b40ea5a285896d453e1eb1b45b8ab36dc5bfbcb3b9a7a534b5a910b245838d9303fb848ec50c41d1c3c8e4569324b9ee -EBUILD theora_image_transport-9999.ebuild 762 BLAKE2B a4527a6c4698a4c015f9493661f21bd50e3b53a2a6a2c48cead40f10920cbfe6ef918b37b84fd77df9b19f12f860042081cb31f0a4866dccdefaab4c631f788e SHA512 f77af82079dd0a65a8a468a35d403de6b40ea5a285896d453e1eb1b45b8ab36dc5bfbcb3b9a7a534b5a910b245838d9303fb848ec50c41d1c3c8e4569324b9ee +EBUILD theora_image_transport-1.9.5-r1.ebuild 789 BLAKE2B b282ad8b57e9ed7dded23494a3810fd77a2c90ab710dadfad714d82c2c51d06526429ceb40ab2d521232b6d9599d12a844276be70ddcbe20860db7e43fed23b8 SHA512 13bc08389db9e05dfe415bf3a7e29346ed62cdd19e33cba9041eb2ada68406c243877df12279b487ba65f9f94de9dcb0e4dcc1874313b971f89cb8919c25d0c5 +EBUILD theora_image_transport-9999.ebuild 789 BLAKE2B b282ad8b57e9ed7dded23494a3810fd77a2c90ab710dadfad714d82c2c51d06526429ceb40ab2d521232b6d9599d12a844276be70ddcbe20860db7e43fed23b8 SHA512 13bc08389db9e05dfe415bf3a7e29346ed62cdd19e33cba9041eb2ada68406c243877df12279b487ba65f9f94de9dcb0e4dcc1874313b971f89cb8919c25d0c5 MISC metadata.xml 352 BLAKE2B d741d3235de6a630917b5785819ea9a3b13d8602bc5fd27b9fb8d4cea1df216fb64eaa0fd2fee5c5f11012a823311155331e2ae65af23874322679dc57bc32a9 SHA512 855c756eea98c52acb020fb394646008db35b41b864a0983f67bbf07ffce658d394c0de13d6622286770e4aa4152b74f2f6028c575b11b66233431d1fffa0347 diff --git a/dev-ros/theora_image_transport/theora_image_transport-1.9.5-r1.ebuild b/dev-ros/theora_image_transport/theora_image_transport-1.9.5-r1.ebuild new file mode 100644 index 000000000000..a13838696800 --- /dev/null +++ b/dev-ros/theora_image_transport/theora_image_transport-1.9.5-r1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/ros-perception/image_transport_plugins" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=${PN} +CATKIN_HAS_MESSAGES=yes +PYTHON_COMPAT=( python2_7 ) +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs" + +inherit ros-catkin + +DESCRIPTION="Plugin to image_transport for transparently sending an image stream encoded with the Theora codec" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/cv_bridge + media-libs/opencv:= + dev-ros/dynamic_reconfigure + dev-ros/image_transport + media-libs/opencv + dev-ros/rosbag + dev-ros/pluginlib + media-libs/libogg + media-libs/libtheora[encode] + dev-libs/boost:= + dev-libs/console_bridge:= +" +DEPEND="${RDEPEND} + virtual/pkgconfig" diff --git a/dev-ros/theora_image_transport/theora_image_transport-1.9.5.ebuild b/dev-ros/theora_image_transport/theora_image_transport-1.9.5.ebuild deleted file mode 100644 index d66dc1d1f7c8..000000000000 --- a/dev-ros/theora_image_transport/theora_image_transport-1.9.5.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -ROS_REPO_URI="https://github.com/ros-perception/image_transport_plugins" -KEYWORDS="~amd64 ~arm" -ROS_SUBDIR=${PN} -CATKIN_HAS_MESSAGES=yes -PYTHON_COMPAT=( python2_7 ) -CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs" - -inherit ros-catkin - -DESCRIPTION="Plugin to image_transport for transparently sending an image stream encoded with the Theora codec" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/cv_bridge - media-libs/opencv:= - dev-ros/dynamic_reconfigure - dev-ros/image_transport - media-libs/opencv - dev-ros/rosbag - dev-ros/pluginlib - media-libs/libogg - media-libs/libtheora[encode] - dev-libs/boost:= -" -DEPEND="${RDEPEND} - virtual/pkgconfig" diff --git a/dev-ros/theora_image_transport/theora_image_transport-9999.ebuild b/dev-ros/theora_image_transport/theora_image_transport-9999.ebuild index d66dc1d1f7c8..a13838696800 100644 --- a/dev-ros/theora_image_transport/theora_image_transport-9999.ebuild +++ b/dev-ros/theora_image_transport/theora_image_transport-9999.ebuild @@ -27,6 +27,7 @@ RDEPEND=" media-libs/libogg media-libs/libtheora[encode] dev-libs/boost:= + dev-libs/console_bridge:= " DEPEND="${RDEPEND} virtual/pkgconfig" -- cgit v1.2.3