|
From: <ge...@us...> - 2009-08-31 19:10:15
|
Revision: 23397
http://personalrobots.svn.sourceforge.net/personalrobots/?rev=23397&view=rev
Author: gerkey
Date: 2009-08-31 19:10:05 +0000 (Mon, 31 Aug 2009)
Log Message:
-----------
Renamed imaging_pipeline to image_pipeline
Added Paths:
-----------
pkg/trunk/stacks/image_pipeline/
pkg/trunk/stacks/image_pipeline/CMakeLists.txt
pkg/trunk/stacks/image_pipeline/Makefile
pkg/trunk/stacks/image_pipeline/stack.xml
Removed Paths:
-------------
pkg/trunk/stacks/image_pipeline/compressed_image_transport/
pkg/trunk/stacks/image_pipeline/stack.xml
pkg/trunk/stacks/image_pipeline/theora_image_transport/
pkg/trunk/stacks/imaging_pipeline/
Property changes on: pkg/trunk/stacks/image_pipeline
___________________________________________________________________
Added: svn:mergeinfo
+ /pkg/branches/gazebo-branch-merge/stacks/imaging_pipeline:15683-15684,15739-15794,15797-15820,15822-15839,15852-15870,15983-16008,16010-16016,16129-16141,16145-16169,16245-16262,16274-16334
Copied: pkg/trunk/stacks/image_pipeline/CMakeLists.txt (from rev 23396, pkg/trunk/stacks/imaging_pipeline/CMakeLists.txt)
===================================================================
--- pkg/trunk/stacks/image_pipeline/CMakeLists.txt (rev 0)
+++ pkg/trunk/stacks/image_pipeline/CMakeLists.txt 2009-08-31 19:10:05 UTC (rev 23397)
@@ -0,0 +1,19 @@
+cmake_minimum_required(VERSION 2.4.6)
+include($ENV{ROS_ROOT}/core/rosbuild/rosbuild.cmake)
+
+set(ROSPACK_MAKEDIST true)
+
+# Append to CPACK_SOURCE_IGNORE_FILES a semicolon-separated list of
+# directories (or patterns, but directories should suffice) that should
+# be excluded from the distro. This is not the place to put things that
+# should be ignored everywhere, like "build" directories; that happens in
+# rosbuild/rosbuild.cmake. Here should be listed packages that aren't
+# ready for inclusion in a distro.
+#
+# This list is combined with the list in rosbuild/rosbuild.cmake. Note
+# that CMake 2.6 may be required to ensure that the two lists are combined
+# properly. CMake 2.4 seems to have unpredictable scoping rules for such
+# variables.
+#list(APPEND CPACK_SOURCE_IGNORE_FILES /core/experimental)
+
+rosbuild_make_distribution(0.1.0)
Copied: pkg/trunk/stacks/image_pipeline/Makefile (from rev 23396, pkg/trunk/stacks/imaging_pipeline/Makefile)
===================================================================
--- pkg/trunk/stacks/image_pipeline/Makefile (rev 0)
+++ pkg/trunk/stacks/image_pipeline/Makefile 2009-08-31 19:10:05 UTC (rev 23397)
@@ -0,0 +1 @@
+include $(shell rospack find mk)/cmake_stack.mk
\ No newline at end of file
Deleted: pkg/trunk/stacks/image_pipeline/stack.xml
===================================================================
--- pkg/trunk/stacks/imaging_pipeline/stack.xml 2009-08-31 18:05:58 UTC (rev 23391)
+++ pkg/trunk/stacks/image_pipeline/stack.xml 2009-08-31 19:10:05 UTC (rev 23397)
@@ -1,18 +0,0 @@
-<stack name="imaging_pipeline" version="0.1.0">
- <description brief="pipeline for processing monocular and stereo images">
- pipeline for processing monocular and stereo images
- </description>
- <author>Kurt Konolige</author>
- <license>BSD</license>
- <review status="unreviewed" notes=""/>
- <url>http://pr.willowgarage.com/wiki/imaging_pipeline</url>
- <depend stack="opencv"/> <!-- opencvpython, opencv_latest, opencv_latest -->
- <depend stack="diagnostics"/> <!-- diagnostic_updater -->
- <depend stack="ros"/> <!-- roscpp, rostest, rosrecord, roscpp -->
- <depend stack="common_msgs"/> <!-- sensor_msgs -->
- <depend stack="image_transport"/>
- <depend package="message_filters" />
- <depend package="rosbagmigration"/>
- <depend package="pluginlib"/>
-
-</stack>
Copied: pkg/trunk/stacks/image_pipeline/stack.xml (from rev 23396, pkg/trunk/stacks/imaging_pipeline/stack.xml)
===================================================================
--- pkg/trunk/stacks/image_pipeline/stack.xml (rev 0)
+++ pkg/trunk/stacks/image_pipeline/stack.xml 2009-08-31 19:10:05 UTC (rev 23397)
@@ -0,0 +1,17 @@
+<stack name="imaging_pipeline" version="0.1.0">
+ <description brief="pipeline for processing monocular and stereo images">
+
+ pipeline for processing monocular and stereo images
+
+ </description>
+ <author>Kurt Konolige</author>
+ <license>BSD</license>
+ <review status="unreviewed" notes=""/>
+ <url>http://ros.org/wiki/imaging_pipeline</url>
+ <depend stack="opencv"/> <!-- opencv_latest -->
+ <depend stack="diagnostics"/> <!-- diagnostic_updater -->
+ <depend stack="ros"/> <!-- rosbagmigration, message_filters, roscpp -->
+ <depend stack="common"/> <!-- image_transport -->
+ <depend stack="common_msgs"/> <!-- sensor_msgs -->
+
+</stack>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|