File: control

package info (click to toggle)
banshee-community-extensions 2.4.0-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 7,860 kB
  • sloc: cs: 40,928; sh: 11,225; cpp: 1,805; makefile: 1,070; xml: 848; ansic: 450
file content (348 lines) | stat: -rw-r--r-- 14,891 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
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
Source: banshee-community-extensions
Section: sound
Priority: optional
Maintainer: Debian CLI Applications Team <pkg-cli-apps-team@lists.alioth.debian.org>
Uploaders: Chow Loong Jin <hyperair@debian.org>
Build-Depends: debhelper (>= 7.0.50),
               dh-autoreconf,
               libgconf2-dev,
               cli-common-dev (>= 0.5.7),
               mono-devel (>= 2.4.2.3),
               autotools-dev,
               lsb-release,
               banshee (>= 2.4.0),
               pkg-config,
               liblircclient-dev (>= 0.8.6),
               libglib2.0-dev,
               libfftw3-dev,
               libsqlite3-dev (>= 3.3),
               libgstreamer1.0-dev,
               libgstreamer-plugins-base1.0-dev,
               libsamplerate0-dev,
               intltool (>= 0.35),
               libgconf2.0-cil-dev,
               libglib2.0-cil-dev,
               libgtk2.0-cil-dev,
               libtaglib-cil-dev,
               libdbus-glib2.0-cil-dev,
               libdbus2.0-cil-dev,
               libmono-addins-cil-dev,
               libnotify-cil-dev,
               libtaoframework-opengl-cil-dev (>= 2.1),
               libtaoframework-freeglut-cil-dev,
               libtaoframework-sdl-cil-dev (>= 1.2.13),
               mono-jay,
               gnome-doc-utils (>= 0.17.3),
               libzeitgeist-cil-dev
Standards-Version: 3.9.3
Vcs-Git: git://git.debian.org/git/pkg-cli-apps/packages/banshee-community-extensions.git
Vcs-Browser: http://git.debian.org/?p=pkg-cli-apps/packages/banshee-community-extensions.git
Homepage: http://gitorious.org/banshee-community-extensions

Package: banshee-community-extensions
Architecture: all
Enhances: banshee
Recommends: banshee-extension-alarm (>= ${source:Version}),
            banshee-extension-albumartwriter (>= ${source:Version}),
            banshee-extension-ampache (>= ${source:Version}),
            banshee-extension-awn (>= ${source:Version}),
            banshee-extension-coverwallpaper (>= ${source:Version}),
            banshee-extension-duplicatesongdetector (>= ${source:Version}),
            banshee-extension-foldersync (>= ${source:Version}),
            banshee-extension-jamendo (>= ${source:Version}),
            banshee-extension-lastfmfingerprint (>= ${source:Version}),
            banshee-extension-lcd (>= ${source:Version}),
            banshee-extension-lirc (>= ${source:Version}),
            banshee-extension-liveradio (>= ${source:Version}),
            banshee-extension-lyrics (>= ${source:Version}),
            banshee-extension-magnatune (>= ${source:Version}),
            banshee-extension-mirage (>= ${source:Version}),
            banshee-extension-openvp (>= ${source:Version}),
            banshee-extension-radiostationfetcher (>= ${source:Version}),
            banshee-extension-randombylastfm (>= ${source:Version}),
            banshee-extension-telepathy (>= ${source:Version}),
            banshee-extension-zeitgeistdataprovider (>= ${source:Version})
Depends: banshee-extensions-common (= ${source:Version}),
         ${misc:Depends}
Description: set of community contributed extensions for Banshee
 This package is a metapackage which depends on the current versions of all the
 extensions included in the Banshee Community Extensions pack.

Package: banshee-extensions-common
Architecture: all
Depends: banshee (>= ${banshee:Version}),
         ${misc:Depends}
Description: common files for banshee-community-extensions
 This package contains the common files for all the extensions in the Banshee
 Community Extension. You should not install this package directly, but instead
 install one of other extension packages.

Package: banshee-extension-alarm
Enhances: banshee
Architecture: all
Depends: banshee-extensions-common (= ${source:Version}),
         ${cli:Depends}, ${misc:Depends}
Description: Alarm extension for Banshee
 Banshee Alarm Extension is an extension for Banshee which allows alarms to be
 set in Banshee. Supported features include:
  * Wake up time
  * Ascending volume alarm with configurable start and end volumes as well as
    duration
  * Sleep timer
 .
 Banshee is a media management and playback application for the GNOME desktop.

Package: banshee-extension-albumartwriter
Enhances: banshee
Architecture: all
Depends: banshee-extensions-common (= ${source:Version}),
         ${cli:Depends}, ${misc:Depends}
