aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2020-03-24 21:04:26 +0000
committerTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2020-03-24 21:04:26 +0000
commit733b4da79ea67f72f5ceb2179445d472b56fe7c0 (patch)
tree372bdcb5e3d7b23c4ff1ee958e53a74284bae5db
parent70052d6776c6ac26f5f63c9ddf214fcb354fd12a (diff)
Gem e32fd9f416ca8d2f8f89174990b1b31340ae3a8a osx/x86_64
built 'master:e32fd9f416ca8d2f8f89174990b1b31340ae3a8a' for osx/x86_64
-rwxr-xr-xGem/Gem.pd_darwinbin5346840 -> 5346840 bytes
-rw-r--r--Gem/README.txt46
-rwxr-xr-xGem/gem_filmAVF.sobin55604 -> 55604 bytes
-rwxr-xr-xGem/gem_imageIO.sobin34376 -> 34376 bytes
-rwxr-xr-xGem/gem_imageJPEG.sobin50788 -> 50788 bytes
-rwxr-xr-xGem/gem_imageSGI.sobin58196 -> 58196 bytes
-rwxr-xr-xGem/gem_imageSTB.sobin210688 -> 210688 bytes
-rwxr-xr-xGem/gem_imageTIFF.sobin66440 -> 66440 bytes
-rwxr-xr-xGem/gem_modelOBJ.sobin96632 -> 96632 bytes
-rwxr-xr-xGem/gem_videoAVF.sobin61252 -> 61252 bytes
-rwxr-xr-xGem/gemcocoawindow.pd_darwinbin37104 -> 37104 bytes
-rwxr-xr-xGem/gemglutwindow.pd_darwinbin43784 -> 43784 bytes
-rwxr-xr-xGem/gemmacoswindow.pd_darwinbin37048 -> 37048 bytes
-rwxr-xr-xGem/pix_drum.pd_darwinbin26304 -> 26304 bytes
-rwxr-xr-xGem/pix_fiducialtrack.pd_darwinbin75484 -> 75484 bytes
-rwxr-xr-xGem/pix_hit.pd_darwinbin24536 -> 24536 bytes
-rwxr-xr-xGem/pix_mano.pd_darwinbin40640 -> 40640 bytes
17 files changed, 7 insertions, 39 deletions
diff --git a/Gem/Gem.pd_darwin b/Gem/Gem.pd_darwin
index 1256471..c33f293 100755
--- a/Gem/Gem.pd_darwin
+++ b/Gem/Gem.pd_darwin
Binary files differ
diff --git a/Gem/README.txt b/Gem/README.txt
index 30b8144..d87427c 100644
--- a/Gem/README.txt
+++ b/Gem/README.txt
@@ -28,39 +28,6 @@ can incorporate any needed changes into the main Gem-trunk.
for installation instructions see below
-
-NEW (Gem>=0.87):::
------------------
-(note: this NEWs only refer to the packaging, not to features of Gem)
-
-As with GEM-0.87, i have broken the distribution into various packages
-Gem-<gemver>.tgz :: quite everything (except binaries and auxiliary libraries)
-Gem-doc-<gemver>.tgz :: example-patches, manual, ...
-Gem-bin-<gemver>.zip :: W32-binary (containing a single file "Gem.dll")
-Gem-bin-doc-<gemver>.zip :: W32-binary + documentation
-
-GemLibs-<OS>-<libver>.tgz :: auxiliary libraries (used to be "AuxLibs")
-
-1) the core Gem-packages:
-the core Gem-packages all extract into the same directory Gem-<gemver>/
-there are install-scripts for windoze (and probably IRIX)
-these will install the documentation...
-
-
-2) the GemLib-package:
-Gem supports many 3rd party libraries, bundling all of them seems like a waste
-of space and might impose legal issues. OTOH, it makes it much easier to setup
-an environment to build Gem (esp. on systems that don't have package managers)
-GemLibs is a small collections of libraries that can add some capabilities to
-Gem, which it would lack otherwise (e.g. support for a given image format). It
-is far from complete and most likely outdated, so usually you are better off, if
-you just install any needed libraries manually.
-Most of these libraries are only needed to build certain plugins.
-
-GemLibs have their own version numbering, starting with 1.
-You can get the newest GemLib from the place mentioned above
-
-
-------------------------------------
-------------------------------------
@@ -80,7 +47,8 @@ note: when using a git-clone of the Gem sources, you first need to run
note: that you might want to help Gem to find the Pd-headers, e.g. by doing
$ ./configure --with-pd=/usr/include/pd
try
-$ ./configure --help to see more options
+$ ./configure --help=recursive
+to see more options.
-------------------------------------
To install GEM on W32:
@@ -137,8 +105,8 @@ RUNNING:
========
just installing Gem is not enough !
-you will have to tell pd that it should load that library !!
-you cannot create any Gem-objects without having loaded the Gem-library into pd !!!
+you will have to tell Pd that it should load that library !!
+you cannot create any Gem-objects without having loaded the Gem-library into Pd !!!
make sure you have the proper binary for you OS
- windows: Gem.dll, Gem.m_i386, Gem.m_*
@@ -148,7 +116,7 @@ make sure you have the proper binary for you OS
- irix : Gem.pd_irix
- ...
-when starting pd, tell it to load Gem with the "-lib" flag
+when starting Pd, tell it to load Gem with the "-lib" flag
if your Gem-binary lives in pd/extra/, you could just try "pd -lib Gem"
if your Gem-binary lives somewhere else use something like "pd -lib /path/to/my/Gem"
you could also use "pd -path /path/to/my -lib Gem"
@@ -160,7 +128,7 @@ NOTE: there *must not* be any file extension with the "-lib"-flag.
NOTE: please note the spelling: it is "Gem" and not "gem" nor "GEM"
if you have problems loading any library including Gem, have a look at the
-pd-documentation.
+Pd-documentation.
if you have problems loading just Gem (but other libraries work), send me a
bug-report (see below)
@@ -177,7 +145,7 @@ please specify at least the following things:
other hardware that is related to your problem (e.g.: camera)
does your system work with similar applications (e.g.: capture-software,
openGL (games, "glxgears")
- what is the output of pd when you start it with the "-verbose" flag
+ what is the output of Pd when you start it with the "-verbose" flag
(e.g.:"pd -verbose -lib Gem")
please do not use the puredata bugtracker for reporting Gem-specific bugs.
diff --git a/Gem/gem_filmAVF.so b/Gem/gem_filmAVF.so
index 85b19df..1e052f5 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 beba3e9..f7cabd7 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 be4a6e1..fc49371 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 66c5d84..eecb2f6 100755
--- a/Gem/gem_imageSGI.so
+++ b/Gem/gem_imageSGI.so
Binary files differ
diff --git a/Gem/gem_imageSTB.so b/Gem/gem_imageSTB.so
index 201c9d9..e9e0ff0 100755
--- a/Gem/gem_imageSTB.so
+++ b/Gem/gem_imageSTB.so
Binary files differ
diff --git a/Gem/gem_imageTIFF.so b/Gem/gem_imageTIFF.so
index e2d582a..256b701 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 c4e2984..2353da1 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 22a937b..fa15725 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 50adb7a..3fb3432 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 a15fb4b..ad11ced 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 73ada0b..c4e1e6a 100755
--- a/Gem/gemmacoswindow.pd_darwin
+++ b/Gem/gemmacoswindow.pd_darwin
Binary files differ
diff --git a/Gem/pix_drum.pd_darwin b/Gem/pix_drum.pd_darwin
index 182a4f9..6e64bc3 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 0c2140c..7f27eda 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 8e2203a..d03152b 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 f8dc79d..1d7ff79 100755
--- a/Gem/pix_mano.pd_darwin
+++ b/Gem/pix_mano.pd_darwin
Binary files differ