~schumski-deactivatedaccount-deactivatedaccount/+junk/qt-gstreamer

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: šumski
  • Date: 2012-06-16 15:57:29 UTC
  • Revision ID: hrvojes@hi.t-com.hr-20120616155729-ul7azt2ig6wb8lcy
Initial

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: qt-gstreamer
 
2
Section: libs
 
3
Priority: optional
 
4
Maintainer: Maintainers of GStreamer packages <pkg-gstreamer-maintainers@lists.alioth.debian.org>
 
5
Uploaders: George Kiagiadakis <kiagiadakis.george@gmail.com>
 
6
Build-Depends: debhelper (>= 9),
 
7
               dpkg-dev (>= 1.16.1~),
 
8
               cmake (>= 2.8.6),
 
9
               libqt4-dev (>= 4:4.8.1),
 
10
               libqt4-opengl-dev (>= 4:4.8.1),
 
11
               libboost-dev (>= 1.39),
 
12
               libgstreamer0.10-dev (>= 0.10.33),
 
13
               libgstreamer-plugins-base0.10-dev (>= 0.10.33),
 
14
               doxygen,
 
15
               graphviz
 
16
Standards-Version: 3.9.3
 
17
Homepage: http://gstreamer.freedesktop.org
 
18
 
 
19
Package: libqtglib-2.0-0
 
20
Architecture: any
 
21
Multi-Arch: same
 
22
Pre-Depends: ${misc:Pre-Depends}
 
23
Depends: ${shlibs:Depends},
 
24
         ${misc:Depends},
 
25
         libstdc++6 (>= 4.5.0~)
 
26
Description: C++ bindings library for GLib and GObject with a Qt-style API
 
27
 This package contains the QtGLib library, a library that provides
 
28
 C++ bindings for parts of the GLib and GObject APIs with a Qt-syle API.
 
29
 The bindings are designed to be easy to use for C++ programmers that are
 
30
 used to the Qt API and also provide easier integration with Qt by using
 
31
 Qt's data types where applicable.
 
32
 .
 
33
 This library serves as a base for building the QtGStreamer bindings library.
 
34
 .
 
35
 This package is part of QtGStreamer.
 
36
 
 
37
Package: libqtgstreamer-0.10-0
 
38
Architecture: any
 
39
Multi-Arch: same
 
40
Pre-Depends: ${misc:Pre-Depends}
 
41
Depends: ${shlibs:Depends},
 
42
         ${misc:Depends}
 
43
Description: C++ bindings library for GStreamer with a Qt-style API
 
44
 This package contains the QtGStreamer library, a library that provides
 
45
 C++ bindings for GStreamer with a Qt-style API. The bindings are designed
 
46
 to be easy to use for C++ programmers that are used to the Qt API and
 
47
 also provide easier integration with Qt by using Qt's data types where
 
48
 applicable.
 
49
 
 
50
Package: libqtgstreamerui-0.10-0
 
51
Architecture: any
 
52
Multi-Arch: same
 
53
Pre-Depends: ${misc:Pre-Depends}
 
54
Depends: ${shlibs:Depends},
 
55
         ${misc:Depends}
 
56
Suggests: qtgstreamer-plugins
 
57
Description: QtGStreamerUi library
 
58
 This package contains the QtGStreamerUi library, a library that provides
 
59
 helper classes for integrating GStreamer better in graphical Qt applications.
 
60
 .
 
61
 This package is part of QtGStreamer.
 
62
 
 
63
Package: libqtgstreamerutils-0.10-0
 
64
Architecture: any
 
65
Multi-Arch: same
 
66
Pre-Depends: ${misc:Pre-Depends}
 
67
Depends: ${shlibs:Depends},
 
68
         ${misc:Depends}
 
69
Description: QtGStreamerUtils library
 
70
 This package contains the QtGStreamerUtils library, a library that provides
 
71
 some high level utility classes that can be used with QtGStreamer.
 
72
 .
 
73
 This package is part of QtGStreamer.
 
74
 
 
75
Package: qtgstreamer-plugins
 
76
Architecture: any
 
77
Multi-Arch: same
 
