clutter-gstreamer 2.2.5-x64-mingw32 → 3.0.0-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (35) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +2 -2
  3. data/lib/clutter-gst.rb +13 -1
  4. data/test/run-test.rb +9 -3
  5. data/test/{test-clutter-gst.rb → test-clutter-gst-video-sink.rb} +6 -7
  6. data/vendor/local/bin/libclutter-gst-3.0-0.dll +0 -0
  7. data/vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-version.h +3 -3
  8. data/vendor/local/lib/girepository-1.0/ClutterGst-3.0.typelib +0 -0
  9. data/vendor/local/lib/gstreamer-1.0/libgstclutter-3.0.dll +0 -0
  10. data/vendor/local/lib/gstreamer-1.0/libgstclutter-3.0.dll.a +0 -0
  11. data/vendor/local/lib/gstreamer-1.0/libgstclutter-3.0.la +2 -2
  12. data/vendor/local/lib/libclutter-gst-3.0.dll.a +0 -0
  13. data/vendor/local/lib/libclutter-gst-3.0.la +4 -4
  14. data/vendor/local/lib/pkgconfig/clutter-gst-3.0.pc +1 -1
  15. data/vendor/local/share/gir-1.0/ClutterGst-3.0.gir +2 -2
  16. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstAspectratio.html +7 -8
  17. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstCamera.html +13 -79
  18. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstCameraDevice.html +7 -8
  19. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstContent.html +17 -18
  20. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstCrop.html +9 -10
  21. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstPlayback.html +28 -49
  22. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstPlayer.html +26 -30
  23. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ch01.html +7 -8
  24. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ch02.html +9 -10
  25. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ch03.html +7 -8
  26. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ch04.html +6 -7
  27. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ch05.html +6 -7
  28. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/clutter-gst-3.0.devhelp2 +1 -2
  29. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/clutter-gst-Utilities.html +8 -11
  30. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/clutter-gst-Versioning-Macros.html +8 -9
  31. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/clutter-gst-Video-Sink.html +21 -27
  32. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/index.html +11 -12
  33. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/license.html +6 -7
  34. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/style.css +9 -6
  35. metadata +9 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3ae059fca09d4c05ffbfd8ab23c4a5f0ed4fad87
4
- data.tar.gz: 29640c3b8edc015b596f01cd27d630427b33922b
3
+ metadata.gz: 1511e923ed59165e0698574f0b6123e1949d018c
4
+ data.tar.gz: eb02e64e20586f447d73c76cf06241853d73fcbc
5
5
  SHA512:
6
- metadata.gz: 8c456f7e392a796264d1deeee67e31410ebbdfcf7912922bffce8f73ec1bdbe5b195c8eb8db2fac553f660d8fa2fd0b9a090dee07a6e3a3552ce16905d30c8b7
7
- data.tar.gz: dcc6c81bc5b2335bbb63b0f6dcccc01388a85b663d227f0f2346e78b3f21a93fc30e292c878f2572d1a472de640797361342c8dfa726fc6b2aff57418bcdc1c0
6
+ metadata.gz: cbacb862554e64ef2c96d4539af881b8f7b86416fa4a170543f0f60ac6d2e99f3473579b8e462db1ca8b4598742ea2d016657bbc7b19943ba1598150d664318b
7
+ data.tar.gz: 1ad2b0c883609e1e6f1ac3ad08bff1ada85cf35ace11a1c98f3f02081aa92a8bddaaced286dfb7433fc05277765a52a882330770f228fb708fe9cfd5b28cdda7
data/Rakefile CHANGED
@@ -1,6 +1,6 @@
1
1
  # -*- ruby -*-
2
2
  #
3
- # Copyright (C) 2013-2014 Ruby-GNOME2 Project Team
3
+ # Copyright (C) 2013-2015 Ruby-GNOME2 Project Team
4
4
  #
5
5
  # This library is free software; you can redistribute it and/or
6
6
  # modify it under the terms of the GNU Lesser General Public
@@ -47,7 +47,7 @@ package_task = GNOME2::Rake::PackageTask.new do |package|
47
47
  :name => "clutter-gst",
48
48
  :download_site => :gnome,
