[SCM] openni/master: do not build mono .NET library or samples

eighthave-guest at users.alioth.debian.org eighthave-guest at users.alioth.debian.org
Mon Jul 2 15:41:21 UTC 2012


The following commit has been merged in the master branch:
commit 4a0a2ab0eaf769419441110b9731d9d081389c03
Author: Hans-Christoph Steiner <hans at eds.org>
Date:   Wed Jan 18 23:24:56 2012 -0500

    do not build mono .NET library or samples

diff --git a/.gitignore b/.gitignore
index 4c0a72c..b344d83 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ debian/openni.debhelper.log
 debian/files
 debian/openni
 debian/openni.substvars
+.pc/
diff --git a/debian/patches/do-not-build-mono-samples.diff b/debian/patches/do-not-build-mono-samples.diff
new file mode 100644
index 0000000..64b0ea2
--- /dev/null
+++ b/debian/patches/do-not-build-mono-samples.diff
@@ -0,0 +1,36 @@
+Description: Comment out mono-related stuff
+Author: Hans-Christoph Steiner <hans at eds.org>
+Forwarded: not-needed
+Last-Update: <2012-01-18>
+
+--- openni-1.5.2.23.orig/Platform/Linux/Build/Makefile
++++ openni-1.5.2.23/Platform/Linux/Build/Makefile
+@@ -26,8 +26,8 @@ ALL_UTILS = \
+ 	Utils/niReg \
+ 	Utils/niLicense
+ 
+-ALL_MONO_PROJS = \
+-	Wrappers/OpenNI.net
++#ALL_MONO_PROJS = \
++#	Wrappers/OpenNI.net
+ 
+ ALL_JAVA_PROJS = \
+ 	Wrappers/OpenNI.jni \
+@@ -67,12 +67,12 @@ else
+ 	endif
+ endif
+ 
+-MONO_SAMPLES = \
+-	Samples/SimpleRead.net
++#MONO_SAMPLES = \
++#	Samples/SimpleRead.net
+ 
+-MONO_FORMS_SAMPLES = \
+-	Samples/SimpleViewer.net \
+-	Samples/UserTracker.net
++#MONO_FORMS_SAMPLES = \
++#	Samples/SimpleViewer.net \
++#	Samples/UserTracker.net
+ 	
+ JAVA_SAMPLES = \
+ 	Samples/SimpleRead.java \
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..2149c52
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+do-not-build-mono-samples.diff

-- 
openni packaging



More information about the pkg-multimedia-commits mailing list