1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
Source: libvorbisfile-ruby
Section: interpreters
Priority: optional
Maintainer: Tatsuki Sugiura <sugi@nemui.org>
Build-Depends: debhelper (>> 4.0.0), ruby1.8, ruby1.8-dev, libvorbis-dev
Standards-Version: 3.7.2
Package: libvorbisfile-ruby1.8
Architecture: any
Provides: libvorbisfile-ruby
Conflicts: libvorbisfile-ruby (<< 0.2-7)
Replaces: libvorbisfile-ruby (<< 0.2-7)
Depends: ${shlibs:Depends}
Description: Ogg Vorbis support library for Ruby
libvorbisfile-ruby is a decoder library provided with the Ogg Vorbis
distribution. See http://xiph.org/ogg/vorbis/ for details.
.
The API of this extension is virtually identical to that of
vorbisfile.h, with a couple of exceptions:
.
* Prefixes have been removed (ov_open -> open).
* The OggVorbis_File parameter is removed, as the VorbisFile object
encapsulates this.
Package: libvorbisfile-ruby
Architecture: any
Depends: libvorbisfile-ruby1.8
Description: Ogg Vorbis support library for Ruby
libvorbisfile-ruby is a decoder library provided with the Ogg Vorbis
distribution. See http://xiph.org/ogg/vorbis/ for details.
.
The API of this extension is virtually identical to that of
vorbisfile.h, with a couple of exceptions:
.
* Prefixes have been removed (ov_open -> open).
* The OggVorbis_File parameter is removed, as the VorbisFile object
encapsulates this.
.
This is dummy package for each ruby version.
|