~dns/gnash/debian

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: DNS
  • Date: 2012-02-07 06:12:43 UTC
  • Revision ID: dns@rbose.org-20120207061243-x0zks7m6b958yxfp
* moved files in this branch to the root dir

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Source: gnash
2
 
Priority: optional
3
 
Maintainer: Rob Savoye (Rollinsville, CO) <rob@welcomehome.org>
4
 
Build-Depends: dpkg-dev (>= 1.13.19),
5
 
               debhelper (>= 7.0.0), 
6
 
               autoconf, automake, libtool,
7
 
               libxmu-dev,
8
 
               autotools-dev,
9
 
               libjpeg-dev,
10
 
               libpng12-dev | libpng-dev,
11
 
               libagg-dev,
12
 
               libpango1.0-dev | pango-dev,
13
 
               libcurl4-openssl-dev | libcurl4-gnutls-dev,
14
 
               libboost-dev, 
15
 
               libboost-program-options-dev,
16
 
               libboost-thread-dev,
17
 
               libboost-date-time-dev,
18
 
               libgtk2.0-dev, 
19
 
               libatk1.0-dev,
20
 
               kdelibs5-dev | kdelibs-dev,
21
 
               kdelibs-bin,
22
 
               libqt4-dev,
23
 
               qt4-qmake,
24
 
               docbook,
25
 
               docbook2x,
26
 
               libgif-dev,
27
 
               libgstreamer-plugins-base0.10-dev,
28
 
               libgstreamer0.10-dev | gstreamer0.10-dev,
29
 
               libsdl1.2-dev,
30
 
               intltool, 
31
 
               intltool-debian,
32
 
               libmysqlclient-dev,
33
 
               libavformat-dev,
34
 
               libavcodec-dev,
35
 
               libavutil-dev,
36
 
               libswscale-dev,
37
 
               lsb-release,
38
 
               libboost-iostreams-dev,
39
 
               libgconf2-dev,
40
 
               libegl1-mesa-dev,
41
 
               libgles1-mesa-dev,
42
 
               libgles2-mesa-dev,
43
 
               libxv-dev,
44
 
               dejagnu,
45
 
               libspeex-dev,
46
 
               libspeexdsp-dev,
47
 
               firefox-dev,
48
 
               hardening-wrapper,
49
 
               libltdl-dev,
50
 
               libgtkglext1-dev,
51
 
               libqt4-opengl-dev,
52
 
               gstreamer0.10-ffmpeg,
53
 
               ffmpeg,
54
 
               gawk,
55
 
               doxygen,
56
 
               libdts-dev,
57
 
               libgsm1-dev,
58
 
               libtheora-dev,
59
 
               libcsound64-dev,
60
 
               libdc1394-22,
61
 
               libvorbis-dev,
62
 
               gstreamer0.10-tools
63
 
 
64
 
# hwaccel disabled for now
65
 
#               libva-dev | libvdpau1,
66
 
#               vdpau-video | libvdpau1,
67
 
#               libvdpau-dev,
68
 
 
69
 
# OpenGL packages are disabled for now
70
 
# libgl1-mesa-dev, libglu1-mesa-dev, libgtkglext1-dev, libqt4-opengl-dev, 
71
 
Standards-Version: 3.8.4
72
 
Section: utils
73
 
Homepage: http://www.gnu.org/software/gnash/
74
 
 
75
 
Package: gnash-common
76
 
Section: libs
77
 
Architecture: any
78
 
Depends: ${shlibs:Depends}, ${misc:Depends},
79
 
 gstreamer-plugins-base | libgstreamer-plugins-base0.10-0, gstreamer0.10-plugins-bad, gstreamer0.10-ffmpeg, libxv1
80
 
# OpenGL packages are disabled for now
81
 
# libgtkglext1
82
 
Suggests: browser-plugin-gnash (= ${binary:Version}), gnash-lirc-extension (= ${binary:Version}),  gnash-fileio-extension (= ${binary:Version}),  gnash-mysql-extension (= ${binary:Version})
83
 
Conflicts: libgnash0 (<< 0.8.1~), gnash (<< 0.8.1~), libklash0 (<< 0.8.1~), gnash-common-opengl
84
 
Description: free SWF movie player - common files/libraries
85
 
 Gnash is a free Flash movie player, which works either standalone, or as
86
 
 plugin for Firefox/Mozilla, Konqueror, or Chromium.
