We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08373af commit 5838c79Copy full SHA for 5838c79
Formula/p/pdftoipe.rb
@@ -17,6 +17,10 @@ class Pdftoipe < Formula
17
sha256 cellar: :any_skip_relocation, x86_64_linux: "8a3da5c3168fefc7e7899400b3a618b91072777ed35feed3b76a727a3d99964c"
18
end
19
20
+ # Patches to build with newer poppler are ignored upstream
21
+ # Ref: https://github.com/otfried/ipe-tools/pull/55
22
+ disable! date: "2024-11-07", because: "does not build with latest poppler"
23
+
24
depends_on "pkg-config" => :build
25
depends_on "poppler"
26
0 commit comments