File: control

package info (click to toggle)
cortado 0.6.0-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,696 kB
  • sloc: java: 21,840; xml: 581; sh: 78; makefile: 17
file content (51 lines) | stat: -rw-r--r-- 1,959 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
40
41
42
43
44
45
46
47
48
49
50
51
Source: cortado
Section: utils
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Varun Hiremath <varun@debian.org>,
 Torsten Werner <twerner@debian.org>,
Build-Depends:
 ant,
 debhelper (>= 9),
 default-jdk,
 junit
Standards-Version: 3.9.6
Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/cortado/
Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-java/trunk/cortado/
Homepage: http://theora.org/cortado/

Package: cortado
Architecture: all
Depends:
 libcortado-java (>= ${source:Version}),
 ${misc:Depends}
Recommends:
 apache2 | httpd
Description: streaming applet for Ogg formats
 By embedding the cortado applet in your website, you can give viewers access
 to streams from either the Flumotion streaming server or any HTTP server
 providing multimedia files without the need for a locally installed media
 player supporting the correct formats on the visitor's computer.  Cortado
 currently include Java decoders for Ogg Theora, Ogg Vorbis (the JOrbis
 library), Mulaw audio, MJPEG and Flumotion's Smoke codec.
 .
 The package will automatically be configured for apache2 but can be used with
 any other HTTP server. Some HTML files are included as examples of how to use
 the applet.

Package: libcortado-java
Section: java
Architecture: all
Depends:
 ${misc:Depends}
Description: streaming applet for Ogg formats -- shared components
 By embedding the cortado applet in your website, you can give viewers access
 to streams from either the Flumotion streaming server or any HTTP server
 providing multimedia files without the need for a locally installed media
 player supporting the correct formats on the visitor's computer.  Cortado
 currently include Java decoders for Ogg Theora, Ogg Vorbis (the JOrbis
 library), Mulaw audio, MJPEG and Flumotion's Smoke codec.
 .
 The package cotains the actual jar files that can be used by other programs to
 provide Theora playback capability.