[DRE-maint] RFS: libogginfo-ruby_0.3.2-1

Gunnar Wolf gwolf at gwolf.org
Thu Jul 2 17:10:35 UTC 2009


dmoerner at gmail.com dijo [Thu, Jul 02, 2009 at 01:32:38AM -0700]:
> Hi,
> 
> I just injected my first ruby package, libogginfo-ruby, into the
> packages-wip part of the repository. I was wondering if anyone could
> take the time to review the packaging and hopefully sponsor it.

Hi,

I am just adding the debian/control entry for the creation of a
package for Ruby 1.9. I am checking the module. It seems to have some
stability issues:

>> Dir.open('.').each {|d| next if d=~/^\./;Dir.open(d).each {|f| begin; next unless f=~/ogg$/; file=File.join d, f;puts " *** #{file}";puts OggInfo.open(file).to_yaml; rescue Exception => msg; puts "!!! #{msg}";end }}
 *** inst_mora/panel_4.ogg
!!! undefined local variable or method `up' for #<OggInfo:0x7f074b94c718>
 *** inst_mora/panel_1.ogg
!!! undefined local variable or method `up' for #<OggInfo:0x7f074b94b458>
 *** inst_mora/presentacion.ogg
!!! undefined local variable or method `up' for #<OggInfo:0x7f074b94aa30>
 *** inst_mora/magistral_1.ogg
!!! undefined local variable or method `up' for #<OggInfo:0x7f074b94a058>
 *** inst_mora/conclusiones.ogg
!!! undefined local variable or method `up' for #<OggInfo:0x7f074b948b40>
 *** seminarioide/Memo 8.ogg
--- !ruby/object:OggInfo 
bitrate: 22387.707925636
channels: 1
charset: iso-8859-1
file: !ruby/object:File {}

filename: seminarioide/Memo 8.ogg
length: 654.08
nominal_bitrate: 22400
samplerate: 8000
saved_tag: {}

tag: {}

 *** seminarioide/Memo 6.ogg
--- !ruby/object:OggInfo 
bitrate: 22551.0396238189
channels: 1
charset: iso-8859-1
file: !ruby/object:File {}

filename: seminarioide/Memo 6.ogg
length: 1435.904
nominal_bitrate: 22400
samplerate: 8000
saved_tag: {}

tag: {}

 *** seminarioide/Jorge_Katz_320x240.ogg
!!! undefined method `unpack' for nil:NilClass
 *** seminarioide/Carlota_Perez_720x480.ogg
!!! undefined local variable or method `up' for #<OggInfo:0x7f072b76ca80>
 *** seminarioide/Memo 1.ogg
--- !ruby/object:OggInfo 
bitrate: 22548.8609948861
channels: 1
charset: iso-8859-1
file: !ruby/object:File {}

filename: seminarioide/Memo 1.ogg
length: 3441.6
nominal_bitrate: 22400
samplerate: 8000
saved_tag: {}

tag: {}

 *** seminarioide/Memo 7.ogg
--- !ruby/object:OggInfo 
bitrate: 21972.8764452989
channels: 1
charset: iso-8859-1
file: !ruby/object:File {}

filename: seminarioide/Memo 7.ogg
length: 1198.368
nominal_bitrate: 22400
samplerate: 8000
saved_tag: {}

tag: {}

 *** seminarioide/Memo 3.ogg
--- !ruby/object:OggInfo 
bitrate: 22620.2022595207
channels: 1
charset: iso-8859-1
file: !ruby/object:File {}

filename: seminarioide/Memo 3.ogg
length: 2566.208
nominal_bitrate: 22400
samplerate: 8000
saved_tag: {}

tag: {}

 *** seminarioide/Carlota_Perez_320x240.ogg
!!! failed to allocate memory
 *** seminarioide/Jorge_Katz_720x480.ogg
!!! undefined local variable or method `up' for #<OggInfo:0x7f074b8917b0>
 *** seminarioide/disco_1.ogg
!!! OggInfoError
 *** dvd/salida.ogg
!!! failed to allocate memory

Just FYI, all those files were created by the same tools (ffmpeg) and
should be perfectly readable. Anyway, I will upload your module, as it
seems useful, and report the bug to the authors :-)

Greetings,

-- 
Gunnar Wolf • gwolf at gwolf.org • (+52-55)5623-0154 / 1451-2244



More information about the Pkg-ruby-extras-maintainers mailing list