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
56
57
58
59
60
61
62
63
64
65
66
67
|
{
"name": "Flactag",
"description": "Tag single album FLAC files with MusicBrainz CUE sheets",
"url": "https://downloads.sourceforge.net/project/flactag/v2.0.4/flactag-2.0.4.tar.gz",
"mirror": null,
"homepage": "https://flactag.sourceforge.io/",
"depends": [
{
"depend": "asciidoc",
"build-depend": true
},
{
"depend": "docbook-xsl",
"build-depend": true
},
{
"depend": "pkg-config",
"build-depend": true
},
{
"depend": "flac",
"build-depend": false
},
{
"depend": "jpeg",
"build-depend": false
},
{
"depend": "libdiscid",
"build-depend": false
},
{
"depend": "libmusicbrainz",
"build-depend": false
},
{
"depend": "neon",
"build-depend": false
},
{
"depend": "s-lang",
"build-depend": false
},
{
"depend": "unac",
"build-depend": false
}
],
"resource": [],
"conflicts": [],
"patches": [
{
"url": "https://raw.githubusercontent.com/Homebrew/formula-patches/ed0e680/flactag/jpeg9.patch",
"strip": "1"
}
],
"install": [
"ENV[\"XML_CATALOG_FILES\"] = \"#{etc}/xml/catalog\"",
"ENV.append \"LDFLAGS\", \"-liconv\"",
"ENV.append \"LDFLAGS\", \"-lFLAC\"",
"system \"./configure\", \"--disable-dependency-tracking\",",
"\"--prefix=#{prefix}\"",
"system \"make\", \"install\""
],
"version": "2.0.4",
"file": "flactag.rb"
}
|