gstreamer 3.0.7 → 3.0.8

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 280c68bdac4da9ffdd5d792b65026e10b87a895e
4
- data.tar.gz: 5f9540317641e2551d8983fd5963987993116a15
3
+ metadata.gz: d3b67cd3825f0380ecc704cb59e7e1e5522d23be
4
+ data.tar.gz: 465a86e474ed5eb35549dcd1e91956db20a014c2
5
5
  SHA512:
6
- metadata.gz: 35b98ce729c3b3cc7a37f67ad5ef4482d462921287f35f0c2b57d21425417e133cc9de30e1c6ab108ea1671d715753f97b01b6805112e755523792b9ee395a1b
7
- data.tar.gz: 9f2dbe653e78595a9fdcc56ab357de726963430622052729b916a109d6089aa0775ea00ceabe9a8e28bc20902bf1bdd37ec638323e1e0232fc7591668a56910e
6
+ metadata.gz: 40a551d719700e486a6b48d976fa74ded1590aac14f39396ad7f86ef1d2c351fd11a9c15e4791bef20fe9d5e8004afddfe6420ff13d761e2d7b65a68f5917207
7
+ data.tar.gz: 06e3a887e404f5173b14d6ab80ef5469441a19f0dae0fb60fd0258834864fd147f87932c03892560c1f2f8b531ac677cbd408c25155db6f2a6f998e363c3d866
data/Rakefile CHANGED
@@ -29,14 +29,14 @@ package_task = GNOME2::Rake::PackageTask.new do |package|
29
29
  "glib2", "atk", "pango", "gdk_pixbuf2", "gtk2", "gobject-introspection",
30
30
  ]
31
31
  xiph_download_url_base = "http://downloads.xiph.org/releases"
32
- freedesktop_download_url_base = "http://gstreamer.freedesktop.org/src"
32
+ freedesktop_download_url_base = "https://gstreamer.freedesktop.org/src"
33
33
  sf_net_download_url_base = "http://downloads.sourceforge.net/project"
34
34
  libmad_version = "0.15.1b"
