-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathflaccuraterip.cabal
55 lines (50 loc) · 2.08 KB
/
flaccuraterip.cabal
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
Name: flaccuraterip
Version: 0.3.9
Cabal-Version: >= 1.10
Build-Type: Simple
License: GPL-3
License-File: LICENSE
Copyright: © 2012-2017 Nicola Squartini
Author: Nicola Squartini
Maintainer: Nicola Squartini <[email protected]>
Homepage: http://noaxiom.org/flAccurateRip
Bug-Reports: https://github.com/tensor5/flAccurateRip/issues
Synopsis: Verify FLAC files ripped form CD using AccurateRip™
Description:
/flAccurateRip/ is a command line tool to verify the accuracy of FLAC files
ripped from CD, using the information contained in the AccurateRip™ database
about other rips of the same CD.
.
Usage: suppose you ripped a CD into @track01.flac@, @track02.flac@, ...,
@trackNN.flac@. Open a shell in the directory containing the FLAC files, and
run:
.
>$ flaccuraterip track01.flac track02.flac ... trackNN.flac
.
If a pressing of this CD is present in the AccurateRip™ database,
@flaccuraterip@ will output the ripping accuracy for each track. If the CD was
ripped without setting the drive offset, you should use the flag
@--with-sample-offset=N@, where N is the offset indicated in
<http://accuraterip.com/driveoffsets.htm> for your drive.
Category: Sound
Extra-Source-Files: .stylish-haskell.yaml
CHANGELOG.md
README.md
Source-Repository head
Type: git
Location: git://github.com/tensor5/flAccurateRip.git
Source-Repository this
Type: git
Location: git://github.com/tensor5/flAccurateRip.git
Tag: v0.3.9
Executable flaccuraterip
Default-Language: Haskell2010
Build-Depends: base == 4.*,
binary >= 0.5 && < 0.9,
deepseq >= 1.3 && < 1.5,
HTTP >= 4000.2 && < 4000.4,
optparse-applicative >= 0.10 && < 0.16,
process >= 1.5 && < 1.7
GHC-Options: -Wall
Main-Is: Main.hs
Other-Modules: CD.CDDB, CD.AccurateRip, Paths_flaccuraterip