Package: sitplus / 1.0.3-5.1

Metadata

Package Version Patches format
sitplus 1.0.3-5.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
spelling.diff | (download)

src/spcore/commoncomponents.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 this patch fixes a spelling error in source code

* sitplus/src/spcore/commoncomponents.h: Changed error message "childs component" to "children component"

as needed.patch | (download)

CMakeLists.txt | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 upstream changes introduced in version 1.0.3-1
 This patch has been created by dpkg-source during the package build.
 Here's the last changelog entry, hopefully it gives details on why
 those changes were made:
 .
 sitplus (1.0.3-1) unstable; urgency=low
 .
   * New upstream version.
0001 remove workaround for older libconfig versions.patch | (download)

src/spcore/configurationimpl.h | 9 0 + 9 - 0 !
1 file changed, 9 deletions(-)

 [patch] remove workaround for older libconfig versions.


sitplus opencv2.4.patch | (download)

src/creavision/crvimage.h | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 enable building with recent with opencv 2.4
libs_underlinkage.patch | (download)

src/sitplus/CMakeLists.txt | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

---
remove deprecated controls.patch | (download)

src/libwebcam/libwebcam.c | 2 0 + 2 - 0 !
src/mod_camera/mod_camera.h | 2 1 + 1 - 0 !
src/mod_wiimotes/mod_wiimotes.cpp | 2 1 + 1 - 0 !
3 files changed, 2 insertions(+), 4 deletions(-)

 remove deprecated controls
 https://linuxtv.org/patch/10794/
fix printf formats for size_t.patch | (download)

3rdparty/nvwa/debug_new.cpp | 14 7 + 7 - 0 !
1 file changed, 7 insertions(+), 7 deletions(-)

 fix printf formats for size_t
 Avoids warnings when sizeof(unsigned) != sizeof(size_t), and potential
 misbehaviour on some platforms.
wxwidgets3.0.patch | (download)

include/widgets_base/containercollapsible.h | 2 1 + 1 - 0 !
src/mod_widgets/collapsible.cpp | 7 3 + 4 - 0 !
src/mod_widgets/collapsible.h | 2 1 + 1 - 0 !
src/sphost/componenthelper.cpp | 16 9 + 7 - 0 !
src/widgets_base/containercollapsible.cpp | 6 3 + 3 - 0 !
src/widgets_base/containerpanel.cpp | 4 2 + 2 - 0 !
6 files changed, 19 insertions(+), 18 deletions(-)

 fix to work with wxwidgets3.0
sitplus 1.0.3 gcc 6.patch | (download)

include/spcore/baseobj.h | 3 2 + 1 - 0 !
src/mod_collage/Kernel/kernel.cpp | 4 2 + 2 - 0 !
src/mod_collage/Pictures/Transitions.cpp | 3 1 + 2 - 0 !
src/mod_collage/XMLImplementation/DBImages.cpp | 5 3 + 2 - 0 !
src/mod_collage/XMLImplementation/LoadXML.cpp | 2 1 + 1 - 0 !
src/sphost/componenthelper.cpp | 21 12 + 9 - 0 !
6 files changed, 21 insertions(+), 17 deletions(-)

 make code compile with g++-6 and default c++ standart
 The code uses boost::shared_ptr, but with c++11 the definition
 of std::shared_ptr is also pulled in, so that it comes to name clashes.
 this patch fixes this by either fully specifying boost::shared_ptr
 or replacing the broad "using namespace std" by using directives of the
 std:: types that are artually used.
0001 Use calcOpticalFlowFarneback instead of cvCalcOptica.patch | (download)

src/mod_vision/oftracker.cpp | 22 19 + 3 - 0 !
src/mod_vision/oftracker.h | 4 4 + 0 - 0 !
2 files changed, 23 insertions(+), 3 deletions(-)

---
0002 Remove old FindOpenCV.patch | (download)

cmake_modules/FindOpenCV.cmake | 157 0 + 157 - 0 !
1 file changed, 157 deletions(-)

 [patch 2/2] remove old findopencv

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>

fix build with opencv 2.x | (download)

src/creavision/crvimage.h | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 fix build with opencv 2.x