cuetools 1.4.0-2build1 source package in Ubuntu

Changelog

cuetools (1.4.0-2build1) bionic; urgency=high

  * No change rebuild to pick up -fPIE compiler default

 -- Balint Reczey <email address hidden>  Tue, 03 Apr 2018 12:18:08 +0000

Upload details

Uploaded by:
Balint Reczey
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
utils
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe utils

Downloads

File Size SHA-256 Checksum
cuetools_1.4.0.orig.tar.gz 31.4 KiB 5dc86e9736929757b338827efa0ecae1b2fcee2273debc718511749a4178ddf6
cuetools_1.4.0-2build1.debian.tar.xz 6.6 KiB 2f896cba329d40f38ded750d22e74582f82ab2ed0a28e7f36fbd6f819edd7c13
cuetools_1.4.0-2build1.dsc 2.0 KiB fa0f150b26769e952c1892a21c19074578897358e844b2038c4b79e7357653ea

View changes file

Binary packages built by this source

cuetools: 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

cuetools-dbgsym: debug symbols for cuetools