~mmach/netext73/wxwidgets3.0

« back to all changes in this revision

Viewing changes to debian/control.in

  • Committer: mmach
  • Date: 2020-06-26 06:45:45 UTC
  • Revision ID: netbit73@gmail.com-20200626064545-f93leu8gg98o2ojg
3.0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: libs
3
3
Priority: optional
4
4
Build-Depends-indep: doxygen, graphviz
5
 
Build-Depends: debhelper-compat (= 12), gettext, libgtk2.0-dev,
 
5
Build-Depends: debhelper-compat (= 12), gettext,
6
6
 g++ (>= 4:5.2),
7
7
 zlib1g-dev, libjpeg-dev, libpng-dev, libtiff5-dev, libsm-dev,
8
8
 libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev,
12
12
 libnotify-dev
13
13
Maintainer: wxWidgets Maintainers <team+wx@tracker.debian.org>
14
14
Uploaders: Olly Betts <olly@survex.com>, Scott Talbert <swt@techie.net>
15
 
Standards-Version: 4.4.0
 
15
Standards-Version: 4.5.0
16
16
Vcs-Git: https://salsa.debian.org/freewx-team/wx.git -b wx3.0-debian
17
17
Vcs-Browser: https://salsa.debian.org/freewx-team/wx/tree/wx3.0-debian
18
18
Homepage: https://www.wxwidgets.org/
57
57
 This package provides the files needed to compile apps using the wxBase
58
58
 library.
59
59
 
60
 
Package: libwxgtk=SOV
61
 
Architecture: any
62
 
Pre-Depends: ${misc:Pre-Depends}
63
 
Depends: ${shlibs:Depends}, ${misc:Depends}
64
 
Multi-Arch: same
65
 
Breaks: libwxgtk3.0-0
66
 
Replaces: libwxgtk3.0-0
67
 
Description: wxWidgets Cross-platform C++ GUI toolkit (GTK 2 runtime)
68
 
 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
69
 
 GUI components and other facilities on several popular platforms (and some
70
 
 unpopular ones as well).
71
 
 .
72
 
 This package provides the shared libraries needed to run programs linked
73
 
 against wxWidgets.  To use the (optional) glcanvas library you will need
74
 
 to have Mesa or OpenGL installed.
75
 
 
76
 
Package: libwxgtk=V-dev
77
 
Architecture: any
78
 
Section: libdevel
79
 
Depends: wx-common, wx=V-headers (= ${source:Version}), libwxgtk=SOV (= ${binary:Version}), libwxbase=V-dev (= ${binary:Version}), libgl1-mesa-dev | libgl-dev, xlibmesa-glu-dev | libglu-dev, ${misc:Depends}
80
 
Multi-Arch: same
81
 
Suggests: wx=V-doc, gettext
82
 
Description: wxWidgets Cross-platform C++ GUI toolkit (GTK 2 development)
83
 
 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
84
 
 GUI components and other facilities on several popular platforms (and some
85
 
 unpopular ones as well).
86
 
 .
87
 
 This package provides files needed to compile wxWidgets programs.  If you
88
 
 want to compile apps using the (optional) glcanvas library you will need
89
 
 to have Mesa or OpenGL installed too.
90
 
 .
91
 
 This package also provides the wx-config script.
92
 
 
93
 
Package: libwxgtk-media=SOV
94
 
Architecture: any
95
 
Pre-Depends: ${misc:Pre-Depends}
96
 
Depends: ${shlibs:Depends}, ${misc:Depends},
97
 
  gstreamer1.0-plugins-base,
98
 
  gstreamer1.0-plugins-good,
99
 
  gstreamer1.0-x
100
 
Multi-Arch: same
101
 
Breaks: libwxgtk-media3.0-0
102
 
Replaces: libwxgtk-media3.0-0
103
 
Description: wxWidgets Cross-platform C++ GUI toolkit (GTK 2 media library runtime)
104
 
 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
105
 
 GUI components and other facilities on several popular platforms (and some
106
 
 unpopular ones as well).
107
 
 .
108
 
 This package provides the media shared libraries needed to run programs linked
109
 
 against libwx_gtk2u_media.
110
 
 
111
 
Package: libwxgtk-media=V-dev
112
 
Architecture: any
113
 
Section: libdevel
114
 
Depends: wx-common, wx=V-headers (= ${source:Version}), libwxgtk-media=SOV (= ${binary:Version}), libwxgtk=V-dev (= ${binary:Version}), ${misc:Depends}
115
 
Multi-Arch: same
116
 
Suggests: wx=V-doc, gettext
117
 
Description: wxWidgets Cross-platform C++ GUI toolkit (GTK 2 media library development)
118
 
 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
119
 
 GUI components and other facilities on several popular platforms (and some
120
 
 unpopular ones as well).
121
 
 .
122
 
 This package provides files needed to compile wxWidgets programs using the
123
 
 wxgtk-media library.
124
 
 
125
60
Package: libwxgtk=SOG3V
126
61
Architecture: any
127
62
Pre-Depends: ${misc:Pre-Depends}
181
116
 unpopular ones as well).
182
117
 .
183
118
 This package provides files needed to compile wxWidgets programs using the
184
 
 wxgtk-media library.
 
119
 wxMediaCtrl class.
185
120
 
186
121
Package: libwxgtk-webview=SOG3V
187
122
Architecture: any
208
143
 unpopular ones as well).
209
144
 .
210
145
 This package provides files needed to compile wxWidgets programs using the
211
 
 wxgtk-webview library.
 
146
 wxWebView class.
212
147
 
213
148
Package: wx-common
214
149
Architecture: any
256
191
Multi-Arch: foreign
257
192
Section: devel
258
193
Depends: ${misc:Depends}
259
 
Suggests: libwxgtk=V-dev, wx=V-doc
 
194
Suggests: libwxgtk=V-gtk3-dev, wx=V-doc
260
195
Description: wxWidgets Cross-platform C++ GUI toolkit (examples)
261
196
 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
262
197
 GUI components and other facilities on several popular platforms (and some