dclext-anim 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.rdoc +1 -0
- data/dclext-anim.gemspec +2 -1
- data/lib/numru/dclext/anim/version.rb +1 -1
- metadata +18 -4
data/README.rdoc
CHANGED
|
@@ -16,6 +16,7 @@ The URL of the RubyDCLExt-Anim home-page is:
|
|
|
16
16
|
* Ruby (http://www.ruby-lang.org/)
|
|
17
17
|
* RubyDCL (http://ruby.gfd-dennou.org/products/ruby-dcl/)
|
|
18
18
|
* Ruby-Gtk2 and Ruby-GStreamer (http://ruby-gnome2.sourceforge.jp/)
|
|
19
|
+
* Ruby-DCLExt-Gtk (http://ruby.gfd-dennou.org/products/ruby-dclext-gtk/)
|
|
19
20
|
* gst-plugins-ugly (http://gstreamer.freedesktop.org/modules/gst-plugins-ugly.html)
|
|
20
21
|
* use x264enc element.
|
|
21
22
|
|
data/dclext-anim.gemspec
CHANGED
|
@@ -24,5 +24,6 @@ Currently, output file is MP4 file formated and h264 encoded .}
|
|
|
24
24
|
#s.add_development_dependency "rspec"
|
|
25
25
|
#s.add_runtime_dependency "numru/dcl"
|
|
26
26
|
s.add_runtime_dependency "gtk2"
|
|
27
|
-
s.add_runtime_dependency "
|
|
27
|
+
s.add_runtime_dependency "gstreamer"
|
|
28
|
+
s.add_runtime_dependency "dclext-gtk"
|
|
28
29
|
end
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dclext-anim
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 21
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 0.2.
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.2.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Seiya Nishizawa
|
|
@@ -32,7 +32,7 @@ dependencies:
|
|
|
32
32
|
type: :runtime
|
|
33
33
|
version_requirements: *id001
|
|
34
34
|
- !ruby/object:Gem::Dependency
|
|
35
|
-
name:
|
|
35
|
+
name: gstreamer
|
|
36
36
|
prerelease: false
|
|
37
37
|
requirement: &id002 !ruby/object:Gem::Requirement
|
|
38
38
|
none: false
|
|
@@ -45,6 +45,20 @@ dependencies:
|
|
|
45
45
|
version: "0"
|
|
46
46
|
type: :runtime
|
|
47
47
|
version_requirements: *id002
|
|
48
|
+
- !ruby/object:Gem::Dependency
|
|
49
|
+
name: dclext-gtk
|
|
50
|
+
prerelease: false
|
|
51
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
|
52
|
+
none: false
|
|
53
|
+
requirements:
|
|
54
|
+
- - ">="
|
|
55
|
+
- !ruby/object:Gem::Version
|
|
56
|
+
hash: 3
|
|
57
|
+
segments:
|
|
58
|
+
- 0
|
|
59
|
+
version: "0"
|
|
60
|
+
type: :runtime
|
|
61
|
+
version_requirements: *id003
|
|
48
62
|
description: |-
|
|
49
63
|
RubyDCLExt-Anim is an extension for RubyDCL to output animation (movie) file.
|
|
50
64
|
Currently, output file is MP4 file formated and h264 encoded .
|