49
49
  :label => "Clutter-GStreamer",
50
- :version => "3.0.0",
50
+ :version => "3.0.10",
51
51
  :compression_method => "xz",
52
52
  :windows => {
53
53
  :configure_args => [
data/lib/clutter-gst.rb CHANGED
@@ -47,11 +47,13 @@ module ClutterGst
47
47
  Gst.init if Gst.respond_to?(:init)
48
48
  Clutter.init if Clutter.respond_to?(:init)
49
49
  loader = Loader.new(self, argv)
50
- loader.load("ClutterGst")
50
+ loader.load
51
51
  end
52
52
  end
53
53
 
54
54
  class Loader < GObjectIntrospection::Loader
55
+ NAMESPACE = "ClutterGst"
56
+
55
57
  class InitError < StandardError
56
58
  end
57
59
 
@@ -60,6 +62,10 @@ module ClutterGst
60
62
  @init_arguments = init_arguments
61
63
  end
62
64
 
65
+ def load
66
+ super(NAMESPACE)
67
+ end
68
+
63
69
  private
64
70
  def pre_load(repository, namespace)
65
71
  init = repository.find(namespace, "init")
@@ -75,5 +81,11 @@ module ClutterGst
75
81
 
76
82
  def post_load(repository, namespace)
77
83
  end
84
+
85
+ def initialize_post(object)
86
+ super
87
+ return unless object.is_a?(GLib::Object)
88
+ self.class.reference_gobject(object, :sink => true)
89
+ end
78
90
  end
79
91
  end
data/test/run-test.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
  #
3
- # Copyright (C) 2013-2014 Ruby-GNOME2 Project Team
3
+ # Copyright (C) 2013-2015 Ruby-GNOME2 Project Team
4
4
  #
5
5
  # This library is free software; you can redistribute it and/or
6
6
  # modify it under the terms of the GNU Lesser General Public
@@ -47,8 +47,6 @@ end
47
47
  $LOAD_PATH.unshift(File.join(glib_base, "test"))
48
48
  require "glib-test-init"
49
49
 
50
- $VERBOSE = false # TODO: remove me
51
-
52
50
  $LOAD_PATH.unshift(File.join(gobject_introspection_base, "test"))
53
51
  require "gobject-introspection-test-utils"
54
52
 
@@ -60,4 +58,12 @@ require "clutter-gstreamer-test-utils"
60
58
 
61
59
  require "clutter-gst"
62
60
 
61
+ repository = GObjectIntrospection::Repository.default
62
+ begin
63
+ repository.require(ClutterGst::Loader::NAMESPACE)
64
+ rescue GLib::Error
65
+ puts("Omit because typelib file doesn't exist: #{$!.message}")
66
+ exit(true)
67
+ end
68
+
63
69
  exit Test::Unit::AutoRunner.run(true)
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2013-2014 Ruby-GNOME2 Project Team
1
+ # Copyright (C) 2015 Ruby-GNOME2 Project Team
2
2
  #
3
3
  # This library is free software; you can redistribute it and/or
4
4
  # modify it under the terms of the GNU Lesser General Public
@@ -14,13 +14,12 @@
14
14
  # License along with this library; if not, write to the Free Software
15
15
  # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
16
16
 
17
- class ClutterGstTest < Test::Unit::TestCase
17
+ class ClutterGstVideoSinkTest < Test::Unit::TestCase
18
18
  include ClutterGStreamerTestUtils
19
19
 
20
- def test_init
21
- omit_on_travis_ci
22
- assert_nothing_raised do
23
- ClutterGst.init
24
- end
20
+ def test_texture
21
+ texture = Clutter::Texture.new
22
+ sink = ClutterGst::VideoSink.new(texture)
23
+ assert_equal(texture, sink.texture)
25
24
  end
26
25
  end
@@ -56,21 +56,21 @@
56
56
  *
57
57
  * ClutterGst micro version (e.g. "3", if %CLUTTER_GST_VERSION is "1.2.3")
58
58
  */
59
- #define CLUTTER_GST_MICRO_VERSION (0)
59
+ #define CLUTTER_GST_MICRO_VERSION (10)
60
60
 
61
61
  /**
62
62
  * CLUTTER_GST_VERSION:
63
63
  *
64
64
  * ClutterGst full version (e.g. "1.2.3")
65
65
  */
66
- #define CLUTTER_GST_VERSION (3.0.0)
66
+ #define CLUTTER_GST_VERSION (3.0.10)
67
67
 
68
68
  /**
69
69
  * CLUTTER_GST_VERSION_S:
70
70
  *
71
71
  * ClutterGst full version, encoded as a string.
72
72
  */
73
- #define CLUTTER_GST_VERSION_S "3.0.0"
73
+ #define CLUTTER_GST_VERSION_S "3.0.10"
74
74
 
75
75
  /**
76
76
  * CLUTTER_GST_VERSION_HEX:
@@ -1,5 +1,5 @@
1
1
  # libgstclutter-3.0.la - a libtool library file
2
- # Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1.7
2
+ # Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1.11
3
3
  #
4
4
  # Please DO NOT delete this file!
5
5
  # It is necessary for linking the library.
@@ -17,7 +17,7 @@ old_library=''
17
17
  inherited_linker_flags=' -pthread'
18
18
 
19
19
  # Libraries that this one depends upon.
20
- dependency_libs=' -R/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib -L/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib -L/home/vagrant/rcairo.win64/vendor/local/lib -L/home/vagrant/ruby-gnome2.win64/clutter-gstreamer/vendor/local/lib -L/home/vagrant/ruby-gnome2.win64/gdk_pixbuf2/vendor/local/lib -L/home/vagrant/ruby-gnome2.win64/atk/vendor/local/lib -L/home/vagrant/ruby-gnome2.win64/pango/vendor/local/lib -L/home/vagrant/ruby-gnome2.win64/clutter/vendor/local/lib -L/home/vagrant/ruby-gnome2.win64/gstreamer/vendor/local/lib /home/vagrant/ruby-gnome2.win64/clutter-gstreamer/vendor/local/lib/libclutter-gst-3.0.la /home/vagrant/ruby-gnome2.win64/clutter/vendor/local/lib/libclutter-1.0.la /home/vagrant/ruby-gnome2.win64/clutter/vendor/local/lib/libcogl-path.la /home/vagrant/rcairo.win64/vendor/local/lib/libcairo-gobject.la /home/vagrant/ruby-gnome2.win64/atk/vendor/local/lib/libatk-1.0.la /home/vagrant/ruby-gnome2.win64/clutter/vendor/local/lib/libcogl-pango.la /home/vagrant/ruby-gnome2.win64/pango/vendor/local/lib/libpangocairo-1.0.la /home/vagrant/rcairo.win64/vendor/local/lib/libcairo.la /home/vagrant/rcairo.win64/vendor/local/lib/libpixman-1.la -lmsimg32 /home/vagrant/ruby-gnome2.win64/pango/vendor/local/lib/libpangoft2-1.0.la /home/vagrant/ruby-gnome2.win64/pango/vendor/local/lib/libharfbuzz.la /home/vagrant/rcairo.win64/vendor/local/lib/libfontconfig.la /home/vagrant/rcairo.win64/vendor/local/lib/libxml2.la /home/vagrant/rcairo.win64/vendor/local/lib/libfreetype.la /home/vagrant/ruby-gnome2.win64/pango/vendor/local/lib/libpangowin32-1.0.la /home/vagrant/ruby-gnome2.win64/pango/vendor/local/lib/libpango-1.0.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libgthread-2.0.la /home/vagrant/ruby-gnome2.win64/clutter/vendor/local/lib/libjson-glib-1.0.la /home/vagrant/ruby-gnome2.win64/clutter/vendor/local/lib/libcogl.la -lopengl32 -lgdi32 /home/vagrant/ruby-gnome2.win64/gdk_pixbuf2/vendor/local/lib/libgdk_pixbuf-2.0.la /home/vagrant/rcairo.win64/vendor/local/lib/libpng16.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libgio-2.0.la -ldnsapi -liphlpapi /home/vagrant/ruby-gnome2.win64/gstreamer/vendor/local/lib/libgstpbutils-1.0.la /home/vagrant/ruby-gnome2.win64/gstreamer/vendor/local/lib/libgstvideo-1.0.la /home/vagrant/ruby-gnome2.win64/gstreamer/vendor/local/lib/libgstaudio-1.0.la /home/vagrant/ruby-gnome2.win64/gstreamer/vendor/local/lib/libgsttag-1.0.la /home/vagrant/ruby-gnome2.win64/gstreamer/vendor/local/lib/libgstbase-1.0.la -lz /home/vagrant/ruby-gnome2.win64/gstreamer/vendor/local/lib/libgstreamer-1.0.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libgmodule-2.0.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libgobject-2.0.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libffi.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libglib-2.0.la -lws2_32 -lole32 -lwinmm -lshlwapi /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libintl.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libiconv.la -lpthread'
20
+ dependency_libs=' -R/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib -L/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib -L/home/vagrant/rcairo.win64/vendor/local/lib -L/home/vagrant/ruby-gnome2.win64/clutter-gstreamer/vendor/local/lib -L/home/vagrant/ruby-gnome2.win64/gdk_pixbuf2/vendor/local/lib -L/home/vagrant/ruby-gnome2.win64/atk/vendor/local/lib -L/home/vagrant/ruby-gnome2.win64/pango/vendor/local/lib -L/home/vagrant/ruby-gnome2.win64/clutter/vendor/local/lib -L/home/vagrant/ruby-gnome2.win64/gstreamer/vendor/local/lib /home/vagrant/ruby-gnome2.win64/clutter-gstreamer/vendor/local/lib/libclutter-gst-3.0.la /home/vagrant/ruby-gnome2.win64/clutter/vendor/local/lib/libclutter-1.0.la /home/vagrant/ruby-gnome2.win64/clutter/vendor/local/lib/libcogl-path.la /home/vagrant/rcairo.win64/vendor/local/lib/libcairo-gobject.la /home/vagrant/ruby-gnome2.win64/atk/vendor/local/lib/libatk-1.0.la /home/vagrant/ruby-gnome2.win64/clutter/vendor/local/lib/libcogl-pango.la /home/vagrant/ruby-gnome2.win64/pango/vendor/local/lib/libpangocairo-1.0.la /home/vagrant/rcairo.win64/vendor/local/lib/libcairo.la /home/vagrant/rcairo.win64/vendor/local/lib/libpixman-1.la -lmsimg32 /home/vagrant/ruby-gnome2.win64/pango/vendor/local/lib/libpangoft2-1.0.la /home/vagrant/ruby-gnome2.win64/pango/vendor/local/lib/libharfbuzz.la /home/vagrant/rcairo.win64/vendor/local/lib/libfontconfig.la /home/vagrant/rcairo.win64/vendor/local/lib/libxml2.la /home/vagrant/rcairo.win64/vendor/local/lib/libfreetype.la /home/vagrant/ruby-gnome2.win64/pango/vendor/local/lib/libpangowin32-1.0.la /home/vagrant/ruby-gnome2.win64/pango/vendor/local/lib/libpango-1.0.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libgthread-2.0.la /home/vagrant/ruby-gnome2.win64/clutter/vendor/local/lib/libjson-glib-1.0.la /home/vagrant/ruby-gnome2.win64/clutter/vendor/local/lib/libcogl.la -lopengl32 -lgdi32 /home/vagrant/ruby-gnome2.win64/gdk_pixbuf2/vendor/local/lib/libgdk_pixbuf-2.0.la /home/vagrant/rcairo.win64/vendor/local/lib/libpng16.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libgio-2.0.la -ldnsapi -liphlpapi /home/vagrant/ruby-gnome2.win64/gstreamer/vendor/local/lib/libgstpbutils-1.0.la /home/vagrant/ruby-gnome2.win64/gstreamer/vendor/local/lib/libgstvideo-1.0.la /home/vagrant/ruby-gnome2.win64/gstreamer/vendor/local/lib/libgstaudio-1.0.la /home/vagrant/ruby-gnome2.win64/gstreamer/vendor/local/lib/libgsttag-1.0.la /home/vagrant/ruby-gnome2.win64/gstreamer/vendor/local/lib/libgstbase-1.0.la -lz /home/vagrant/ruby-gnome2.win64/gstreamer/vendor/local/lib/libgstreamer-1.0.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libgmodule-2.0.la -lpthread /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libgobject-2.0.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libffi.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libglib-2.0.la -lws2_32 -lole32 -lwinmm -lshlwapi /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libintl.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libiconv.la'
21
21
 
22
22
  # Names of additional weak libraries provided by this library
23
23
  weak_library_names=''
@@ -1,5 +1,5 @@
1
1
  # libclutter-gst-3.0.la - a libtool library file
2
- # Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1.7
2
+ # Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1.11
3
3
  #
4
4
  # Please DO NOT delete this file!
5
5
  # It is necessary for linking the library.
@@ -17,14 +17,14 @@ old_library=''
17
17
  inherited_linker_flags=' -pthread'
18
18
 
19
19
  # Libraries that this one depends upon.
20
- dependency_libs=' -R/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib -L/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib -L/home/vagrant/rcairo.win64/vendor/local/lib -L/home/vagrant/ruby-gnome2.win64/clutter-gstreamer/vendor/local/lib -L/home/vagrant/ruby-gnome2.win64/gdk_pixbuf2/vendor/local/lib -L/home/vagrant/ruby-gnome2.win64/atk/vendor/local/lib -L/home/vagrant/ruby-gnome2.win64/pango/vendor/local/lib -L/home/vagrant/ruby-gnome2.win64/clutter/vendor/local/lib /home/vagrant/ruby-gnome2.win64/clutter/vendor/local/lib/libclutter-1.0.la /home/vagrant/ruby-gnome2.win64/clutter/vendor/local/lib/libcogl-path.la /home/vagrant/rcairo.win64/vendor/local/lib/libcairo-gobject.la /home/vagrant/ruby-gnome2.win64/atk/vendor/local/lib/libatk-1.0.la /home/vagrant/ruby-gnome2.win64/clutter/vendor/local/lib/libcogl-pango.la /home/vagrant/ruby-gnome2.win64/pango/vendor/local/lib/libpangocairo-1.0.la /home/vagrant/rcairo.win64/vendor/local/lib/libcairo.la /home/vagrant/rcairo.win64/vendor/local/lib/libpixman-1.la -lmsimg32 /home/vagrant/ruby-gnome2.win64/pango/vendor/local/lib/libpangoft2-1.0.la /home/vagrant/ruby-gnome2.win64/pango/vendor/local/lib/libharfbuzz.la /home/vagrant/rcairo.win64/vendor/local/lib/libfontconfig.la /home/vagrant/rcairo.win64/vendor/local/lib/libxml2.la /home/vagrant/rcairo.win64/vendor/local/lib/libfreetype.la /home/vagrant/ruby-gnome2.win64/pango/vendor/local/lib/libpangowin32-1.0.la /home/vagrant/ruby-gnome2.win64/pango/vendor/local/lib/libpango-1.0.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libgthread-2.0.la /home/vagrant/ruby-gnome2.win64/clutter/vendor/local/lib/libjson-glib-1.0.la /home/vagrant/ruby-gnome2.win64/clutter/vendor/local/lib/libcogl.la -lopengl32 -lgdi32 /home/vagrant/ruby-gnome2.win64/gdk_pixbuf2/vendor/local/lib/libgdk_pixbuf-2.0.la /home/vagrant/rcairo.win64/vendor/local/lib/libpng16.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libgio-2.0.la -ldnsapi -liphlpapi -L/home/vagrant/ruby-gnome2.win64/gstreamer/vendor/local/lib /home/vagrant/ruby-gnome2.win64/gstreamer/vendor/local/lib/libgstpbutils-1.0.la /home/vagrant/ruby-gnome2.win64/gstreamer/vendor/local/lib/libgstvideo-1.0.la /home/vagrant/ruby-gnome2.win64/gstreamer/vendor/local/lib/libgstaudio-1.0.la /home/vagrant/ruby-gnome2.win64/gstreamer/vendor/local/lib/libgsttag-1.0.la /home/vagrant/ruby-gnome2.win64/gstreamer/vendor/local/lib/libgstbase-1.0.la -lz /home/vagrant/ruby-gnome2.win64/gstreamer/vendor/local/lib/libgstreamer-1.0.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libgmodule-2.0.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libgobject-2.0.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libffi.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libglib-2.0.la -lws2_32 -lole32 -lwinmm -lshlwapi /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libintl.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libiconv.la -lpthread'
20
+ dependency_libs=' -R/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib -L/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib -L/home/vagrant/rcairo.win64/vendor/local/lib -L/home/vagrant/ruby-gnome2.win64/clutter-gstreamer/vendor/local/lib -L/home/vagrant/ruby-gnome2.win64/gdk_pixbuf2/vendor/local/lib -L/home/vagrant/ruby-gnome2.win64/atk/vendor/local/lib -L/home/vagrant/ruby-gnome2.win64/pango/vendor/local/lib -L/home/vagrant/ruby-gnome2.win64/clutter/vendor/local/lib /home/vagrant/ruby-gnome2.win64/clutter/vendor/local/lib/libclutter-1.0.la /home/vagrant/ruby-gnome2.win64/clutter/vendor/local/lib/libcogl-path.la /home/vagrant/rcairo.win64/vendor/local/lib/libcairo-gobject.la /home/vagrant/ruby-gnome2.win64/atk/vendor/local/lib/libatk-1.0.la /home/vagrant/ruby-gnome2.win64/clutter/vendor/local/lib/libcogl-pango.la /home/vagrant/ruby-gnome2.win64/pango/vendor/local/lib/libpangocairo-1.0.la /home/vagrant/rcairo.win64/vendor/local/lib/libcairo.la /home/vagrant/rcairo.win64/vendor/local/lib/libpixman-1.la -lmsimg32 /home/vagrant/ruby-gnome2.win64/pango/vendor/local/lib/libpangoft2-1.0.la /home/vagrant/ruby-gnome2.win64/pango/vendor/local/lib/libharfbuzz.la /home/vagrant/rcairo.win64/vendor/local/lib/libfontconfig.la /home/vagrant/rcairo.win64/vendor/local/lib/libxml2.la /home/vagrant/rcairo.win64/vendor/local/lib/libfreetype.la /home/vagrant/ruby-gnome2.win64/pango/vendor/local/lib/libpangowin32-1.0.la /home/vagrant/ruby-gnome2.win64/pango/vendor/local/lib/libpango-1.0.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libgthread-2.0.la /home/vagrant/ruby-gnome2.win64/clutter/vendor/local/lib/libjson-glib-1.0.la /home/vagrant/ruby-gnome2.win64/clutter/vendor/local/lib/libcogl.la -lopengl32 -lgdi32 /home/vagrant/ruby-gnome2.win64/gdk_pixbuf2/vendor/local/lib/libgdk_pixbuf-2.0.la /home/vagrant/rcairo.win64/vendor/local/lib/libpng16.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libgio-2.0.la -ldnsapi -liphlpapi -L/home/vagrant/ruby-gnome2.win64/gstreamer/vendor/local/lib /home/vagrant/ruby-gnome2.win64/gstreamer/vendor/local/lib/libgstpbutils-1.0.la /home/vagrant/ruby-gnome2.win64/gstreamer/vendor/local/lib/libgstvideo-1.0.la /home/vagrant/ruby-gnome2.win64/gstreamer/vendor/local/lib/libgstaudio-1.0.la /home/vagrant/ruby-gnome2.win64/gstreamer/vendor/local/lib/libgsttag-1.0.la /home/vagrant/ruby-gnome2.win64/gstreamer/vendor/local/lib/libgstbase-1.0.la -lz /home/vagrant/ruby-gnome2.win64/gstreamer/vendor/local/lib/libgstreamer-1.0.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libgmodule-2.0.la -lpthread /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libgobject-2.0.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libffi.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libglib-2.0.la -lws2_32 -lole32 -lwinmm -lshlwapi /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libintl.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libiconv.la'
21
21
 
22
22
  # Names of additional weak libraries provided by this library
23
23
  weak_library_names=''
24
24
 
25
25
  # Version information for libclutter-gst-3.0.
26
- current=0
27
- age=0
26
+ current=10
27
+ age=10
28
28
  revision=0
29
29
 
30
30
  # Is this an already installed library?
@@ -5,7 +5,7 @@ includedir=${prefix}/include
5
5
 
6
6
  Name: clutter-gst
7
7
  Description: Clutter GStreamer integration
8
- Version: 3.0.0
8
+ Version: 3.0.10
9
9
  Libs: -L${libdir} -lclutter-gst-3.0
10
10
  Cflags: -I${includedir}/clutter-gst-3.0
11
11
  Requires: clutter-1.0 >= 1.10.0 cogl-2.0-experimental gstreamer-1.0 gstreamer-base-1.0 gstreamer-plugins-base-1.0 gstreamer-video-1.0
@@ -1602,7 +1602,7 @@ should not be accessed directly.</doc>
1602
1602
  <type name="gint" c:type="gint"/>
1603
1603
  </constant>
1604
1604
  <constant name="MICRO_VERSION"
1605
- value="0"
1605
+ value="10"
1606
1606
  c:type="CLUTTER_GST_MICRO_VERSION">
1607
1607
  <doc xml:space="preserve">ClutterGst micro version (e.g. "3", if %CLUTTER_GST_VERSION is "1.2.3")</doc>
1608
1608
  <type name="gint" c:type="gint"/>
@@ -2929,7 +2929,7 @@ becomes ready.</doc>
2929
2929
  <doc xml:space="preserve">ClutterGst full version, encoded as an hexadecimal value.</doc>
2930
2930
  <type name="gint" c:type="gint"/>
2931
2931
  </constant>
2932
- <constant name="VERSION_S" value="3.0.0" c:type="CLUTTER_GST_VERSION_S">
2932
+ <constant name="VERSION_S" value="3.0.10" c:type="CLUTTER_GST_VERSION_S">
2933
2933
  <doc xml:space="preserve">ClutterGst full version, encoded as a string.</doc>
2934
2934
  <type name="utf8" c:type="gchar*"/>
2935
2935
  </constant>
@@ -2,14 +2,14 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
- <title>Clutter Gst 3.0.0
6
- Reference Manual: ClutterGstAspectratio</title>
5
+ <title>ClutterGstAspectratio: Clutter Gst 3.0.10
6
+ Reference Manual</title>
7
7
  <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
8
- <link rel="home" href="index.html" title="Clutter Gst 3.0.0 Reference Manual">
8
+ <link rel="home" href="index.html" title="Clutter Gst 3.0.10 Reference Manual">
9
9
  <link rel="up" href="ch02.html" title="Clutter content objects">
10
10
  <link rel="prev" href="ClutterGstContent.html" title="ClutterGstContent">
11
11
  <link rel="next" href="ClutterGstCrop.html" title="ClutterGstCrop">
12
- <meta name="generator" content="GTK-Doc V1.21 (XML mode)">
12
+ <meta name="generator" content="GTK-Doc V1.24 (XML mode)">
13
13
  <link rel="stylesheet" href="style.css" type="text/css">
14
14
  </head>
15
15
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -151,7 +151,7 @@ should not be accessed directly.</p>
151
151
  than adding borders.</p>
152
152
  <p>Flags: Read / Write</p>
153
153
  <p>Default value: FALSE</p>
154
- <p class="since">Since 3.0</p>
154
+ <p class="since">Since: 3.0</p>
155
155
  </div>
156
156
  <hr>
157
157
  <div class="refsect2">
@@ -160,12 +160,11 @@ than adding borders.</p>
160
160
  <p>Whether or not paint borders on the sides of the video</p>
161
161
  <p>Flags: Read / Write</p>
162
162
  <p>Default value: FALSE</p>
163
- <p class="since">Since 3.0</p>
163
+ <p class="since">Since: 3.0</p>
164
164
  </div>
165
165
  </div>
166
166
  </div>
167
167
  <div class="footer">
168
- <hr>
169
- Generated by GTK-Doc V1.21</div>
168
+ <hr>Generated by GTK-Doc V1.24</div>
170
169
  </body>
171
170
  </html>