diff options
Diffstat (limited to 'Gem')
-rwxr-xr-x | Gem/Gem.pd_darwin | bin | 5144684 -> 5144684 bytes | |||
-rw-r--r-- | Gem/README.txt | 28 | ||||
-rwxr-xr-x | Gem/gem_filmAVF.so | bin | 57272 -> 57272 bytes | |||
-rwxr-xr-x | Gem/gem_imageJPEG.so | bin | 52440 -> 52440 bytes | |||
-rwxr-xr-x | Gem/gem_imageMAGICK.so | bin | 54424 -> 54424 bytes | |||
-rwxr-xr-x | Gem/gem_imageSGI.so | bin | 59304 -> 59304 bytes | |||
-rwxr-xr-x | Gem/gem_imageTIFF.so | bin | 68500 -> 68500 bytes | |||
-rwxr-xr-x | Gem/gem_modelOBJ.so | bin | 90232 -> 90232 bytes | |||
-rwxr-xr-x | Gem/gem_videoAVF.so | bin | 60996 -> 60996 bytes | |||
-rwxr-xr-x | Gem/gemcocoawindow.pd_darwin | bin | 37024 -> 37024 bytes | |||
-rwxr-xr-x | Gem/gemglutwindow.pd_darwin | bin | 43704 -> 43704 bytes | |||
-rwxr-xr-x | Gem/gemmacoswindow.pd_darwin | bin | 36912 -> 36912 bytes | |||
-rwxr-xr-x | Gem/pix_drum.pd_darwin | bin | 26224 -> 26224 bytes | |||
-rwxr-xr-x | Gem/pix_fiducialtrack.pd_darwin | bin | 75404 -> 75404 bytes | |||
-rwxr-xr-x | Gem/pix_hit.pd_darwin | bin | 24448 -> 24448 bytes | |||
-rwxr-xr-x | Gem/pix_mano.pd_darwin | bin | 40552 -> 40552 bytes |
16 files changed, 17 insertions, 11 deletions
diff --git a/Gem/Gem.pd_darwin b/Gem/Gem.pd_darwin Binary files differindex b61a073..926314a 100755 --- a/Gem/Gem.pd_darwin +++ b/Gem/Gem.pd_darwin diff --git a/Gem/README.txt b/Gem/README.txt index dce05e9..e57d410 100644 --- a/Gem/README.txt +++ b/Gem/README.txt @@ -1,18 +1,22 @@ This is GEM - Graphics Environment for Multimedia ================================================= You can get the current distribution from: -http://gem.iem.at -http://sourceforge.net/projects/pd-gem +https://gem.iem.at +https://git.iem.at/pd/Gem +https://github.com/umlaeute/Gem if you want to compile the newest (bleeding edge, and possibly unstable) source -code yourself, you can get a copy from the public git repository on sourceforge: +code yourself, you can get a copy from the public git repository: - read-only access: https://github.com/umlaeute/Gem.git - read-write access: ssh://git@github.com:umlaeute/Gem.git + read-only access: https://git.iem.at/pd/Gem.git + read-write access: ssh://git@git.iem.at:pd/Gem.git + +There is also a mirror on github: + https://github.com/umlaeute/Gem usually, you will only need the read-only repository, which you can get with -$ git clone https://github.com/umlaeute/Gem.git +$ git clone https://git.iem.at/pd/Gem.git ============================================= NEW::: @@ -65,13 +69,16 @@ INSTALLATION: ============= ------------------------------------- -To install GEM on linux/OSX/...: -run +To build & install GEM run: $ ./configure $ make $ make install -note that you might want to help Gem to find the Pd-headers, e.g. by doing + +note: when using a git-clone of the Gem sources, you first need to run +`./autogen.sh` (which is a wrapper around `autoreconf -fiv`). + +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 @@ -161,8 +168,7 @@ bug-report (see below) BUG-REPORTS: ============ please do not hesitate to report any crashes, weirdnesses or other issues, using -the bugtracker at sourceforge: -http://sourceforge.net/projects/pd-gem/ +our bugtracker at https://bugs.gem.iem.at or the gem-dev mailinglist (subscription at http://lists.puredata.info) if your mail only says "hey, it does not work !", it is an annoyance and no bug-report diff --git a/Gem/gem_filmAVF.so b/Gem/gem_filmAVF.so Binary files differindex 9f06fa8..8514544 100755 --- a/Gem/gem_filmAVF.so +++ b/Gem/gem_filmAVF.so diff --git a/Gem/gem_imageJPEG.so b/Gem/gem_imageJPEG.so Binary files differindex 96af876..7b7ab35 100755 --- a/Gem/gem_imageJPEG.so +++ b/Gem/gem_imageJPEG.so diff --git a/Gem/gem_imageMAGICK.so b/Gem/gem_imageMAGICK.so Binary files differindex fe0b128..73c512f 100755 --- a/Gem/gem_imageMAGICK.so +++ b/Gem/gem_imageMAGICK.so diff --git a/Gem/gem_imageSGI.so b/Gem/gem_imageSGI.so Binary files differindex 8958f3a..1bc60b0 100755 --- a/Gem/gem_imageSGI.so +++ b/Gem/gem_imageSGI.so diff --git a/Gem/gem_imageTIFF.so b/Gem/gem_imageTIFF.so Binary files differindex 374e8e6..8c2f279 100755 --- a/Gem/gem_imageTIFF.so +++ b/Gem/gem_imageTIFF.so diff --git a/Gem/gem_modelOBJ.so b/Gem/gem_modelOBJ.so Binary files differindex 3dab436..c546644 100755 --- a/Gem/gem_modelOBJ.so +++ b/Gem/gem_modelOBJ.so diff --git a/Gem/gem_videoAVF.so b/Gem/gem_videoAVF.so Binary files differindex 6a1b704..b7b7312 100755 --- a/Gem/gem_videoAVF.so +++ b/Gem/gem_videoAVF.so diff --git a/Gem/gemcocoawindow.pd_darwin b/Gem/gemcocoawindow.pd_darwin Binary files differindex 047aecf..4a9cebc 100755 --- a/Gem/gemcocoawindow.pd_darwin +++ b/Gem/gemcocoawindow.pd_darwin diff --git a/Gem/gemglutwindow.pd_darwin b/Gem/gemglutwindow.pd_darwin Binary files differindex 66c3091..326aa9c 100755 --- a/Gem/gemglutwindow.pd_darwin +++ b/Gem/gemglutwindow.pd_darwin diff --git a/Gem/gemmacoswindow.pd_darwin b/Gem/gemmacoswindow.pd_darwin Binary files differindex 5778d0e..6cbfd64 100755 --- a/Gem/gemmacoswindow.pd_darwin +++ b/Gem/gemmacoswindow.pd_darwin diff --git a/Gem/pix_drum.pd_darwin b/Gem/pix_drum.pd_darwin Binary files differindex 8020a35..d3796db 100755 --- a/Gem/pix_drum.pd_darwin +++ b/Gem/pix_drum.pd_darwin diff --git a/Gem/pix_fiducialtrack.pd_darwin b/Gem/pix_fiducialtrack.pd_darwin Binary files differindex 08eec82..9071afd 100755 --- a/Gem/pix_fiducialtrack.pd_darwin +++ b/Gem/pix_fiducialtrack.pd_darwin diff --git a/Gem/pix_hit.pd_darwin b/Gem/pix_hit.pd_darwin Binary files differindex 5ca274f..56c22e1 100755 --- a/Gem/pix_hit.pd_darwin +++ b/Gem/pix_hit.pd_darwin diff --git a/Gem/pix_mano.pd_darwin b/Gem/pix_mano.pd_darwin Binary files differindex b340bf0..280390f 100755 --- a/Gem/pix_mano.pd_darwin +++ b/Gem/pix_mano.pd_darwin |