summaryrefslogtreecommitdiff
blob: 71d3939d4c3f7153d6600265841e54cd02898408 (plain)
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <herd>proxy-maintainers</herd>
  <maintainer>
    <email>nikoli@gmx.us</email>
    <name>Nikoli</name>
  </maintainer>
  <maintainer>
    <email>maksbotan@gentoo.org</email>
    <name>Maxim Koltsov</name>
  </maintainer>
  <herd>sound</herd>
  <longdescription lang="en">
    Split2flac splits one big APE/FLAC/WV/WAV audio image (or a collection of
    such files, recursively) with CUE sheet into FLAC/M4A/MP3/OGG_VORBIS/WAV
    tracks with tagging, renaming, charset conversion of cue sheet, album cover
    images. It also uses configuration file, so no need to pass a lot of
    arguments every time, only an input file. Should work in any
    POSIX-compliant shell.
  </longdescription>
  <use>
    <flag name="enca">Try to guess the charset using enca</flag>
    <flag name="flake">Add support for Flake, alternative FLAC encoder</flag>
    <flag name="mac">Add support for Monkey's Audio files</flag>
    <flag name="replaygain">Support for Replay Gain metadata, for relative
      volume adjustment</flag>
  </use>
  <upstream>
    <remote-id type="github">ftrvxmtrx/split2flac</remote-id>
  </upstream>
</pkgmetadata>