File: control

package info (click to toggle)
gnuift 0.1.14%2Bds-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 5,632 kB
  • ctags: 2,973
  • sloc: cpp: 15,867; sh: 8,281; ansic: 1,812; perl: 1,007; php: 651; makefile: 483; lisp: 344
file content (266 lines) | stat: -rw-r--r-- 9,885 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
Source: gnuift
Maintainer: Debian QA Group <packages@qa.debian.org>
Homepage: http://www.gnu.org/software/gift/
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 10~),
    dh-buildinfo,
    docbook-to-man,
    flex,
    libexpat1-dev,
    libhtml-parser-perl,
    libmagickcore-dev,
    libmysql++-dev,
    libparse-yapp-perl,
    libperl-dev,
    libtext-iconv-perl,
    libtool,
    libwww-perl,
    libxml-dom-perl,
    libxml-handler-trees-perl,
    libxml-libxml-perl,
    libxml-parser-perl,
    libxml-sax-expat-perl,
    libxml-sax-perl,
    libxml-writer-perl,
    libxml-xql-perl,
    m4,
    perl,
    pkg-config,
Build-Depends-Indep:
    doxygen-latex,
    ghostscript,
    ldp-docbook-dsssl,
    linuxdoc-tools,
    linuxdoc-tools-info,
    linuxdoc-tools-latex,
    linuxdoc-tools-text,
Priority: optional
Section: graphics

Package: gnuift
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends},
    gnuift-perl (= ${source:Version}),
Suggests:
    gnuift-doc,
    kmrml,
