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 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
  
     | 
    
      Source: libshout-idjc
Section: libs
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
 Ross Gammon <rossgammon@debian.org>,
 Dennis Braun <snd@debian.org>,
 Magnus Holmgren <holmgren@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 libogg-dev,
 libspeex-dev,
 libtheora-dev,
 libvorbis-dev,
 libssl-dev,
 pkgconf,
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/multimedia-team/libshout-idjc.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/libshout-idjc
Standards-Version: 4.6.2
Homepage: https://idjc.sourceforge.net
Package: libshout-idjc-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libogg-dev,
 libshout-idjc3 (= ${binary:Version}),
 libspeex-dev,
 libtheora-dev,
 libvorbis-dev,
 libssl-dev,
 pkgconf,
 ${misc:Depends},
Description: broadcast streaming library with IDJC extensions (development)
 A library for communicating with and sending data to Icecast and Icecast 2
 streaming audio servers. It handles the socket connection, the timing of
 the data transmission, and prevents bad data from getting to the server.
 .
 This package provides the libshout library with IDJC extensions.
 .
 This package contains the development files.
Package: libshout-idjc3
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Description: broadcast streaming library with IDJC extensions
 A library for communicating with and sending data to Icecast and Icecast 2
 streaming audio servers. It handles the socket connection, the timing of
 the data transmission, and prevents bad data from getting to the server.
 .
 This package provides the libshout library with IDJC extensions.
Package: shoutidjc
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Description: broadcast streaming library with IDJC extensions (source client)
 A library for communicating with and sending data to Icecast and Icecast 2
 streaming audio servers. It handles the socket connection, the timing of
 the data transmission, and prevents bad data from getting to the server.
 .
 This package provides the Icecast Source client.
 
     |