aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2019-01-20 23:15:15 +0000
committerTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2019-01-20 23:15:15 +0000
commit01dcb8aed170006f6e66f7f1ee6a14cc5d8fe16b (patch)
treeb3abd15035295f0ed61bd3e4735bea2c84b12713
parentcc8a19315752b412fcfb4f30f62dca75009d24a7 (diff)
Gem c41bf5339eb21f643373185ceed37fee26021f4e linux/amd64
built 'master:c41bf5339eb21f643373185ceed37fee26021f4e' for linux/amd64
-rwxr-xr-xGem/Gem.pd_linuxbin33559069 -> 33557381 bytes
-rw-r--r--Gem/examples/14.multiple_windows/03.texture_sharing.pd39
-rwxr-xr-xGem/gem_imageSTB.la41
-rwxr-xr-xGem/gem_imageSTB.sobin0 -> 1217738 bytes
-rwxr-xr-xGem/gemglxwindow.pd_linuxbin226004 -> 217156 bytes
-rw-r--r--Gem/gemwin.pd85
6 files changed, 105 insertions, 60 deletions
diff --git a/Gem/Gem.pd_linux b/Gem/Gem.pd_linux
index ef30f31..61a9c94 100755
--- a/Gem/Gem.pd_linux
+++ b/Gem/Gem.pd_linux
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_imageSTB.la b/Gem/gem_imageSTB.la
new file mode 100755
index 0000000..5ebe4ec
--- /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.2 Debian-2.4.2-1.7ubuntu1
+#
+# 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 gem_imageSTB.so'
+
+# The name of the static archive.
+old_library=''
+
+# Linker flags that can not go in dependency_libs.
+inherited_linker_flags=''
+
+# Libraries that this one depends upon.
+dependency_libs=' -L/usr/include/pd -L../.. -lXrender -lXxf86vm -ldl -lz'
+
+# 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..67fc61d
--- /dev/null
+++ b/Gem/gem_imageSTB.so
Binary files differ
diff --git a/Gem/gemglxwindow.pd_linux b/Gem/gemglxwindow.pd_linux
index 9ef3910..e341faa 100755
--- a/Gem/gemglxwindow.pd_linux
+++ b/Gem/gemglxwindow.pd_linux
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