File: control

package info (click to toggle)
libvorbisfile-ruby 0.2-8.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, squeeze, wheezy
  • size: 84 kB
  • ctags: 35
  • sloc: ansic: 371; makefile: 52; ruby: 45
file content (39 lines) | stat: -rw-r--r-- 1,391 bytes parent folder | download
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.