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"
@@ -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