File: control

package info (click to toggle)
mp3fs 0.91-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 484 kB
  • ctags: 140
  • sloc: cpp: 743; ansic: 675; makefile: 50; sh: 44
file content (35 lines) | stat: -rw-r--r-- 1,024 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
Source: mp3fs
Section: utils
Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Uploaders:
 Alessio Treglia <alessio@debian.org>
Build-Depends:
 asciidoc,
 automake,
 debhelper (>= 7.0.50~),
 dh-autoreconf,
 libflac-dev,
 libflac++-dev,
 libfuse-dev,
 libid3tag0-dev,
 libmp3lame-dev,
 libtool,
 xmlto
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-multimedia/mp3fs.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/mp3fs.git
Homepage: http://khenriks.github.io/mp3fs/

Package: mp3fs
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Description: FUSE filesystem for transcoding FLAC to MP3 on the fly
 MP3FS is a read-only FUSE filesystem which transcodes audio formats
 (currently FLAC) to MP3 on the fly when opened and read.
 .
 It is also a novel alternative to traditional mp3 encoder applications.
 Users can use their favorite file browser to select the files they want
 encoded and copy them somewhere.