Description: Album art writer extension for Banshee
 This package contains the Album Art Writer extension for Banshee which writes
 album art from the cache to the folder containing the music files.
 .
 Banshee is a media management and playback application for the GNOME desktop.

Package: banshee-extension-ampache
Enhances: banshee
Architecture: all
Depends: banshee-extensions-common (= ${source:Version}),
         ${cli:Depends}, ${misc:Depends}
Description: Ampache extension for Banshee
 This package provides integration for Banshee with the Ampache web-based audio
 file management system, allowing Banshee to act as a frontend for Ampache
 servers.
 .
 Banshee is a media management and playback application for the GNOME desktop

Package: banshee-extension-awn
Enhances: banshee
Architecture: all
Depends: banshee-extensions-common (= ${source:Version}),
         ${cli:Depends}, ${misc:Depends}
Suggests: avant-window-navigator
Description: AWN integration extension for Banshee
 This package provides integration for Banshee with the Avant Window Navigator,
 which is a Mac OS X like dock for the GNOME desktop.
 .
 Banshee is a media management and playback application for the GNOME desktop.

Package: banshee-extension-coverwallpaper
Enhances: banshee
Architecture: all
Depends: banshee-extensions-common (= ${source:Version}),
         ${cli:Depends}, ${misc:Depends}
Description: Cover wallpaper extension for Banshee
 CoverWallpaper is an extension for Banshee which automatically sets the
 desktop wallpaper to the cover art of the currently playing media.
 .
 Banshee is a media management and playback application for the GNOME desktop.

Package: banshee-extension-duplicatesongdetector
Architecture: all
Depends: banshee-extensions-common (= ${source:Version}),
         ${cli:Depends}, ${misc:Depends}
Description: Duplicate song detector extension for Banshee
 This package adds duplicate song detection to Banshee, allowing it to detect
 and remove duplicate songs in your library.
 .
 Banshee is a media management and playback application for the GNOME desktop.

Package: banshee-extension-foldersync
Architecture: all
Depends: banshee-extensions-common (= ${source:Version}),
         ${cli:Depends}, ${misc:Depends}
Description: Folder synchronization extension for Banshee
 FolderSync is an extension which copies and synchronizes music files from
 playlists into user-specified folders.
 .
 Banshee is a media management and playback application for the GNOME desktop.

Package: banshee-extension-jamendo
Enhances: banshee
Architecture: all
Depends: banshee-extensions-common (= ${source:Version}),
         ${cli:Depends}, ${misc:Depends}
Description: Jamendo extension for Banshee
 This package provides integration with the Jamendo music service. Jamendo is a
 community of music authors and performers which makes free music available.
 This extension allows you to browse the Jamendo catalog, stream and download
 free music.
 .
 Banshee is a media management and playback application for the GNOME desktop.