35
35
  package.external_packages = [
36
36
  {
37
37
  :name => "libjpeg",
38
- :base_name => "jpeg-9a",
39
- :archive_base_name => "jpegsrc.v9a.tar.gz",
38
+ :base_name => "jpeg-9b",
39
+ :archive_base_name => "jpegsrc.v9b.tar.gz",
40
40
  :download_base_url => "http://www.ijg.org/files",
41
41
  :label => "libjpeg",
42
42
  :windows => {
@@ -46,9 +46,9 @@ package_task = GNOME2::Rake::PackageTask.new do |package|
46
46
  },
47
47
  {
48
48
  :name => "sqlite-autoconf",
49
- :download_base_url => "http://www.sqlite.org/2015",
49
+ :download_base_url => "http://www.sqlite.org/2016",
50
50
  :label => "SQLite",
51
- :version => "3081101",
51
+ :version => "3120000",
52
52
  :compression_method => "gz",
53
53
  :windows => {
54
54
  :configure_args => [],
@@ -59,7 +59,7 @@ package_task = GNOME2::Rake::PackageTask.new do |package|
59
59
  :name => "libsoup",
60
60
  :download_site => :gnome,
61
61
  :label => "libsoup",
62
- :version => "2.50.0",
62
+ :version => "2.54.0.1",
63
63
  :compression_method => "xz",
64
64
  :windows => {
65
65
  :configure_args => [
@@ -135,7 +135,7 @@ package_task = GNOME2::Rake::PackageTask.new do |package|
135
135
  :name => "opus",
136
136
  :download_base_url => "#{xiph_download_url_base}/opus",
137
137
  :label => "Opus",
138
- :version => "1.1",
138
+ :version => "1.1.2",
139
139
  :windows => {
140
140
  :configure_args => [],
141
141
  :built_file => "bin/libopus-0.dll",
@@ -145,19 +145,19 @@ package_task = GNOME2::Rake::PackageTask.new do |package|
145
145
  :name => "gstreamer",
146
146
  :download_base_url => "#{freedesktop_download_url_base}/gstreamer",
147
147
  :label => "GStreamer",
148
- :version => "1.5.2",
148
+ :version => "1.8.0",
149
149
  :compression_method => "xz",
150
150
  :windows => {
151
151
  :cc_args => "-std=gnu99",
152
152
  :configure_args => [
153
- "--enable-check",
153
+ "--disable-check",
154
154
  "--enable-introspection",
155
155
  ],
156
156
  :build_concurrently => false,
157
157
  :patches => [
158
- "gstreamer-1.5.2-remove-introspection-compiler-dependency.diff",
159
158
  ],
160
159
  :need_autoreconf => true,
160
+ :gobject_introspection_compiler_split_args => true,
161
161
  :built_file => "bin/libgstreamer-1.0-0.dll",
162
162
  },
163
163
  },
@@ -165,19 +165,20 @@ package_task = GNOME2::Rake::PackageTask.new do |package|
165
165
  :name => "gst-plugins-base",
166
166
  :download_base_url => "#{freedesktop_download_url_base}/gst-plugins-base",
167
167
  :label => "GStreamer plugins (base)",
168
- :version => "1.5.2",
168
+ :version => "1.8.0",
169
169
  :compression_method => "xz",
170
170
  :windows => {
171
171
  :configure_args => [
172
172
  "--enable-introspection",
173
173
  ],
174
+ :cc_args => [
175
+ "-std=gnu99",
176
+ ],
174
177
  :build_concurrently => false,
175
178
  :patches => [
176
- "gst-plugins-base-1.5.2-use-portable-64bit-data-print-modifier.diff",
177
- "gst-plugins-base-1.5.2-use-portable-cast.diff",
178
- "gst-plugins-base-1.5.2-remove-introspection-compiler-dependency.diff",
179
179
  ],
180
180
  :need_autoreconf => true,
181
+ :gobject_introspection_compiler_split_args => true,
181
182
  :built_file => "lib/gstreamer-1.0/libgstgio.dll",
182
183
  },
183
184
  },
@@ -185,12 +186,13 @@ package_task = GNOME2::Rake::PackageTask.new do |package|
185
186
  :name => "gst-plugins-good",
186
187
  :download_base_url => "#{freedesktop_download_url_base}/gst-plugins-good",
187
188
  :label => "GStreamer plugins (good)",
188
- :version => "1.5.2",
189
+ :version => "1.8.0",
189
190
  :compression_method => "xz",
190
191
  :windows => {
191
192
  :configure_args => [
192
193
  "--disable-shout2",
193
194
  ],
195
+ :gobject_introspection_compiler_split_args => true,
194
196
  :built_file => "lib/gstreamer-1.0/libgstcairo.dll",
195
197
  },
196
198
  },
@@ -198,18 +200,18 @@ package_task = GNOME2::Rake::PackageTask.new do |package|
198
200
  :name => "gst-plugins-bad",
199
201
  :download_base_url => "#{freedesktop_download_url_base}/gst-plugins-bad",
200
202
  :label => "GStreamer plugins (bad)",
201
- :version => "1.5.2",
203
+ :version => "1.8.0",
202
204
  :compression_method => "xz",
203
205
  :windows => {
204
206
  :configure_args => ["--disable-librfb"],
205
207
  :cc_args => [
206
- "-std=c99",
208
+ "-std=gnu99",
207
209
  ],
208
210
  :need_autoreconf => true,
211
+ :gobject_introspection_compiler_split_args => true,
209
212
  :patches => [
210
- "gst-plugins-bad-1.5.2-use-only-I.diff",
211
- "gst-plugins-bad-1.5.2-use-portable-cast.diff",
212
- "gst-plugins-bad-1.5.2-remove-introspection-compiler-dependency.diff",
213
+ "gst-plugins-bad-1.8.0-use-only-I.diff",
214
+ "gst-plugins-bad-1.8.0-add-missing-lole32.diff",
213
215
  ],
214
216
  :built_file => "lib/gstreamer-1.0/libgstmxf.dll",
215
217
  },
@@ -218,28 +220,30 @@ package_task = GNOME2::Rake::PackageTask.new do |package|
218
220
  # :name => "gst-plugins-ugly",
219
221
  # :download_base_url => "#{freedesktop_download_url_base}/gst-plugins-ugly",
220
222
  # :label => "GStreamer plugins (ugly)",
221
- # :version => "1.5.2",
223
+ # :version => "1.8.0",
222
224
  # :compression_method => "xz",
223
225
  # :windows => {
224
226
  # :configure_args => [],
227
+ # :gobject_introspection_compiler_split_args => true,
225
228
  # },
226
229
  # },
227
230
  {
228
231
  :name => "gst-libav",
229
232
  :download_base_url => "#{freedesktop_download_url_base}/gst-libav",
230
233
  :label => "GStreamer libav",
231
- :version => "1.5.2",
234
+ :version => "1.8.0",
232
235
  :compression_method => "xz",
233
236
  :windows => {
234
237
  :configure_args => [
235
238
  "--with-libav-extra-configure=" +
236
239
  "--cross-prefix=#{package.windows.build_host}- " +
237
240
  "--target-os=mingw32 " +
238
- "--arch=i686 " +
241
+ "--arch=#{package.windows.build_arch} " +
239
242
  "--pkg-config=pkg-config " +
240
243
  "--disable-gpl " +
241
244
  "--disable-yasm",
242
245
  ],
246
+ :gobject_introspection_compiler_split_args => true,
243
247
  :built_file => "lib/gstreamer-1.0/libgstlibav.dll",
244
248
  },
245
249
  :bundled_packages => [
@@ -247,7 +251,7 @@ package_task = GNOME2::Rake::PackageTask.new do |package|
247
251
  :name => "libav",
248
252
  :path => "gst-libs/ext/libav",
249
253
  :license_files => [
250
- "LICENSE",
254
+ "LICENSE.md",
251
255
  "CREDITS",
252
256
  "COPYING.GPLv2",
253
257
  "COPYING.GPLv3",
@@ -44,6 +44,7 @@ end
44
44
  setup_windows(module_name, base_dir)
45
45
 
46
46
  unless required_pkg_config_package(package_id,
47
+ :altlinux => "gstreamer1.0-devel",
47
48
  :debian => "libgstreamer1.0-dev",
48
49
  :redhat => "gstreamer1-devel",
49
50
  :arch => "gstreamer",
@@ -73,13 +73,13 @@ bin.bus.sync_handler do |bus, message|
73
73
 
74
74
  val = message.stream_status_object
75
75
 
76
- puts "type: #{type}"
76
+ puts "type: #{type.inspect}"
77
77
  puts "source: #{message.src.path_string}"
78
78
  puts "owner: #{owner.path_string}"
79
79
  puts "object: type #{val.type.name}, value #{val.value}"
80
80
 
81
81
  # see if we know how to deal with this object
82
- if val.type == Gst::Task
82
+ if val.type == Gst::Task.gtype
83
83
  task = val.value
84
84
  end
85
85
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gstreamer
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.7
4
+ version: 3.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - The Ruby-GNOME2 Project Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-06 00:00:00.000000000 Z
11
+ date: 2016-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: glib2
@@ -16,28 +16,28 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 3.0.7
19
+ version: 3.0.8
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 3.0.7
26
+ version: 3.0.8
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: gobject-introspection
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 3.0.7
33
+ version: 3.0.8
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: 3.0.7
40
+ version: 3.0.8
41
41
  description: Ruby/GStreamer is a Ruby binding for GStreamer.
42
42
  email: ruby-gnome2-devel-en@lists.sourceforge.net
43
43
  executables: []
@@ -84,7 +84,7 @@ files:
84
84
  - test/test-version.rb
85
85
  homepage: http://ruby-gnome2.sourceforge.jp/
86
86
  licenses:
87
- - LGPLv2.1 or later
87
+ - LGPLv2.1+
88
88
  metadata: {}
89
89
  post_install_message:
90
90
  rdoc_options: []
@@ -102,7 +102,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
102
102
  version: '0'
103
103
  requirements: []
104
104
  rubyforge_project:
105
- rubygems_version: 2.2.2
105
+ rubygems_version: 2.5.1
106
106
  signing_key:
107
107
  specification_version: 4
108
108
  summary: Ruby/GStreamer is a Ruby binding for GStreamer.