78
Pre-Depends: ${misc:Pre-Depends}
 
79
Depends: ${shlibs:Depends},
 
80
         ${misc:Depends}
 
81
XB-GStreamer-Version: ${gstreamer:Version}
 
82
XB-GStreamer-Elements: ${gstreamer:Elements}
 
83
XB-GStreamer-URI-Sources: ${gstreamer:URISources}
 
84
XB-GStreamer-URI-Sinks: ${gstreamer:URISinks}
 
85
XB-GStreamer-Encoders: ${gstreamer:Encoders}
 
86
XB-GStreamer-Decoders: ${gstreamer:Decoders}
 
87
Provides: ${gstreamer:Provides}
 
88
Description: GStreamer plugins from QtGStreamer
 
89
 This package contains GStreamer plugins that are shipped together with
 
90
 the QtGStreamer bindings library. These plugins provide GStreamer elements
 
91
 that enable better integration of GStreamer in Qt applications.
 
92
 .
 
93
 Currently, this package contains the qtvideosink, qtglvideosink and
 
94
 qwidgetvideosink elements.
 
95
 
 
96
Package: qtgstreamer-declarative
 
97
Architecture: any
 
98
Multi-Arch: same
 
99
Pre-Depends: ${misc:Pre-Depends}
 
100
Depends: ${shlibs:Depends},
 
101
         ${misc:Depends}
 
102
Description: QML plugins from QtGStreamer
 
103
 This package contains QML plugins that are shipped together with the
 
104
 QtGStreamer bindings library. These plugins provide QML elements that
 
105
 enable better integration of GStreamer in QML-based GUI applications.
 
106
 
 
107
Package: libqtgstreamer-dev
 
108
Section: libdevel
 
109
Architecture: any
 
110
Depends: ${misc:Depends},
 
111
         libqtglib-2.0-0 (= ${binary:Version}),
 
112
         libqtgstreamer-0.10-0 (= ${binary:Version}),
 
113
         libqtgstreamerui-0.10-0 (= ${binary:Version}),
 
114
         libqtgstreamerutils-0.10-0 (= ${binary:Version}),
 
115
         libqt4-dev (>= 4:4.8.1),
 
116
         libboost-dev (>= 1.39)
 
117
Suggests: qtgstreamer-doc
 
118
Description: Development headers for QtGStreamer
 
119
 QtGStreamer provides C++ bindings for GStreamer with a Qt-style API,
 
120
 plus some helper classes for integrating GStreamer better in Qt applications.
 
121
 .
 
122
 This package provides the necessary development files for building
 
123
 C++/Qt applications that use the QtGStreamer library.
 
124
 
 
125
Package: qtgstreamer-doc
 
126
Section: doc
 
127
Architecture: all
 
128
Depends: ${misc:Depends}
 
129
Suggests: libqtgstreamer-dev
 
130
Description: QtGStreamer API documentation
 
131
 QtGStreamer provides C++ bindings for GStreamer with a Qt-style API,
 
132
 plus some helper classes for integrating GStreamer better in Qt applications.
 
133
 .
 
134
 This package contains API documentation for the QtGStreamer library
 
135
 in html format, generated from the sources with doxygen.
 
136
 
 
137
Package: qtgstreamer-dbg
 
138
Section: debug
 
139
Priority: extra
 
140
Architecture: any
 
141
Depends: ${misc:Depends},
 
142
         libqtglib-2.0-0 (= ${binary:Version}),
 
143
         libqtgstreamer-0.10-0 (= ${binary:Version}),
 
144
         libqtgstreamerui-0.10-0 (= ${binary:Version}),
 
145
         libqtgstreamerutils-0.10-0 (= ${binary:Version}),
 
146
         qtgstreamer-plugins (= ${binary:Version})
 
147
Description: Debug symbols for QtGStreamer
 
148
 QtGStreamer provides C++ bindings for GStreamer with a Qt-style API,
 
149
 plus some helper classes for integrating GStreamer better in Qt applications.
 
150
 .
 
151
 This package contains the debug symbols for the various binaries shipped
 
152
 with QtGStreamer.