From 3eaf345cec2c92515c46ea8940ccff245cf60203 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Sep 2024 18:24:10 +0000 Subject: [PATCH 1/2] aravis 0.8.33 aravis: needs gettext for linux build Signed-off-by: Rui Chen --- Formula/a/aravis.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Formula/a/aravis.rb b/Formula/a/aravis.rb index 77ac7d27233e6..1b0795bd079eb 100644 --- a/Formula/a/aravis.rb +++ b/Formula/a/aravis.rb @@ -1,8 +1,8 @@ class Aravis < Formula desc "Vision library for genicam based cameras" homepage "https://github.com/AravisProject/aravis" - url "https://github.com/AravisProject/aravis/releases/download/0.8.31/aravis-0.8.31.tar.xz" - sha256 "9c4ebe6273ed3abe466cb6ed8fa5c132bdd7e9a9298ca43fa0212c4311a084da" + url "https://github.com/AravisProject/aravis/releases/download/0.8.33/aravis-0.8.33.tar.xz" + sha256 "3c4409a12ea70bba4de25e5b08c777112de854bc801896594f2cb6f8c2bd6fbc" license "LGPL-2.1-or-later" bottle do @@ -15,11 +15,13 @@ class Aravis < Formula sha256 x86_64_linux: "d81bad462d46b7940211234830014a1c7b37f38cb09fe2792bd4e6a718282385" end + depends_on "gettext" => :build depends_on "gobject-introspection" => :build depends_on "gtk-doc" => :build depends_on "meson" => :build depends_on "ninja" => :build depends_on "pkg-config" => :build + depends_on "adwaita-icon-theme" depends_on "glib" depends_on "gstreamer" From d369d77c9f5ccbe923eeb7db3c11009214b7f94e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Sep 2024 21:02:00 +0000 Subject: [PATCH 2/2] aravis: update 0.8.33 bottle. --- Formula/a/aravis.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/aravis.rb b/Formula/a/aravis.rb index 1b0795bd079eb..c95ab3939d7c3 100644 --- a/Formula/a/aravis.rb +++ b/Formula/a/aravis.rb @@ -6,13 +6,13 @@ class Aravis < Formula license "LGPL-2.1-or-later" bottle do - sha256 arm64_sonoma: "92d2a832735db576610b78b26efa529f9ed0ae5e61f7d86588e5955f9e64a26d" - sha256 arm64_ventura: "c1bf4f1146b3658960e09736d3fb08cd640ecd597b89665d175e51b5a5bd3cd0" - sha256 arm64_monterey: "2879866705ce34022653cf6838751e79b55c198dc7733ce19a75d41f48382aa9" - sha256 sonoma: "973c99a6806dac2ae3eb7447655e7108eb681033d3947557934892efd24e1ded" - sha256 ventura: "11d8e8bed23ea7cfd6cf8b72e2c54f3e85151b659d185468da508259753b20b1" - sha256 monterey: "63a17a0c9ab56dc2eb8b30d7a2fd99f3bf0eac141c2f5e17aa906db66567cb4c" - sha256 x86_64_linux: "d81bad462d46b7940211234830014a1c7b37f38cb09fe2792bd4e6a718282385" + sha256 arm64_sonoma: "e39510f09d4f2bda766c23e3f422d3040ee1225c5b8eddb8703b1318002484de" + sha256 arm64_ventura: "d6313e2de688f3c43580f82848e2a6a47aa382491867ceceaccfaf6f133caaea" + sha256 arm64_monterey: "5574d293684a538839a1bf15949a0bda46905721e93718e8d04939734778d58b" + sha256 sonoma: "2d5a187f29378ede5b3a2ea444ec088a58eb5f6e07a57d4bfdcd932cf931ae78" + sha256 ventura: "5cb47f331e3d1a275fcf322085393bbbd487195439f167015c869b43e815825f" + sha256 monterey: "082d64d606cba9a7915f7cdb07cd82358e01b5f1ea50ce99fbd18fea6b403295" + sha256 x86_64_linux: "61d4079388a76864b9d039db61907ed2f9ba32f08570bbac330e03bcf936334f" end depends_on "gettext" => :build