Skip to content

Commit

Permalink
Update gerbera.rb - add exiv2 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
St3ll4rM4n authored Oct 3, 2024
1 parent d6762dd commit e24f192
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gerbera.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class Gerbera < Formula
depends_on "pugixml"
depends_on "spdlog"
depends_on "taglib"
depends_on "exiv2"

Check failure on line 20 in gerbera.rb

View workflow job for this annotation

GitHub Actions / test-bot

FormulaAudit/DependencyOrder: dependency "exiv2" (line 20) should be put before dependency "taglib" (line 19)

def install
mkdir "build" do
Expand Down

0 comments on commit e24f192

Please sign in to comment.