diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-09-23 14:08:25 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-09-23 14:08:25 +0200 |
commit | 7245aa26d2c266edd566fbb8fb06163565b3d154 (patch) | |
tree | 5a4394beb3a4e0d089a147823c51c55898aafd90 /dev-ros/theora_image_transport | |
parent | dev-ros/compressed_image_transport: Initial import. Ebuild by me. (diff) | |
download | gentoo-7245aa26d2c266edd566fbb8fb06163565b3d154.tar.gz gentoo-7245aa26d2c266edd566fbb8fb06163565b3d154.tar.bz2 gentoo-7245aa26d2c266edd566fbb8fb06163565b3d154.zip |
dev-ros/theora_image_transport: Initial import. Ebuild by me.
Package-Manager: portage-2.2.21
Diffstat (limited to 'dev-ros/theora_image_transport')
4 files changed, 72 insertions, 0 deletions
diff --git a/dev-ros/theora_image_transport/Manifest b/dev-ros/theora_image_transport/Manifest new file mode 100644 index 000000000000..431aae62326c --- /dev/null +++ b/dev-ros/theora_image_transport/Manifest @@ -0,0 +1 @@ +DIST image_transport_plugins-1.9.2.tar.gz 23734 SHA256 b610f50cdbab30abaa94980b22a444c5d898c571e3f57f0cf83ecde53877fdf0 SHA512 5ac7429cf61699f1827fdf15374aee5d951cd6aa77321f245bfe4e9771647e1bae5902646f30cb88019675e48732cd4f705eafe0931268684a449bef356bf972 WHIRLPOOL 7136449bf3fbc5f161a89c4fabac2d24fc4d4548186895e95a0aa7175ac196b5859d63da0cd59b418a570c10c767f19a8a9e7d0d408cd2c0517bff5407a512df diff --git a/dev-ros/theora_image_transport/metadata.xml b/dev-ros/theora_image_transport/metadata.xml new file mode 100644 index 000000000000..c42ea5b15cf6 --- /dev/null +++ b/dev-ros/theora_image_transport/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>ros</herd> +</pkgmetadata> diff --git a/dev-ros/theora_image_transport/theora_image_transport-1.9.2.ebuild b/dev-ros/theora_image_transport/theora_image_transport-1.9.2.ebuild new file mode 100644 index 000000000000..24e52f972f30 --- /dev/null +++ b/dev-ros/theora_image_transport/theora_image_transport-1.9.2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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 + dev-ros/dynamic_reconfigure + dev-ros/image_transport + dev-ros/tf + media-libs/opencv + dev-ros/tf + dev-ros/rosbag + dev-ros/pluginlib + media-libs/libogg + media-libs/libtheora[encode] +" +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 new file mode 100644 index 000000000000..24e52f972f30 --- /dev/null +++ b/dev-ros/theora_image_transport/theora_image_transport-9999.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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 + dev-ros/dynamic_reconfigure + dev-ros/image_transport + dev-ros/tf + media-libs/opencv + dev-ros/tf + dev-ros/rosbag + dev-ros/pluginlib + media-libs/libogg + media-libs/libtheora[encode] +" +DEPEND="${RDEPEND} + virtual/pkgconfig" |