Description: GNU Image Finding Tool - index and search images by content
 The GIFT (the GNU Image-Finding Tool) is a Content Based Image
 Retrieval System (CBIRS). It enables you to do Query By Example on
 images, giving you the opportunity to improve query results by
 relevance feedback. For processing your queries the program relies
 entirely on the content of the images, freeing you from the need to
 annotate all images before querying the collection.
 .
 The GIFT comes with a tool which lets you index whole directory trees
 containing images in one go. You then can use the GIFT server and its
 client, to browse your own image collections.
 .
 The GIFT is an open framework. The developers explicitly have taken
 into account the possibility of adding new ways of querying to the
 framework. The communication protocol for client-server communication,
 MRML, is XML based and fully documented (http://www.mrml.net). This
 aims at promoting code reuse among researchers and application
 developers.
 .
 The current version of the GIFT can be seen in action at
 http://viper.unige.ch/demo/
 .
 The GIFT (ex Viper) is the result of a research effort at the Vision
 Group at the CUI (computer science center) of the University of Geneva
 (see http://vision.unige.ch/). This cutting-edge research has been the
 subject of several publications and conference talks. Details can be
 found at http://viper.unige.ch/.
 .
 To avoid a name clash with the "gift" package (a fasttrack filesharing
 client), these packages have been named "gnuift" (also to stress that
 gnuift is a GNU project).

Package: gnuift-doc
Architecture: all
Depends: ${misc:Depends},
Description: Documentation for gnuift
 This package includes gift-guide, configuring-and-hacking-the-gift and
 the doxygen reference tree. The application is contained in the gnuift
 package.
 .
 The GIFT (the GNU Image-Finding Tool) is a Content Based Image
 Retrieval System (CBIRS). It enables you to do Query By Example on
 images, giving you the opportunity to improve query results by
 relevance feedback. For processing your queries the program relies
 entirely on the content of the images, freeing you from the need to
 annotate all images before querying the collection.
 .
 The GIFT comes with a tool which lets you index whole directory trees
 containing images in one go. You then can use the GIFT server and its
 client, to browse your own image collections.
 .
 The GIFT is an open framework. The developers explicitly have taken
 into account the possibility of adding new ways of querying to the
 framework. The communication protocol for client-server communication,
 MRML, is XML based and fully documented (http://www.mrml.net). This
 aims at promoting code reuse among researchers and application
 developers.
 .
 To avoid a name clash with the "gift" package (a fasttrack filesharing
 client), these packages have been named "gnuift" (also to stress that
 gnuift is a GNU project).
Section: doc

Package: libgnuift0c2a
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends},
Suggests:
    gnuift,
    gnuift-doc,
    libgnuift0-dev (= ${binary:Version}),
Conflicts:
    libgnuift0,
    libgnuift0c2,
Replaces:
    libgnuift0,
    libgnuift0c2,
Section: libs
Description: GNU Image Finding Tool - libraries
 The GIFT (the GNU Image-Finding Tool) is a Content Based Image
 Retrieval System (CBIRS). It enables you to do Query By Example on
 images, giving you the opportunity to improve query results by
 relevance feedback. For processing your queries the program relies
 entirely on the content of the images, freeing you from the need
 to annotate all images before querying the collection.
 .
 The GIFT is an open framework. The communication protocol for
 client-server communication, MRML, is XML based and fully documented
 (http://www.mrml.net).
 .
 To avoid a name clash with the "gift" package (a fasttrack filesharing
 client), these packages have been named "gnuift" (also to stress that
 gnuift is a GNU project).

Package: libgnuift0-dev
Architecture: any
Depends: ${misc:Depends},
    libexpat1-dev,
    libgnuift0c2a (= ${binary:Version}),
    libmagickcore-dev,
Conflicts:
    libgnuift-dev,
Provides:
    libgnuift-dev,
Section: libdevel
Description: libgnuift development files
 The GIFT (the GNU Image-Finding Tool) is a Content Based Image
 Retrieval System (CBIRS). It enables you to do Query By Example on
 images, giving you the opportunity to improve query results by
 relevance feedback. For processing your queries the program relies
 entirely on the content of the images, freeing you from the need
 to annotate all images before querying the collection.
 .
 The GIFT is an open framework. The communication protocol for
 client-server communication, MRML, is XML based and fully documented
 (http://www.mrml.net).
 .
 To avoid a name clash with the "gift" package (a fasttrack filesharing
 client), these packages have been named "gnuift" (also to stress that
 gnuift is a GNU project).

Package: libmrml1c2a
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends},
Suggests:
    gnuift,
    libmrml1-dev (= ${binary:Version}),
Conflicts:
    libmrml1,
    libmrml1c2,
Replaces:
    libmrml1,
    libmrml1c2,
Section: libs
Homepage: http://www.mrml.net/
Description: Multimedia Retrieval Markup Language
 MRML's aims are to unify access to multimedia retrieval and management
 software component in order to extend their capabilities. The success
 of such a context has already been demonstrated via the development of
 the GNU Image Finding Tool (GIFT).
 .
 The GIFT (the GNU Image-Finding Tool) is a Content Based Image
 Retrieval System (CBIRS). It enables you to do Query By Example on
 images, giving you the opportunity to improve query results by
 relevance feedback. For processing your queries the program relies
 entirely on the content of the images, freeing you from the need
 to annotate all images before querying the collection.
 .
 The GIFT is an open framework. The communication protocol for
 client-server communication, MRML, is XML based and fully documented.

Package: libmrml1-dev
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends},
    libexpat1-dev,
    libmrml1c2a (= ${binary:Version}),
Conflicts:
    libmrml-dev,
Provides:
    libmrml-dev,
Section: libdevel
Homepage: http://www.mrml.net/
Description: libmrml development files
 MRML's aims are to unify access to multimedia retrieval and management
 software component in order to extend their capabilities. The success
 of such a context has already been demonstrated via the development of
 the GNU Image Finding Tool (GIFT).
 .
 The GIFT (the GNU Image-Finding Tool) is a Content Based Image
 Retrieval System (CBIRS). It enables you to do Query By Example on
 images, giving you the opportunity to improve query results by
 relevance feedback. For processing your queries the program relies
 entirely on the content of the images, freeing you from the need
 to annotate all images before querying the collection.
 .
 The GIFT is an open framework. The communication protocol for
 client-server communication, MRML, is XML based and fully documented.

Package: gnuift-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
    gnuift (>= ${source:Version}),
    gnuift (<< ${source:Version}.1~),
    imagemagick,
    libhtml-parser-perl,
    libparse-yapp-perl,
    libtext-iconv-perl,
    libwww-perl,
    libxml-dom-perl,
    libxml-handler-trees-perl,
    libxml-libxml-perl,
    libxml-parser-perl,
    libxml-sax-expat-perl,
    libxml-sax-perl,
    libxml-writer-perl,
    libxml-xql-perl,
Description: GNU Image Finding Tool - perl modules
 Architecture independent perl modules of gnuift. The application is
 contained in the gnuift package.
 .
 The GIFT (the GNU Image-Finding Tool) is a Content Based Image
 Retrieval System (CBIRS). It enables you to do Query By Example on
 images, giving you the opportunity to improve query results by
 relevance feedback. For processing your queries the program relies
 entirely on the content of the images, freeing you from the need to
 annotate all images before querying the collection.
 .
 The GIFT comes with a tool which lets you index whole directory trees
 containing images in one go. You then can use the GIFT server and its
 client, to browse your own image collections.
 .
 The GIFT is an open framework. The developers explicitly have taken
 into account the possibility of adding new ways of querying to the
 framework. The communication protocol for client-server communication,
 MRML, is XML based and fully documented (http://www.mrml.net). This
 aims at promoting code reuse among researchers and application
 developers.
 .
 To avoid a name clash with the "gift" package (a fasttrack filesharing
 client), these packages have been named "gnuift" (also to stress that
 gnuift is a GNU project).