11class VorbisTools < Formula
22 desc "Ogg Vorbis CODEC tools"
33 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 "
77 license all_of : [
88 "LGPL-2.0-or-later" , # intl/ (libintl)
99 "GPL-2.0-or-later" , # share/
1010 "GPL-2.0-only" , # oggenc/, vorbiscomment/
1111 ]
12- revision 2
1312
1413 livecheck do
1514 url "https://ftp.osuosl.org/pub/xiph/releases/vorbis/?C=M&O=D"
@@ -38,9 +37,6 @@ class VorbisTools < Formula
3837 depends_on "autoconf" => :build
3938 depends_on "automake" => :build
4039 depends_on "libtool" => :build
41-
42- # Fix mistaken recursive `.a` files.
43- patch :DATA
4440 end
4541
4642 def install
@@ -63,18 +59,3 @@ def install
6359 assert_match "20.625000 kb/s" , output
6460 end
6561end
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