aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2019-01-20 23:24:51 +0000
committerTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2019-01-20 23:24:51 +0000
commitafd07ec5c10e39fc8a2dfa48dce9010fea9420e1 (patch)
treea6ae5d007e8afaa9154b856e9d1632737e4a2d5c
parent2697934fd942ad82ae543c0108f7a99975a175fc (diff)
Gem c41bf5339eb21f643373185ceed37fee26021f4e osx/i386
built 'master:c41bf5339eb21f643373185ceed37fee26021f4e' for osx/i386
-rwxr-xr-xGem/Gem.pd_darwinbin4986644 -> 4990740 bytes
-rw-r--r--Gem/examples/14.multiple_windows/03.texture_sharing.pd39
-rwxr-xr-xGem/gem_filmAVF.sobin55996 -> 55996 bytes
-rwxr-xr-xGem/gem_imageIO.sobin37584 -> 37584 bytes
-rwxr-xr-xGem/gem_imageJPEG.sobin49088 -> 49088 bytes
-rwxr-xr-xGem/gem_imageSGI.sobin56268 -> 56268 bytes
-rwxr-xr-xGem/gem_imageSTB.la41
-rwxr-xr-xGem/gem_imageSTB.sobin0 -> 201172 bytes
-rwxr-xr-xGem/gem_imageTIFF.sobin64128 -> 64128 bytes
-rwxr-xr-xGem/gem_modelOBJ.sobin97560 -> 97560 bytes
-rwxr-xr-xGem/gem_videoAVF.sobin61072 -> 61072 bytes
-rwxr-xr-xGem/gemcocoawindow.pd_darwinbin39108 -> 39108 bytes
-rwxr-xr-xGem/gemglutwindow.pd_darwinbin41844 -> 41844 bytes
-rwxr-xr-xGem/gemmacoswindow.pd_darwinbin38964 -> 38964 bytes
-rw-r--r--Gem/gemwin.pd85
-rwxr-xr-xGem/pix_drum.pd_darwinbin25336 -> 25336 bytes
-rwxr-xr-xGem/pix_fiducialtrack.pd_darwinbin69040 -> 69040 bytes
-rwxr-xr-xGem/pix_hit.pd_darwinbin23356 -> 23356 bytes
-rwxr-xr-xGem/pix_mano.pd_darwinbin39584 -> 39584 bytes
19 files changed, 105 insertions, 60 deletions
diff --git a/Gem/Gem.pd_darwin b/Gem/Gem.pd_darwin
index 74df010..c434dc9 100755
--- a/Gem/Gem.pd_darwin
+++ b/Gem/Gem.pd_darwin
Binary files differ
diff --git a/Gem/examples/14.multiple_windows/03.texture_sharing.pd b/Gem/examples/14.multiple_windows/03.texture_sharing.pd
index 6c5fd71..2864ac1 100644
--- a/Gem/examples/14.multiple_windows/03.texture_sharing.pd
+++ b/Gem/examples/14.multiple_windows/03.texture_sharing.pd
@@ -1,7 +1,6 @@
#N canvas 224 736 1147 233 10;
#X obj 33 169 gemwin 20 a;
#X obj 396 181 square;
-#X msg 33 87 title a \, create \, 1;
#X obj 168 46 b;
#X obj 168 26 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
@@ -13,26 +12,30 @@
#X obj 396 72 pix_image ../data/fractal.JPG;
#X obj 596 59 translateXYZ 2 0 0;
#X obj 596 37 gemhead b;
-#X msg 168 87 title b \, create \, 1;
#X obj 168 169 gemwin 20 b;
#X msg 596 4 context a;
#X msg 669 4 context b;
#X msg 90 118 destroy;
-#X text 729 90 on Linux \, this is only supported by [gemglxwindow]
-and [gemglutwindow].;
-#X connect 2 0 0 0;
+#X text 731 150 on Linux \, this is only supported by [gemglutwindow].
+;
+#X text 730 98 support for texture sharing is limited by Operating
+System \, ggraphics hardware \, openGL implementation and the windowing
+backend.;
+#X msg 33 87 title a \, create \, 1;
+#X msg 168 117 title b \, create \, 1;
+#X connect 2 0 18 0;
+#X connect 2 0 19 0;
#X connect 3 0 2 0;
-#X connect 3 0 13 0;
-#X connect 4 0 3 0;
-#X connect 5 0 10 0;
-#X connect 7 0 1 0;
-#X connect 7 1 9 1;
-#X connect 9 0 8 0;
-#X connect 10 0 7 0;
-#X connect 11 0 9 0;
-#X connect 12 0 11 0;
-#X connect 13 0 14 0;
+#X connect 4 0 9 0;
+#X connect 6 0 1 0;
+#X connect 6 1 8 1;
+#X connect 8 0 7 0;
+#X connect 9 0 6 0;
+#X connect 10 0 8 0;
+#X connect 11 0 10 0;
+#X connect 13 0 11 0;
+#X connect 14 0 11 0;
#X connect 15 0 12 0;
-#X connect 16 0 12 0;
-#X connect 17 0 14 0;
-#X connect 17 0 0 0;
+#X connect 15 0 0 0;
+#X connect 18 0 0 0;
+#X connect 19 0 12 0;
diff --git a/Gem/gem_filmAVF.so b/Gem/gem_filmAVF.so
index 961708a..1c7b252 100755
--- a/Gem/gem_filmAVF.so
+++ b/Gem/gem_filmAVF.so
Binary files differ
diff --git a/Gem/gem_imageIO.so b/Gem/gem_imageIO.so
index f131769..9908197 100755
--- a/Gem/gem_imageIO.so
+++ b/Gem/gem_imageIO.so
Binary files differ
diff --git a/Gem/gem_imageJPEG.so b/Gem/gem_imageJPEG.so
index cc37ae3..fa964db 100755
--- a/Gem/gem_imageJPEG.so
+++ b/Gem/gem_imageJPEG.so
Binary files differ
diff --git a/Gem/gem_imageSGI.so b/Gem/gem_imageSGI.so
index dd1963b..1951b8f 100755
--- a/Gem/gem_imageSGI.so
+++ b/Gem/gem_imageSGI.so
Binary files differ
diff --git a/Gem/gem_imageSTB.la b/Gem/gem_imageSTB.la
new file mode 100755
index 0000000..d71b353
--- /dev/null
+++ b/Gem/gem_imageSTB.la
@@ -0,0 +1,41 @@
+# gem_imageSTB.la - a libtool library file
+# Generated by libtool (GNU libtool) 2.4.6
+#
+# Please DO NOT delete this file!
+# It is necessary for linking the library.
+
+# The name that we can dlopen(3).
+dlname='gem_imageSTB.so'
+
+# Names of this library.
+library_names='gem_imageSTB.so gem_imageSTB.so'
+
+# The name of the static archive.
+old_library=''
+
+# Linker flags that cannot go in dependency_libs.
+inherited_linker_flags=' '
+
+# Libraries that this one depends upon.
+dependency_libs=' -L/Users/travis/build/umlaeute/Gem/.git-ci/travis-ci/deps/Pd-0.49-1-i386.app/Contents/Resources/bin -L../.. -ldl -lz -lm'
+
+# Names of additional weak libraries provided by this library
+weak_library_names=''
+
+# Version information for gem_imageSTB.
+current=0
+age=0
+revision=0
+
+# Is this an already installed library?
+installed=yes
+
+# Should we warn about portability when linking against -modules?
+shouldnotlink=yes
+
+# Files to dlopen/dlpreopen
+dlopen=''
+dlpreopen=''
+
+# Directory that this library needs to be installed in:
+libdir='/usr/local/lib/pd/extra/Gem'
diff --git a/Gem/gem_imageSTB.so b/Gem/gem_imageSTB.so
new file mode 100755
index 0000000..c19c1d6
--- /dev/null
+++ b/Gem/gem_imageSTB.so
Binary files differ
diff --git a/Gem/gem_imageTIFF.so b/Gem/gem_imageTIFF.so
index cc87196..78f621c 100755
--- a/Gem/gem_imageTIFF.so
+++ b/Gem/gem_imageTIFF.so
Binary files differ
diff --git a/Gem/gem_modelOBJ.so b/Gem/gem_modelOBJ.so
index dfc849f..bd2a205 100755
--- a/Gem/gem_modelOBJ.so
+++ b/Gem/gem_modelOBJ.so
Binary files differ
diff --git a/Gem/gem_videoAVF.so b/Gem/gem_videoAVF.so
index a0370e8..c6b9857 100755
--- a/Gem/gem_videoAVF.so
+++ b/Gem/gem_videoAVF.so
Binary files differ
diff --git a/Gem/gemcocoawindow.pd_darwin b/Gem/gemcocoawindow.pd_darwin
index 04bdb59..d100795 100755
--- a/Gem/gemcocoawindow.pd_darwin
+++ b/Gem/gemcocoawindow.pd_darwin
Binary files differ
diff --git a/Gem/gemglutwindow.pd_darwin b/Gem/gemglutwindow.pd_darwin
index 6fef97f..1837db1 100755
--- a/Gem/gemglutwindow.pd_darwin
+++ b/Gem/gemglutwindow.pd_darwin
Binary files differ
diff --git a/Gem/gemmacoswindow.pd_darwin b/Gem/gemmacoswindow.pd_darwin
index 5d70780..dc8ce78 100755
--- a/Gem/gemmacoswindow.pd_darwin
+++ b/Gem/gemmacoswindow.pd_darwin
Binary files differ
diff --git a/Gem/gemwin.pd b/Gem/gemwin.pd
index dbe3514..afaea12 100644
--- a/Gem/gemwin.pd
+++ b/Gem/gemwin.pd
@@ -1,54 +1,55 @@
#N canvas 789 95 937 708 10;
#X obj 126 74 inlet;
#X obj 626 678 outlet;
-#N canvas 1 51 1018 458 argument 0;
-#X obj 291 213 list append \$1;
-#X obj 291 234 route float;
-#X obj 312 33 inlet;
-#X obj 291 256 * -1;
-#X obj 291 276 moses;
-#X obj 291 298 * -1;
-#X msg 365 303 20;
-#X obj 365 278 t b;
-#X obj 291 337 t f;
-#X obj 291 375 s \$0-rate;
-#X obj 678 271 list prepend \$2;
-#X obj 599 388 symbol;
-#X obj 599 151 t b b;
-#X obj 599 225 select sym;
-#X obj 599 203 symbol \$2_;
-#X obj 670 203 makefilename %s2_;
-#X msg 670 176 symbol $;
+#N canvas 6 61 702 458 argument 0;
+#X obj 318 213 list append \$1;
+#X obj 318 234 route float;
+#X obj 299 33 inlet;
+#X obj 318 256 * -1;
+#X obj 318 276 moses;
+#X obj 318 298 * -1;
+#X msg 392 303 20;
+#X obj 318 337 t f;
+#X obj 318 375 s \$0-rate;
+#X obj 148 271 list prepend \$2;
+#X obj 318 415 symbol;
+#X obj 69 151 t b b;
+#X obj 69 225 select sym;
+#X obj 69 203 symbol \$2_;
+#X obj 140 203 makefilename %s2_;
+#X msg 140 176 symbol $;
#X msg 599 347 __gem_render;
-#X msg 678 347 __gem_render\$1;
-#X obj 678 249 t b;
-#X obj 291 98 t b b;
-#X obj 599 410 s \$0-gemheadbasename;
+#X msg 148 347 __gem_render\$1;
+#X obj 148 249 t b;
+#X obj 318 437 s \$0-gemheadbasename;
+#X obj 392 278 t b s;
+#X obj 299 98 t b b b;
#X connect 0 0 1 0;
#X connect 1 0 3 0;
-#X connect 1 1 7 0;
-#X connect 2 0 20 0;
+#X connect 1 1 20 0;
+#X connect 2 0 21 0;
#X connect 3 0 4 0;
#X connect 4 0 5 0;
#X connect 4 1 6 0;
-#X connect 5 0 8 0;
-#X connect 6 0 8 0;
-#X connect 7 0 6 0;
-#X connect 8 0 9 0;
-#X connect 10 0 18 0;
-#X connect 11 0 21 0;
-#X connect 12 0 14 0;
-#X connect 12 1 16 0;
-#X connect 13 0 17 0;
-#X connect 13 1 19 0;
-#X connect 14 0 13 0;
-#X connect 15 0 13 1;
-#X connect 16 0 15 0;
-#X connect 17 0 11 0;
-#X connect 18 0 11 0;
-#X connect 19 0 10 0;
-#X connect 20 0 0 0;
-#X connect 20 1 12 0;
+#X connect 5 0 7 0;
+#X connect 6 0 7 0;
+#X connect 7 0 8 0;
+#X connect 9 0 17 0;
+#X connect 10 0 19 0;
+#X connect 11 0 13 0;
+#X connect 11 1 15 0;
+#X connect 12 1 18 0;
+#X connect 13 0 12 0;
+#X connect 14 0 12 1;
+#X connect 15 0 14 0;
+#X connect 16 0 10 0;
+#X connect 17 0 10 0;
+#X connect 18 0 9 0;
+#X connect 20 0 6 0;
+#X connect 20 1 17 0;
+#X connect 21 0 11 0;
+#X connect 21 1 0 0;
+#X connect 21 2 16 0;
#X restore 390 87 pd argument;
#N canvas 216 61 991 633 messages 0;
#X text 94 19 bang float render title create createStereo createstereo
diff --git a/Gem/pix_drum.pd_darwin b/Gem/pix_drum.pd_darwin
index 741cec4..668b117 100755
--- a/Gem/pix_drum.pd_darwin
+++ b/Gem/pix_drum.pd_darwin
Binary files differ
diff --git a/Gem/pix_fiducialtrack.pd_darwin b/Gem/pix_fiducialtrack.pd_darwin
index 5b8ff5e..4bdbbe6 100755
--- a/Gem/pix_fiducialtrack.pd_darwin
+++ b/Gem/pix_fiducialtrack.pd_darwin
Binary files differ
diff --git a/Gem/pix_hit.pd_darwin b/Gem/pix_hit.pd_darwin
index 5ead6ff..ec4522c 100755
--- a/Gem/pix_hit.pd_darwin
+++ b/Gem/pix_hit.pd_darwin
Binary files differ
diff --git a/Gem/pix_mano.pd_darwin b/Gem/pix_mano.pd_darwin
index e8e5578..cc3ce58 100755
--- a/Gem/pix_mano.pd_darwin
+++ b/Gem/pix_mano.pd_darwin
Binary files differ