87
 
 .
88
 
 This package includes the common, gui-independent files/libraries
89
 
 
90
 
Package: gnash
91
 
Section: utils
92
 
Architecture: any
93
 
Conflicts: gnash-opengl
94
 
Depends: gnash-common (= ${binary:Version}),
95
 
 ${shlibs:Depends}, ${misc:Depends}
96
 
Description: free SWF movie player
97
 
 Gnash is a free Flash movie player, which works either standalone, or as
98
 
 plugin for Firefox/Mozilla, Konqueror, or Chromium. Currently it is in a beta state.
99
 
 .
100
 
 Gnash supports the majority of Flash opcodes up to SWF version 8, and
101
 
 a wide sampling of ActionScript classes for SWF version 9 and 10. All the
102
 
 core ones are implemented, and many of the newer ones work, but may be
103
 
 missing some of their methods.
104
 
 .
105
 
 This package includes the standalone GTK+-based player that uses software
106
 
 rendering.
107
 
 
108
 
Package: klash
109
 
Section: utils
110
 
Architecture: any
111
 
Conflicts: klash-opengl
112
 
Depends: gnash-common (= ${binary:Version}),
113
 
 ${shlibs:Depends}, ${misc:Depends}
114
 
Description: free SWF movie player - standalone player for KDE
115
 
 Gnash is a free Flash movie player, which works either standalone, or as
116
 
 plugin for Firefox/Mozilla, Konqueror, or Chromium. Currently it is in a beta state.
117
 
 .
118
 
 Gnash supports the majority of Flash opcodes up to SWF version 8, and
119
 
 a wide sampling of ActionScript classes for SWF version 9 and 10. All the
120
 
 core ones are implemented, and many of the newer ones work, but may be
121
 
 missing some of their methods.
122
 
 .
123
 
 Klash is a free standalone Flash movie player for KDE.
124
 
 
125
 
Package: gnash-tools
126
 
Section: utils
127
 
Architecture: any
128
 
Depends: gnash-common (= ${binary:Version}),
129
 
 ${shlibs:Depends}, ${misc:Depends}
130
 
Description: free SWF movie player - Command-line Tools
131
 
 Gnash is a free Flash movie player, which works either standalone, or as
132
 
 plugin for Firefox/Mozilla, Konqueror, or Chromium. Currently it is in a beta state.
133
 
 .
134
 
 Gnash supports the majority of Flash opcodes up to SWF version 8, and
135
 
 a wide sampling of ActionScript classes for SWF version 9 and 10. All the
136
 
 core ones are implemented, and many of the newer ones work, but may be
137
 
 missing some of their methods.
138
 
 .
139
 
 This package includes command-line utilities based in gnash.
140
 
 
141
 
Package: gnash-cygnal
142
 
Section: utils
143
 
Architecture: any
144
 
Depends: gnash-common (= ${binary:Version}),
145
 
 ${shlibs:Depends}, ${misc:Depends}
146
 
Description: free SWF movie player - Media server
147
 
 Gnash is a free Flash movie player, which works either standalone, or as
148
 
 plugin for Firefox/Mozilla, Konqueror, or Chromium. Currently it is in a beta state.
149
 
 .
150
 
 Gnash supports the majority of Flash opcodes up to SWF version 8, and
151
 
 a wide sampling of ActionScript classes for SWF version 9 and 10. All the
152
 
 core ones are implemented, and many of the newer ones work, but may be
153
 
 missing some of their methods.
154
 
 .
155
 
 Cygnal is Gnash's media server.
156
 
 
157
 
Package: browser-plugin-gnash
158
 
Section: utils
159
 
Architecture: any
160
 
Conflicts: mozilla-plugin-gnash
161
 
Depends: gnash (= ${binary:Version}),
162
 
 ${shlibs:Depends}, ${misc:Depends}
163
 
Xb-Npp-Applications: ec8030f7-c20a-464f-9b0e-13a3a9e97384,92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a,aa5ca914-c309-495d-91cf-3141bbb04115
164
 
Xb-Npp-MimeType: application/x-shockwave-flash
165
 
Xb-Npp-Name: Gnash SWF Player
166
 
Description: free SWF movie player - Plugin for Mozilla and derivatives
167
 
 Gnash is a free Flash movie player, which works either standalone, or as
