Skip to content

Commit e20867e

Browse files
authored
Merge pull request #219967 from Homebrew/bump-vorbis-tools-1.4.3
vorbis-tools 1.4.3
2 parents beffa5e + 9b00b51 commit e20867e

File tree

2 files changed

+11
-29
lines changed

2 files changed

+11
-29
lines changed

.github/autobump.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3770,6 +3770,7 @@ vnstat
37703770
vnu
37713771
volk
37723772
volta
3773+
vorbis-tools
37733774
votca
37743775
vpn-slice
37753776
vrc-get

Formula/v/vorbis-tools.rb

Lines changed: 10 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,28 @@
11
class 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"
1615
regex(%r{href=(?:["']?|.*?/)vorbis-tools[._-]v?(\d+(?:\.\d+)+)\.t}i)
1716
end
1817

1918
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"
2726
end
2827

2928
depends_on "pkgconf" => :build
@@ -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
6561
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

Comments
 (0)