Package: banshee-extension-lastfmfingerprint
Enhances: banshee
Architecture: any
Depends: banshee-extensions-common (= ${source:Version}),
         ${cli:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: Last.FM fingerprinting extension for Banshee
 This package provides additional integration between Last.FM and Banshee,
 allowing Banshee to automatically generate an audio fingerprint and correct
 your metadata by querying Last.FM for the correct metadata.
 .
 Banshee is a media management and playback application for the GNOME desktop.

Package: banshee-extension-lcd
Enhances: banshee
Architecture: all
Depends: banshee-extensions-common (= ${source:Version}),
         lcdproc,
         ${cli:Depends}, ${misc:Depends}
Description: LCD display integration extension for Banshee
 This package provides integration with LCD displays for Banshee using the
 lcdproc display driver daemon.
 .
 Banshee is a media management and playback application for the GNOME desktop.

Package: banshee-extension-lirc
Architecture: any
Depends: banshee-extensions-common (= ${source:Version}),
         lirc,
         ${shlibs:Depends}, ${cli:Depends}, ${misc:Depends}
Description: LIRC integration extension for Banshee
 This package provides LIRC integration for Banshee, which will allow Banshee to
 be controlled using an infra-red device.
 .
 Banshee is a media management and playback application for the GNOME desktop.

Package: banshee-extension-liveradio
Enhances: banshee
Architecture: all
Depends: banshee-extensions-common (= ${source:Version}),
         ${cli:Depends}, ${misc:Depends}
Description: LiveRadio extension for Banshee
 The LiveRadio extension for Banshee is a browser for online Internet station
 directories integrated into the Banshee media player. It currently supports
 live365.com, shoutcast.com and xiph.org, but its plugin-like code structure can
 easily be extended to support just about any directory.
 .
 LiveRadio has the follwing features:
  * Browse and query three online internet radio directories:
     – live365.com
     – shoutcast.com
     – xiph.org
  * Retrieve stream information and play the stream
  * Add your favorite streams to your list of Internet Radio stations in Banshee
 .
 Banshee is a media management and playback application for the GNOME desktop.

Package: banshee-extension-lyrics
Enhances: banshee
Architecture: all
Depends: banshee-extensions-common (= ${source:Version}),
         banshee (>= 2.6.1-3),
         ${cli:Depends}, ${misc:Depends}
Description: Lyrics extension for Banshee
 Banshee Lyrics Plugin is an extension which shows lyrics of songs played in
 Banshee. It supports downloading lyrics from:
  * http://lyrc.com.ar
  * http://lyriky.com
  * http://lyricwiki.org
  * http://www.autolyrics.com
 .
 Banshee is a media management and playback application for the GNOME desktop.

Package: banshee-extension-magnatune
Enhances: banshee
Architecture: all
Depends: banshee-extensions-common (= ${source:Version}),
         ${cli:Depends}, ${misc:Depends}
Description: Magnatune for Banshee
 This package provides support for listening to Magnatune streams using Banshee.
 .
 Banshee is a media management and playback application for the GNOME desktop.

Package: banshee-extension-mirage
Enhances: banshee
Architecture: any
Depends: banshee-extensions-common (= ${source:Version}),
         ${shlibs:Depends}, ${cli:Depends}, ${misc:Depends}
Description: Automatic Playlist Generation extension for Banshee
 Mirage is a ready-to-try implementation of the latest research
 in automatic playlist generation and music similarity. Mirage
 analyzes your music collection and computes similarity models
 for each song. After your music has been analyzed, Mirage is
 able to automatically generate playlists of similar music.
 .
 Mirage is far from being perfect! But it is a nice and easy way
 to rediscover your music collection. Imagine it's an automated
 radio station DJ playing songs from your collection and all songs
 somehow fit together.
 .
 Banshee is a media management and playback application for the GNOME desktop.

Package: banshee-extension-openvp
Enhances: banshee
Architecture: all
Depends: banshee-extensions-common (= ${source:Version}),
         ${shlibs:Depends}, ${cli:Depends}, ${misc:Depends}
Description: visualizations extension for Banshee
 This package contains an extension for Banshee which adds various
 visualizations to the Now Playing source in Banshee.
 .
 Banshee is a media management and playback application for the GNOME desktop.

Package: banshee-extension-radiostationfetcher
Enhances: banshee
Architecture: all
Depends: banshee-extensions-common (= ${source:Version}),
         ${cli:Depends}, ${misc:Depends}
Description: radio station fetcher extension for Banshee
 This package contains an extension for Banshee which adds radio station
 fetching functionality for Banshee. Radio stations are fetched from:
  * http://www.shoutcast.com
  * http://www.xiph.org
 .
 Banshee is a media management and playback application for the GNOME desktop.

Package: banshee-extension-randombylastfm
Enhances: banshee
Architecture: all
Depends: banshee-extensions-common (= ${source:Version}),
         ${cli:Depends}, ${misc:Depends}
Description: Random By Last.FM extension for Banshee
 This package provide additional integration between Last.FM and Banshee,
 providing a new random mode which queries Last.FM for a list of similar artists
 to the song you are currently playing, then compares that list with your
 library to pick only artists that match.
 .
 Banshee is a media management and playback application for the GNOME desktop.

Package: banshee-extension-telepathy
Enhances: banshee
Architecture: all
Depends: banshee-extensions-common (= ${source:Version}),
         empathy (>= 2.27.91),
         telepathy-gabble (>= 0.9),
         telepathy-mission-control-5 (>= 5.3.1),
         ${cli:Depends}, ${misc:Depends}
Description: Telepathy extension for Banshee
 This extension provides integration between the Empathy instant messenger and
 Banshee. It provides the following features:
 .
  * Download your friends' Banshee library metadata and check out what they
    listen to, their ratings, BPM values, etc.
  * View your friends' playlists and export them to disk
  * Share what you're listening to with all your instant messaging friends by
    advertising the track, artist, and album of the currently playing track in
    Empathy's status message. This can be disabled.
  * Download your friends' music; one track at a time or a selection. You can
    cancel ones in progress, queued, individually or all at once. The sender has
    the option to cancel all in progress or queued transfers only. Both sender
    and receiver get a progress bar. File sharing can be disabled.
  * Stream your friends' music. This feature can be disabled.
 .
 Banshee is a media management and playback application for the GNOME desktop.

Package: banshee-extension-zeitgeistdataprovider
Enhances: banshee
Architecture: all
Depends: banshee-extensions-common (= ${source:Version}),
         ${cli:Depends}, ${misc:Depends}
Description: Zeitgeist data provider extension for Banshee
 This extension provides integration between Zeitgeist and Banshee, allowing
 your activity in Banshee to be tracked by Zeitgeist and hence displayed in the
 Activity Journal.
 .
 Banshee is a media management and playback application for the GNOME desktop.