File: control

package info (click to toggle)
cmus 2.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,968 kB
  • sloc: ansic: 38,418; sh: 1,578; makefile: 256; python: 157
file content (78 lines) | stat: -rw-r--r-- 2,071 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
Source: cmus
Section: sound
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
 Ryan Kavanagh <rak@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 bash-completion,
 libao-dev,
 libasound2-dev (>= 1.0.11) [linux-any],
 libavcodec-dev,
 libavformat-dev (>= 6:10~),
 libswresample-dev,
 libcddb2-dev,
 libcdio-cdda-dev,
 libcue-dev,
 libdiscid-dev,
 libfaad-dev,
 libflac-dev,
 libjack-dev,
 libmad0-dev,
 libmodplug-dev,
 libmpcdec-dev,
 libncursesw5-dev,
 libopusfile-dev,
 libpulse-dev (>= 0.9.19),
 libroar-dev,
 libsamplerate0-dev,
 libsystemd-dev,
 libvorbis-dev,
 libwavpack-dev,
 pkg-config
Standards-Version: 4.5.1
Homepage: https://cmus.github.io/
Vcs-Git: https://salsa.debian.org/multimedia-team/cmus.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/cmus
Rules-Requires-Root: no

Package: cmus
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Recommends:
 cmus-plugin-ffmpeg
Suggests:
 ${shlibs:Suggests}
Breaks: cmus-plugin-ffmpeg (<< 2.8.0)
Description: lightweight ncurses audio player
 C* Music Player is a modular and very configurable ncurses-based audio player.
 It has some interesting features like configurable colorscheme, mp3 and ogg
 streaming, it can be controlled with an UNIX socket, filters, album/artists
 sorting and a vi-like configuration interface.
 .
 It currently supports different input formats:
  - Ogg Vorbis
  - MP3 (with libmad)
  - FLAC
  - Wav
  - Modules (with libmodplug)
  - Musepack
  - AAC
  - Windows Media Audio

Package: cmus-plugin-ffmpeg
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 cmus (= ${binary:Version})
Description: lightweight ncurses audio player (FFmpeg plugin)
 C* Music Player is a modular and very configurable ncurses-based audio player.
 It has some interesting features like configurable colorscheme, mp3 and ogg
 streaming, it can be controlled with an UNIX socket, filters, album/artists
 sorting and a vi-like configuration interface.
 .
 This package adds FFmpeg support to C* Music Player.