File: control

package info (click to toggle)
cuetools 1.4.1-0.2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 304 kB
  • sloc: ansic: 1,625; yacc: 506; lex: 201; sh: 167; python: 81; makefile: 27
file content (31 lines) | stat: -rw-r--r-- 1,251 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
Source: cuetools
Section: utils
Priority: optional
Maintainer: Guo Yixuan (郭溢譞) <culu.gyx@gmail.com>
Build-Depends: debhelper-compat (= 12), flex, bison
Standards-Version: 4.4.1
Homepage: https://github.com/svend/cuetools
Vcs-Git: https://salsa.debian.org/debian/cuetools.git
Vcs-Browser: https://salsa.debian.org/debian/cuetools

Package: cuetools
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
         python3-mutagen | id3v2
Recommends: flac, vorbis-tools
Description: tools for manipulating CUE/TOC files
 cuetools is a set of programs that are useful for manipulating CUE sheet
 (cue) files and Table of Contents (toc) files. CUE and TOC files are a way
 to represent the layout of a data or audio CD in a machine-readable ASCII
 format. The package includes these utilities:
 .
    - cueconvert: convert between CUE and TOC formats
    - cuebreakpoints: print the breakpoints from a CUE or TOC file
    - cueprint: print disc and track information for a CUE or TOC file
    - cuetag: tag files based on CUE/TOC file information
 .
 Probably the most popular use is to split a large audio file into many
 small files according to a CUE or TOC, for example:
 .
 cuebreakpoints disc.cue | shnsplit disc.wav
Enhances: shntool