picrate 0.1.0-java → 0.2.0-java
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/Rakefile +2 -3
- data/docs/_posts/2018-05-06-getting_started.md +1 -1
- data/docs/_posts/2018-05-06-install_jruby.md +2 -2
- data/lib/{gluegen-rt-2.3.2-natives-linux-amd64.jar → gluegen-rt-natives-linux-amd64.jar} +0 -0
- data/lib/{gluegen-rt-2.3.2-natives-linux-armv6hf.jar → gluegen-rt-natives-linux-armv6hf.jar} +0 -0
- data/lib/{gluegen-rt-2.3.2.jar → gluegen-rt.jar} +0 -0
- data/lib/{jogl-all-2.3.2-natives-linux-amd64.jar → jogl-all-natives-linux-amd64.jar} +0 -0
- data/lib/{jogl-all-2.3.2-natives-linux-armv6hf.jar → jogl-all-natives-linux-armv6hf.jar} +0 -0
- data/lib/{jogl-all-2.3.2.jar → jogl-all.jar} +0 -0
- data/lib/picrate/version.rb +1 -1
- data/lib/{picrate-0.1.0.jar → picrate-0.2.0.jar} +0 -0
- data/picrate.gemspec +9 -9
- data/pom.rb +1 -64
- data/pom.xml +1 -68
- data/vendors/Rakefile +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e6df5ee2db467f6c57549b91693984aa44fc53046da0f6f3ca78ea2cf5bfc5ca
|
4
|
+
data.tar.gz: 50bc6c07d8a6dc4e2d4da207444cb7b219a4e73642c628f7a729e93c0f249970
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a51e91f684e668bb94fb31e6807749895e0d8d1274087979249428dfe379a0b3d4e604425022fcebf7f8bf321a903e437577551bbf2c79f2e894c8961e0ae39f
|
7
|
+
data.tar.gz: e9d54da06f207fcc798bdc0969235915742b05d57d86afe62782cc6dacea1d606c58a0dda9f26a8ace8f32633d529b1910dfb122b4beb8fed6cb27dd2df3f7d6
|
data/README.md
CHANGED
data/Rakefile
CHANGED
@@ -7,7 +7,7 @@ def create_manifest
|
|
7
7
|
File.open('MANIFEST.MF', 'w') do |f|
|
8
8
|
f.puts(title)
|
9
9
|
f.puts(version)
|
10
|
-
f.puts('Class-Path: gluegen-rt
|
10
|
+
f.puts('Class-Path: gluegen-rt.jar jog-all.jar')
|
11
11
|
end
|
12
12
|
end
|
13
13
|
|
@@ -20,8 +20,7 @@ end
|
|
20
20
|
|
21
21
|
desc 'Install'
|
22
22
|
task :install do
|
23
|
-
sh '
|
24
|
-
sh 'mv target/picrate-0.1.0.jar lib'
|
23
|
+
sh 'mv target/picrate-0.2.0.jar lib'
|
25
24
|
end
|
26
25
|
|
27
26
|
desc 'Gem'
|
@@ -11,7 +11,7 @@ Get the latest version from [http://jruby.org/download][download]
|
|
11
11
|
|
12
12
|
```bash
|
13
13
|
cd /opt
|
14
|
-
sudo tar xzvf /pathToDownload/jruby-bin-9.
|
14
|
+
sudo tar xzvf /pathToDownload/jruby-bin-9.2.x.x.tar.gz
|
15
15
|
```
|
16
16
|
|
17
17
|
Then use the excellent `update-alternatives` tool to provide symbolic links to `jruby`, `jgem`, `jirb` and `rake` especially if you haven't installed `mri` ruby.
|
@@ -33,4 +33,4 @@ export PATH="${PATH}:${GEM_PATH}/bin"
|
|
33
33
|
|
34
34
|
If you know better please post on wiki
|
35
35
|
|
36
|
-
[download]:https://s3.amazonaws.com/jruby.org/downloads/9.
|
36
|
+
[download]:https://s3.amazonaws.com/jruby.org/downloads/9.2.0.0/jruby-bin-9.2.0.0.tar.gz
|
File without changes
|
data/lib/{gluegen-rt-2.3.2-natives-linux-armv6hf.jar → gluegen-rt-natives-linux-armv6hf.jar}
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
Binary file
|
data/lib/picrate/version.rb
CHANGED
Binary file
|
data/picrate.gemspec
CHANGED
@@ -15,15 +15,15 @@ Gem::Specification.new do |gem|
|
|
15
15
|
gem.summary = %q{ruby wrapper for processing-3.3.7 on raspberrypi and linux64}
|
16
16
|
gem.homepage = 'https://ruby-processing.github.io/PiCrate/'
|
17
17
|
gem.files = `git ls-files`.split($/)
|
18
|
-
gem.files << 'lib/picrate-0.
|
19
|
-
gem.files << 'lib/gluegen-rt
|
20
|
-
gem.files << 'lib/jogl-all
|
21
|
-
gem.files << 'lib/gluegen-rt-
|
22
|
-
gem.files << 'lib/gluegen-rt-
|
23
|
-
# gem.files << 'lib/gluegen-rt-
|
24
|
-
gem.files << 'lib/jogl-all-
|
25
|
-
gem.files << 'lib/jogl-all-
|
26
|
-
# gem.files << 'lib/jogl-all-
|
18
|
+
gem.files << 'lib/picrate-0.2.0.jar'
|
19
|
+
gem.files << 'lib/gluegen-rt.jar'
|
20
|
+
gem.files << 'lib/jogl-all.jar'
|
21
|
+
gem.files << 'lib/gluegen-rt-natives-linux-amd64.jar'
|
22
|
+
gem.files << 'lib/gluegen-rt-natives-linux-armv6hf.jar'
|
23
|
+
# gem.files << 'lib/gluegen-rt-natives-linux-aarch64.jar'
|
24
|
+
gem.files << 'lib/jogl-all-natives-linux-amd64.jar'
|
25
|
+
gem.files << 'lib/jogl-all-natives-linux-armv6hf.jar'
|
26
|
+
# gem.files << 'lib/jogl-all-natives-linux-aarch64.jar'
|
27
27
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
28
28
|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
29
29
|
gem.add_development_dependency 'rake', '~> 12.3'
|
data/pom.rb
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
project 'picrate', 'http://maven.apache.org' do
|
2
2
|
|
3
3
|
model_version '4.0.0'
|
4
|
-
id 'ruby-processing:picrate:0.
|
4
|
+
id 'ruby-processing:picrate:0.2.0'
|
5
5
|
packaging 'jar'
|
6
6
|
|
7
7
|
description 'An integrated processing-core (somewhat hacked), with additional java code for a jruby version of processing.'
|
@@ -35,68 +35,6 @@ project 'picrate', 'http://maven.apache.org' do
|
|
35
35
|
jar 'org.processing:video:3.0.2'
|
36
36
|
jar 'org.jogamp.jogl:jogl-all:${jogl.version}'
|
37
37
|
jar 'org.jogamp.gluegen:gluegen-rt-main:${jogl.version}'
|
38
|
-
|
39
|
-
overrides do
|
40
|
-
plugin :resources, '2.6'
|
41
|
-
plugin :dependency, '2.10' do
|
42
|
-
execute_goals( id: 'default-cli',
|
43
|
-
artifactItems: [ { groupId: 'org.jogamp.jogl',
|
44
|
-
artifactId: 'jogl-all',
|
45
|
-
version: '${jogl.version}',
|
46
|
-
type: 'jar',
|
47
|
-
outputDirectory: '${picrate.basedir}/lib'
|
48
|
-
},
|
49
|
-
{ groupId: 'org.jogamp.gluegen',
|
50
|
-
artifactId: 'gluegen-rt',
|
51
|
-
version: '${jogl.version}',
|
52
|
-
type: 'jar',
|
53
|
-
outputDirectory: '${picrate.basedir}/lib'
|
54
|
-
},
|
55
|
-
{ groupId: 'org.jogamp.jogl',
|
56
|
-
artifactId: 'jogl-all',
|
57
|
-
version: '${jogl.version}',
|
58
|
-
classifier: 'natives-linux-amd64',
|
59
|
-
type: 'jar',
|
60
|
-
outputDirectory: '${picrate.basedir}/lib'
|
61
|
-
},
|
62
|
-
{ groupId: 'org.jogamp.gluegen',
|
63
|
-
artifactId: 'gluegen-rt',
|
64
|
-
version: '${jogl.version}',
|
65
|
-
type: 'jar',
|
66
|
-
classifier: 'natives-linux-amd64',
|
67
|
-
outputDirectory: '${picrate.basedir}/lib'
|
68
|
-
},
|
69
|
-
# { groupId: 'org.jogamp.jogl',
|
70
|
-
# artifactId: 'jogl-all',
|
71
|
-
# version: '${jogl.version}',
|
72
|
-
# classifier: 'natives-linux-aarch64',
|
73
|
-
# type: 'jar',
|
74
|
-
# outputDirectory: '${picrate.basedir}/lib'
|
75
|
-
# },
|
76
|
-
# { groupId: 'org.jogamp.gluegen',
|
77
|
-
# artifactId: 'gluegen-rt',
|
78
|
-
# version: '${jogl.version}',
|
79
|
-
# type: 'jar',
|
80
|
-
# classifier: 'natives-linux-aarch64',
|
81
|
-
# outputDirectory: '${picrate.basedir}/lib'
|
82
|
-
# }
|
83
|
-
{ groupId: 'org.jogamp.jogl',
|
84
|
-
artifactId: 'jogl-all',
|
85
|
-
version: '${jogl.version}',
|
86
|
-
classifier: 'natives-linux-armv6hf',
|
87
|
-
type: 'jar',
|
88
|
-
outputDirectory: '${picrate.basedir}/lib'
|
89
|
-
},
|
90
|
-
{ groupId: 'org.jogamp.gluegen',
|
91
|
-
artifactId: 'gluegen-rt',
|
92
|
-
version: '${jogl.version}',
|
93
|
-
type: 'jar',
|
94
|
-
classifier: 'natives-linux-armv6hf',
|
95
|
-
outputDirectory: '${picrate.basedir}/lib'
|
96
|
-
}
|
97
|
-
]
|
98
|
-
)
|
99
|
-
end
|
100
38
|
end
|
101
39
|
|
102
40
|
plugin( :resources, '2.7',
|
@@ -119,4 +57,3 @@ project 'picrate', 'http://maven.apache.org' do
|
|
119
57
|
includes ['**/*.png', '*.txt']
|
120
58
|
end
|
121
59
|
end
|
122
|
-
end
|
data/pom.xml
CHANGED
@@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE
|
|
11
11
|
<modelVersion>4.0.0</modelVersion>
|
12
12
|
<groupId>ruby-processing</groupId>
|
13
13
|
<artifactId>picrate</artifactId>
|
14
|
-
<version>0.
|
14
|
+
<version>0.2.0</version>
|
15
15
|
<name>picrate</name>
|
16
16
|
<description>An integrated processing-core (somewhat hacked), with additional java code for a jruby version of processing.</description>
|
17
17
|
<url>http://maven.apache.org</url>
|
@@ -117,73 +117,6 @@ DO NOT MODIFIY - GENERATED CODE
|
|
117
117
|
</includes>
|
118
118
|
</resource>
|
119
119
|
</resources>
|
120
|
-
<pluginManagement>
|
121
|
-
<plugins>
|
122
|
-
<plugin>
|
123
|
-
<artifactId>maven-resources-plugin</artifactId>
|
124
|
-
<version>2.6</version>
|
125
|
-
</plugin>
|
126
|
-
<plugin>
|
127
|
-
<artifactId>maven-dependency-plugin</artifactId>
|
128
|
-
<version>2.10</version>
|
129
|
-
<executions>
|
130
|
-
<execution>
|
131
|
-
<id>default-cli</id>
|
132
|
-
<configuration>
|
133
|
-
<artifactItems>
|
134
|
-
<artifactItem>
|
135
|
-
<groupId>org.jogamp.jogl</groupId>
|
136
|
-
<artifactId>jogl-all</artifactId>
|
137
|
-
<version>${jogl.version}</version>
|
138
|
-
<type>jar</type>
|
139
|
-
<outputDirectory>${picrate.basedir}/lib</outputDirectory>
|
140
|
-
</artifactItem>
|
141
|
-
<artifactItem>
|
142
|
-
<groupId>org.jogamp.gluegen</groupId>
|
143
|
-
<artifactId>gluegen-rt</artifactId>
|
144
|
-
<version>${jogl.version}</version>
|
145
|
-
<type>jar</type>
|
146
|
-
<outputDirectory>${picrate.basedir}/lib</outputDirectory>
|
147
|
-
</artifactItem>
|
148
|
-
<artifactItem>
|
149
|
-
<groupId>org.jogamp.jogl</groupId>
|
150
|
-
<artifactId>jogl-all</artifactId>
|
151
|
-
<version>${jogl.version}</version>
|
152
|
-
<classifier>natives-linux-amd64</classifier>
|
153
|
-
<type>jar</type>
|
154
|
-
<outputDirectory>${picrate.basedir}/lib</outputDirectory>
|
155
|
-
</artifactItem>
|
156
|
-
<artifactItem>
|
157
|
-
<groupId>org.jogamp.gluegen</groupId>
|
158
|
-
<artifactId>gluegen-rt</artifactId>
|
159
|
-
<version>${jogl.version}</version>
|
160
|
-
<type>jar</type>
|
161
|
-
<classifier>natives-linux-amd64</classifier>
|
162
|
-
<outputDirectory>${picrate.basedir}/lib</outputDirectory>
|
163
|
-
</artifactItem>
|
164
|
-
<artifactItem>
|
165
|
-
<groupId>org.jogamp.jogl</groupId>
|
166
|
-
<artifactId>jogl-all</artifactId>
|
167
|
-
<version>${jogl.version}</version>
|
168
|
-
<classifier>natives-linux-armv6hf</classifier>
|
169
|
-
<type>jar</type>
|
170
|
-
<outputDirectory>${picrate.basedir}/lib</outputDirectory>
|
171
|
-
</artifactItem>
|
172
|
-
<artifactItem>
|
173
|
-
<groupId>org.jogamp.gluegen</groupId>
|
174
|
-
<artifactId>gluegen-rt</artifactId>
|
175
|
-
<version>${jogl.version}</version>
|
176
|
-
<type>jar</type>
|
177
|
-
<classifier>natives-linux-armv6hf</classifier>
|
178
|
-
<outputDirectory>${picrate.basedir}/lib</outputDirectory>
|
179
|
-
</artifactItem>
|
180
|
-
</artifactItems>
|
181
|
-
</configuration>
|
182
|
-
</execution>
|
183
|
-
</executions>
|
184
|
-
</plugin>
|
185
|
-
</plugins>
|
186
|
-
</pluginManagement>
|
187
120
|
<plugins>
|
188
121
|
<plugin>
|
189
122
|
<artifactId>maven-resources-plugin</artifactId>
|
data/vendors/Rakefile
CHANGED
@@ -10,7 +10,7 @@ SOUND_VERSION = 'v1.3.2' # version 1.3.2
|
|
10
10
|
GLVIDEO = 'processing-glvideo.zip'
|
11
11
|
VIDEO = 'video-2.zip'
|
12
12
|
VIDEO_VERSION = '2' # version 1.0.1
|
13
|
-
EXAMPLES = '0.0.
|
13
|
+
EXAMPLES = '0.0.5'.freeze
|
14
14
|
HOME_DIR = ENV['HOME']
|
15
15
|
PI_OR_LINUX = /linux|arm/ =~ RbConfig::CONFIG['host_os']
|
16
16
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: picrate
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- monkstone
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-06-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|
@@ -160,13 +160,13 @@ files:
|
|
160
160
|
- docs/methods.md
|
161
161
|
- docs/modules.md
|
162
162
|
- docs/objects.md
|
163
|
-
- lib/gluegen-rt-
|
164
|
-
- lib/gluegen-rt-
|
165
|
-
- lib/gluegen-rt
|
166
|
-
- lib/jogl-all-
|
167
|
-
- lib/jogl-all-
|
168
|
-
- lib/jogl-all
|
169
|
-
- lib/picrate-0.
|
163
|
+
- lib/gluegen-rt-natives-linux-amd64.jar
|
164
|
+
- lib/gluegen-rt-natives-linux-armv6hf.jar
|
165
|
+
- lib/gluegen-rt.jar
|
166
|
+
- lib/jogl-all-natives-linux-amd64.jar
|
167
|
+
- lib/jogl-all-natives-linux-armv6hf.jar
|
168
|
+
- lib/jogl-all.jar
|
169
|
+
- lib/picrate-0.2.0.jar
|
170
170
|
- lib/picrate.rb
|
171
171
|
- lib/picrate/app.rb
|
172
172
|
- lib/picrate/creators/sketch_class.rb
|