168
 
 plugin for Firefox/Mozilla, Konqueror, or Chromium.
169
 
 .
170
 
 This package includes the plugin for Firefox/Mozilla/Chromium Web Browser.
171
 
 
172
 
Package: konqueror-plugin-gnash
173
 
Section: utils
174
 
Architecture: any
175
 
Depends: klash (= ${binary:Version}),
176
 
 ${shlibs:Depends}, ${misc:Depends}
177
 
Description: free SWF movie player - Plugin for Konqueror
178
 
 Gnash is a free Flash movie player, which works either standalone, or as
179
 
 plugin for Firefox/Mozilla, Konqueror, or Chromium.
180
 
 .
181
 
 This package includes the plugin for Konqueror.
182
 
 
183
 
Package: gnash-dev
184
 
Section: utils
185
 
Architecture: any
186
 
Depends: gnash-common (= ${binary:Version}),
187
 
 ${shlibs:Depends}, ${misc:Depends}
188
 
Description: free SWF movie player - Development files
189
 
 Gnash is a free Flash movie player, which works either standalone, or as
190
 
 plugin for Firefox/Mozilla, Konqueror, or Chromium. Currently it is in a beta state.
191
 
 .
192
 
 Gnash supports the majority of Flash opcodes up to SWF version 8, and
193
 
 a wide sampling of ActionScript classes for SWF version 9 and 10. All the
194
 
 core ones are implemented, and many of the newer ones work, but may be
195
 
 missing some of their methods.
196
 
 .
197
 
 This package includes the header files used for gnash development.
198
 
 
199
 
Package: gnash-dbg
200
 
Architecture: any
201
 
Section: debug
202
 
Priority: extra
203
 
Depends: gnash-common (= ${binary:Version}),
204
 
 ${shlibs:Depends}, ${misc:Depends}
205
 
Description: Debug symbols for Gnash
206
 
 Gnash is a free Flash movie player, which works either standalone, or as
207
 
 plugin for Firefox/Mozilla, Konqueror, or Chromium. Currently it is in a beta state.
208
 
 The plugins are under heavy development at this time.
209
 
 .
210
 
 Gnash supports the majority of Flash opcodes up to SWF version 7, and
211
 
 a wide sampling of ActionScript classes for SWF version 8.5. All the
212
 
 core ones are implemented, and many of the newer ones work, but may be
213
 
 missing some of their methods.
214
 
 .
215
 
 Included in the Gnash is an XML based messaging system, as specified in
216
 
 the Flash specification. This lets a flash movie communicate over a TCP/IP
217
 
 socket, and parse the incoming XML message. This lets a movie be a remote
218
 
 control for other devices or applications.
219
 
 
220
 
Package: gnash-fileio-extension
221
 
Architecture: any
222
 
Section: utils
223
 
Priority: extra
224
 
Depends: gnash-common (= ${binary:Version}),
225
 
 ${shlibs:Depends}, ${misc:Depends}
226
 
Description: Fileio extension for Gnash
227
 
 This extension allows SWF files being played within Gnash to have direct access
228
 
 to the file system. The API is similar to the C library one.
229
 
 
230
 
Package: gnash-mysql-extension
231
 
Architecture: any
232
 
Section: utils
233
 
Priority: extra
234
 
Depends: gnash-common (= ${binary:Version}),
235
 
 ${shlibs:Depends}, ${misc:Depends}
236
 
Description: MySQL extension for Gnash
237
 
 This extension allows SWF files being played within Gnash to have direct access
238
 
 to a MySQL database. The API is similar to the standard MySQL one.
239
 
 
240
 
Package: gnash-lirc-extension
241
 
Architecture: any
242
 
Section: utils
243
 
Priority: extra
244
 
Depends: gnash-common (= ${binary:Version}),
245
 
 ${shlibs:Depends}, ${misc:Depends}
246
 
Description: LIRC extension for Gnash
247
 
 This extension allows SWF files being played within Gnash to have direct access
248
 
 to a LIRC based remote control device. The API is similar to the standard
249
 
 LIRC one.
250
 
 
251
 
Package: gnash-doc
252
 
Section: doc
253
 
Architecture: all
254
 
Priority: extra
255
 
Depends: ${misc:Depends}
256
 
Suggests: gnash (= ${binary:Version})
257
 
Description: Doc files for Gnash
258
 
 This package contains a few documentation files for Gnash.