1
1
class VorbisTools < Formula
2
2
desc "Ogg Vorbis CODEC tools"
3
3
homepage "https://github.com/xiph/vorbis-tools"
4
- url "https://ftp.osuosl.org/pub/xiph/releases/vorbis/vorbis-tools-1.4.2 .tar.gz"
5
- mirror "https://mirror.csclub.uwaterloo.ca/xiph/releases/vorbis/vorbis-tools-1.4.2 .tar.gz"
6
- sha256 "db7774ec2bf2c939b139452183669be84fda5774d6400fc57fde37f77624f0b0 "
4
+ url "https://ftp.osuosl.org/pub/xiph/releases/vorbis/vorbis-tools-1.4.3 .tar.gz"
5
+ mirror "https://mirror.csclub.uwaterloo.ca/xiph/releases/vorbis/vorbis-tools-1.4.3 .tar.gz"
6
+ sha256 "a1fe3ddc6777bdcebf6b797e7edfe0437954b24756ffcc8c6b816b63e0460dde "
7
7
license all_of : [
8
8
"LGPL-2.0-or-later" , # intl/ (libintl)
9
9
"GPL-2.0-or-later" , # share/
10
10
"GPL-2.0-only" , # oggenc/, vorbiscomment/
11
11
]
12
- revision 2
13
12
14
13
livecheck do
15
14
url "https://ftp.osuosl.org/pub/xiph/releases/vorbis/?C=M&O=D"
16
15
regex ( %r{href=(?:["']?|.*?/)vorbis-tools[._-]v?(\d +(?:\. \d +)+)\. t}i )
17
16
end
18
17
19
18
bottle do
20
- sha256 cellar : :any , arm64_sequoia : "343a4e371842b02770f028c3d99da8e7ccd69d4355236e325f8cc5bce821f624 "
21
- sha256 cellar : :any , arm64_sonoma : "60fb0e8aa8c078b0da5dbb0dfe85a3c4c5c1839250747f295b06a4e207f8b76b "
22
- sha256 cellar : :any , arm64_ventura : "fec9739002fb209a076dee4dadd61d3d33821dada8b0fd3bd626dea4b6c97434 "
23
- sha256 cellar : :any , sonoma : "5d78e28782150b8c4cc7513b247f5a3581b9e43e7d44bd96506653c9d4836e4a "
24
- sha256 cellar : :any , ventura : "1c2ba768164d520ec340d8e64123def553d68ae9a1e5a563de0189002de51fb9 "
25
- sha256 cellar : :any_skip_relocation , arm64_linux : "47b64b5fe010a3a16f8b59e84f8e484ea58655ae6ad675cda687a253cecc7dc0 "
26
- sha256 cellar : :any_skip_relocation , x86_64_linux : "adbea8feac0228f61088ab0fbe5c5280794f00dcc5cb28daf7e7b80ec8f7176a "
19
+ sha256 cellar : :any , arm64_sequoia : "90772f684b42063eeed55dfe4e3474007b1ff9f6f83114ac04f6b392984a39bd "
20
+ sha256 cellar : :any , arm64_sonoma : "5b2a530e21e74a68a228e4a7c4a4adbd8e7723e6dbbd627a44001f8b90673002 "
21
+ sha256 cellar : :any , arm64_ventura : "fa047db81ba9212b7ee38570602086bed423456007c59eb2e9f5c2e883b412a5 "
22
+ sha256 cellar : :any , sonoma : "c06c90a0f929edb01a55843de22d3d7c81c97ca23c3baf27ada5ef9ec0793872 "
23
+ sha256 cellar : :any , ventura : "dfd8e9fe627b76127cd956477d35f043d6f3cd1a0a00830f1e7bd33ae8cc5ca2 "
24
+ sha256 cellar : :any_skip_relocation , arm64_linux : "817d166c647bc6e97d1a462c2d350c011dc4c298d09e77aed7fd939b90303a86 "
25
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "b66ff3ed8885d6b8c6ba8aff13bdfd348907376039d1c9d218daec795886df6f "
27
26
end
28
27
29
28
depends_on "pkgconf" => :build
@@ -38,9 +37,6 @@ class VorbisTools < Formula
38
37
depends_on "autoconf" => :build
39
38
depends_on "automake" => :build
40
39
depends_on "libtool" => :build
41
-
42
- # Fix mistaken recursive `.a` files.
43
- patch :DATA
44
40
end
45
41
46
42
def install
@@ -63,18 +59,3 @@ def install
63
59
assert_match "20.625000 kb/s" , output
64
60
end
65
61
end
66
-
67
- __END__
68
- diff --git a/share/Makefile.am b/share/Makefile.am
69
- index 1011f1d..bd69a67 100644
70
- --- a/share/Makefile.am
71
- +++ b/share/Makefile.am
72
- @@ -11,7 +11,7 @@ libgetopt_a_SOURCES = getopt.c getopt1.c
73
- libbase64_a_SOURCES = base64.c
74
-
75
- libpicture_a_SOURCES = picture.c
76
- -libpicture_a_LIBADD = libbase64.a
77
- +libpicture_a_LIBADD = base64.o
78
-
79
- EXTRA_DIST = charmaps.h makemap.c charset_test.c charsetmap.h
80
-
0 commit comments