* [gentoo-commits] repo/gentoo:master commit in: dev-ros/theora_image_transport/
@ 2015-09-23 12:09 Alexis Ballier
0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier @ 2015-09-23 12:09 UTC (permalink / raw
To: gentoo-commits
commit: 7245aa26d2c266edd566fbb8fb06163565b3d154
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 23 12:08:25 2015 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Sep 23 12:08:25 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7245aa26
dev-ros/theora_image_transport: Initial import. Ebuild by me.
Package-Manager: portage-2.2.21
dev-ros/theora_image_transport/Manifest | 1 +
dev-ros/theora_image_transport/metadata.xml | 5 ++++
.../theora_image_transport-1.9.2.ebuild | 33 ++++++++++++++++++++++
.../theora_image_transport-9999.ebuild | 33 ++++++++++++++++++++++
4 files changed, 72 insertions(+)
diff --git a/dev-ros/theora_image_transport/Manifest b/dev-ros/theora_image_transport/Manifest
new file mode 100644
index 0000000..431aae6
--- /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 0000000..c42ea5b
--- /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 0000000..24e52f9
--- /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 0000000..24e52f9
--- /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"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/theora_image_transport/
@ 2016-01-19 12:18 Alexis Ballier
0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier @ 2016-01-19 12:18 UTC (permalink / raw
To: gentoo-commits
commit: 40beb965cd0175139f70cab0ffd21946475c2a5c
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 19 11:52:49 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Jan 19 12:03:03 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40beb965
dev-ros/theora_image_transport: remove tf dep
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
dev-ros/theora_image_transport/theora_image_transport-9999.ebuild | 2 --
1 file changed, 2 deletions(-)
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 24e52f9..88c2ddc 100644
--- a/dev-ros/theora_image_transport/theora_image_transport-9999.ebuild
+++ b/dev-ros/theora_image_transport/theora_image_transport-9999.ebuild
@@ -21,9 +21,7 @@ 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
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/theora_image_transport/
@ 2016-01-19 12:18 Alexis Ballier
0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier @ 2016-01-19 12:18 UTC (permalink / raw
To: gentoo-commits
commit: f0beb9c8ae032bff65c037c101c87f9964bde2d3
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 19 11:53:27 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Jan 19 12:03:03 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0beb9c8
dev-ros/theora_image_transport: Bump to 1.9.3.
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
dev-ros/theora_image_transport/Manifest | 1 +
.../theora_image_transport-1.9.3.ebuild | 31 ++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/dev-ros/theora_image_transport/Manifest b/dev-ros/theora_image_transport/Manifest
index 431aae6..8a42cb3 100644
--- a/dev-ros/theora_image_transport/Manifest
+++ b/dev-ros/theora_image_transport/Manifest
@@ -1 +1,2 @@
DIST image_transport_plugins-1.9.2.tar.gz 23734 SHA256 b610f50cdbab30abaa94980b22a444c5d898c571e3f57f0cf83ecde53877fdf0 SHA512 5ac7429cf61699f1827fdf15374aee5d951cd6aa77321f245bfe4e9771647e1bae5902646f30cb88019675e48732cd4f705eafe0931268684a449bef356bf972 WHIRLPOOL 7136449bf3fbc5f161a89c4fabac2d24fc4d4548186895e95a0aa7175ac196b5859d63da0cd59b418a570c10c767f19a8a9e7d0d408cd2c0517bff5407a512df
+DIST image_transport_plugins-1.9.3.tar.gz 25291 SHA256 2d9b10f1e3c22145d58ba922dcafc72b149bb4561e641fff17eddf1510294271 SHA512 51ec14f5bef48e337146e303a4b87290c932d418621e3ae65d5a2f96247c4d0e9ac63df5c4e102f1532737448b272f07e2ce841030a33b8701febacad1698781 WHIRLPOOL c255da767e2dd668eef9499e26822b7eb3d6c144343287a34e3d396574776b29eff2ed90c384f99e1f9b53031a0f6d14a7311c0d2022bd4fc46af53c0a432025
diff --git a/dev-ros/theora_image_transport/theora_image_transport-1.9.3.ebuild b/dev-ros/theora_image_transport/theora_image_transport-1.9.3.ebuild
new file mode 100644
index 0000000..88c2ddc
--- /dev/null
+++ b/dev-ros/theora_image_transport/theora_image_transport-1.9.3.ebuild
@@ -0,0 +1,31 @@
+# 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
+ media-libs/opencv
+ dev-ros/rosbag
+ dev-ros/pluginlib
+ media-libs/libogg
+ media-libs/libtheora[encode]
+"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/theora_image_transport/
@ 2016-10-07 11:35 Alexis Ballier
0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier @ 2016-10-07 11:35 UTC (permalink / raw
To: gentoo-commits
commit: c1fa1f49fa817ba670ba07abeb8d090f8cbe78d9
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 7 11:33:10 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Oct 7 11:33:10 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1fa1f49
dev-ros/theora_image_transport: Bump to 1.9.5.
Package-Manager: portage-2.3.1
dev-ros/theora_image_transport/Manifest | 1 +
.../theora_image_transport-1.9.5.ebuild | 31 ++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/dev-ros/theora_image_transport/Manifest b/dev-ros/theora_image_transport/Manifest
index 8a42cb3..1702843 100644
--- a/dev-ros/theora_image_transport/Manifest
+++ b/dev-ros/theora_image_transport/Manifest
@@ -1,2 +1,3 @@
DIST image_transport_plugins-1.9.2.tar.gz 23734 SHA256 b610f50cdbab30abaa94980b22a444c5d898c571e3f57f0cf83ecde53877fdf0 SHA512 5ac7429cf61699f1827fdf15374aee5d951cd6aa77321f245bfe4e9771647e1bae5902646f30cb88019675e48732cd4f705eafe0931268684a449bef356bf972 WHIRLPOOL 7136449bf3fbc5f161a89c4fabac2d24fc4d4548186895e95a0aa7175ac196b5859d63da0cd59b418a570c10c767f19a8a9e7d0d408cd2c0517bff5407a512df
DIST image_transport_plugins-1.9.3.tar.gz 25291 SHA256 2d9b10f1e3c22145d58ba922dcafc72b149bb4561e641fff17eddf1510294271 SHA512 51ec14f5bef48e337146e303a4b87290c932d418621e3ae65d5a2f96247c4d0e9ac63df5c4e102f1532737448b272f07e2ce841030a33b8701febacad1698781 WHIRLPOOL c255da767e2dd668eef9499e26822b7eb3d6c144343287a34e3d396574776b29eff2ed90c384f99e1f9b53031a0f6d14a7311c0d2022bd4fc46af53c0a432025
+DIST image_transport_plugins-1.9.5.tar.gz 26268 SHA256 a3dcd3af617bcafba5b8dab5fbd89183fbaf31798ee4e4e63a91059fa110168c SHA512 54f459719a386f028578889f9b88b8b080f495d75899cee6c8bfb58204970fb2395b2a8da70034eb391ba62f4ce462cb89b97bcdc576a177444613076b5ed02c WHIRLPOOL 1796f983cd0a904b6cce58ecec4a59034ab23ca8ca7a3c2a9b3fa8764d60c1426754c3a6bdb9eaf8bcff1859768af76b3d4f3a3350ee6cd6af5cc89f90ae639a
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
new file mode 100644
index 00000000..6bc1622
--- /dev/null
+++ b/dev-ros/theora_image_transport/theora_image_transport-1.9.5.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 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
+ media-libs/opencv
+ dev-ros/rosbag
+ dev-ros/pluginlib
+ media-libs/libogg
+ media-libs/libtheora[encode]
+"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/theora_image_transport/
@ 2017-04-17 9:55 Alexis Ballier
0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier @ 2017-04-17 9:55 UTC (permalink / raw
To: gentoo-commits
commit: 9b221048326706041cf69301c7db2f89f75d6d1a
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 17 09:51:05 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Apr 17 09:55:04 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b221048
dev-ros/theora_image_transport: remove old
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-ros/theora_image_transport/Manifest | 2 --
.../theora_image_transport-1.9.2.ebuild | 32 ----------------------
.../theora_image_transport-1.9.3.ebuild | 30 --------------------
3 files changed, 64 deletions(-)
diff --git a/dev-ros/theora_image_transport/Manifest b/dev-ros/theora_image_transport/Manifest
index 1702843878f..a3ad5e967e4 100644
--- a/dev-ros/theora_image_transport/Manifest
+++ b/dev-ros/theora_image_transport/Manifest
@@ -1,3 +1 @@
-DIST image_transport_plugins-1.9.2.tar.gz 23734 SHA256 b610f50cdbab30abaa94980b22a444c5d898c571e3f57f0cf83ecde53877fdf0 SHA512 5ac7429cf61699f1827fdf15374aee5d951cd6aa77321f245bfe4e9771647e1bae5902646f30cb88019675e48732cd4f705eafe0931268684a449bef356bf972 WHIRLPOOL 7136449bf3fbc5f161a89c4fabac2d24fc4d4548186895e95a0aa7175ac196b5859d63da0cd59b418a570c10c767f19a8a9e7d0d408cd2c0517bff5407a512df
-DIST image_transport_plugins-1.9.3.tar.gz 25291 SHA256 2d9b10f1e3c22145d58ba922dcafc72b149bb4561e641fff17eddf1510294271 SHA512 51ec14f5bef48e337146e303a4b87290c932d418621e3ae65d5a2f96247c4d0e9ac63df5c4e102f1532737448b272f07e2ce841030a33b8701febacad1698781 WHIRLPOOL c255da767e2dd668eef9499e26822b7eb3d6c144343287a34e3d396574776b29eff2ed90c384f99e1f9b53031a0f6d14a7311c0d2022bd4fc46af53c0a432025
DIST image_transport_plugins-1.9.5.tar.gz 26268 SHA256 a3dcd3af617bcafba5b8dab5fbd89183fbaf31798ee4e4e63a91059fa110168c SHA512 54f459719a386f028578889f9b88b8b080f495d75899cee6c8bfb58204970fb2395b2a8da70034eb391ba62f4ce462cb89b97bcdc576a177444613076b5ed02c WHIRLPOOL 1796f983cd0a904b6cce58ecec4a59034ab23ca8ca7a3c2a9b3fa8764d60c1426754c3a6bdb9eaf8bcff1859768af76b3d4f3a3350ee6cd6af5cc89f90ae639a
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
deleted file mode 100644
index c204fcafbc2..00000000000
--- a/dev-ros/theora_image_transport/theora_image_transport-1.9.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 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
- 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-1.9.3.ebuild b/dev-ros/theora_image_transport/theora_image_transport-1.9.3.ebuild
deleted file mode 100644
index a450fdcd17e..00000000000
--- a/dev-ros/theora_image_transport/theora_image_transport-1.9.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 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
- dev-ros/dynamic_reconfigure
- dev-ros/image_transport
- media-libs/opencv
- dev-ros/rosbag
- dev-ros/pluginlib
- media-libs/libogg
- media-libs/libtheora[encode]
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/theora_image_transport/
@ 2017-04-17 9:55 Alexis Ballier
0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier @ 2017-04-17 9:55 UTC (permalink / raw
To: gentoo-commits
commit: 8a5dbf64bda07071de4ab263992854939899f83c
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 17 09:51:35 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Apr 17 09:55:05 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a5dbf64
dev-ros/theora_image_transport: add := dep on opencv
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-ros/theora_image_transport/theora_image_transport-1.9.5.ebuild | 3 ++-
dev-ros/theora_image_transport/theora_image_transport-9999.ebuild | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
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
index 8bf9bf5edf6..c17f6354604 100644
--- 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
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -18,6 +18,7 @@ IUSE=""
RDEPEND="
dev-ros/cv_bridge
+ media-libs/opencv:=
dev-ros/dynamic_reconfigure
dev-ros/image_transport
media-libs/opencv
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 a450fdcd17e..c17f6354604 100644
--- a/dev-ros/theora_image_transport/theora_image_transport-9999.ebuild
+++ b/dev-ros/theora_image_transport/theora_image_transport-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -18,6 +18,7 @@ IUSE=""
RDEPEND="
dev-ros/cv_bridge
+ media-libs/opencv:=
dev-ros/dynamic_reconfigure
dev-ros/image_transport
media-libs/opencv
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/theora_image_transport/
@ 2017-09-13 11:59 Alexis Ballier
0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier @ 2017-09-13 11:59 UTC (permalink / raw
To: gentoo-commits
commit: 9ae09a401f5ee39f9a2e33ffd92f7ddd5e34d77f
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 13 11:28:17 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Sep 13 11:58:02 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ae09a40
dev-ros/theora_image_transport: add missing boost dep
Package-Manager: Portage-2.3.8, Repoman-2.3.3
dev-ros/theora_image_transport/theora_image_transport-1.9.5.ebuild | 1 +
dev-ros/theora_image_transport/theora_image_transport-9999.ebuild | 1 +
2 files changed, 2 insertions(+)
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
index c17f6354604..d66dc1d1f7c 100644
--- 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
@@ -26,6 +26,7 @@ RDEPEND="
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 c17f6354604..d66dc1d1f7c 100644
--- a/dev-ros/theora_image_transport/theora_image_transport-9999.ebuild
+++ b/dev-ros/theora_image_transport/theora_image_transport-9999.ebuild
@@ -26,6 +26,7 @@ RDEPEND="
dev-ros/pluginlib
media-libs/libogg
media-libs/libtheora[encode]
+ dev-libs/boost:=
"
DEPEND="${RDEPEND}
virtual/pkgconfig"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/theora_image_transport/
@ 2017-12-28 19:11 Alexis Ballier
0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier @ 2017-12-28 19:11 UTC (permalink / raw
To: gentoo-commits
commit: 4c930875ccb6d037492a5933ac350500145eced1
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 28 18:59:17 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Dec 28 19:10:51 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c930875
dev-ros/theora_image_transport: add missing ocnsole bridge dep
Package-Manager: Portage-2.3.19, Repoman-2.3.6
...age_transport-1.9.5.ebuild => theora_image_transport-1.9.5-r1.ebuild} | 1 +
dev-ros/theora_image_transport/theora_image_transport-9999.ebuild | 1 +
2 files changed, 2 insertions(+)
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-r1.ebuild
similarity index 96%
rename from dev-ros/theora_image_transport/theora_image_transport-1.9.5.ebuild
rename to dev-ros/theora_image_transport/theora_image_transport-1.9.5-r1.ebuild
index d66dc1d1f7c..a1383869680 100644
--- 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-r1.ebuild
@@ -27,6 +27,7 @@ RDEPEND="
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-9999.ebuild b/dev-ros/theora_image_transport/theora_image_transport-9999.ebuild
index d66dc1d1f7c..a1383869680 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"
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2017-12-28 19:11 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-17 9:55 [gentoo-commits] repo/gentoo:master commit in: dev-ros/theora_image_transport/ Alexis Ballier
-- strict thread matches above, loose matches on Subject: below --
2017-12-28 19:11 Alexis Ballier
2017-09-13 11:59 Alexis Ballier
2017-04-17 9:55 Alexis Ballier
2016-10-07 11:35 Alexis Ballier
2016-01-19 12:18 Alexis Ballier
2016-01-19 12:18 Alexis Ballier
2015-09-23 12:09 Alexis Ballier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox