qpdf 7.1.1
Closes #23690. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
3779ca87cd
commit
70a556a018
1 changed files with 2 additions and 11 deletions
|
@ -1,8 +1,8 @@
|
|||
class Qpdf < Formula
|
||||
desc "Tools for and transforming and inspecting PDF files"
|
||||
homepage "https://qpdf.sourceforge.io/"
|
||||
url "https://downloads.sourceforge.net/project/qpdf/qpdf/7.1.0/qpdf-7.1.0.tar.gz"
|
||||
sha256 "27054bfb83a4f4f70053c6d4c2de5e18ddf60c9a8edbce219ac1bdcf03f16a2e"
|
||||
url "https://downloads.sourceforge.net/project/qpdf/qpdf/7.1.1/qpdf-7.1.1.tar.gz"
|
||||
sha256 "8a0dbfa000a5c257abbc03721c7be277920fe0fcff08202b61c9c2464eedf2fa"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -13,15 +13,6 @@ class Qpdf < Formula
|
|||
|
||||
depends_on "jpeg"
|
||||
|
||||
# Fix "error: no member named 'abs' in namespace 'std'"
|
||||
# Upstream PR from 14 Jan 2018 "Fix build with libc++"
|
||||
if MacOS.version <= :el_capitan
|
||||
patch do
|
||||
url "https://github.com/qpdf/qpdf/pull/172.patch?full_index=1"
|
||||
sha256 "7a85837cce1de8ba8e3abfcd7f5c7a35e70da93ea84ffdcf4ba34196dd60a0a4"
|
||||
end
|
||||
end
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
system "make"
|
||||
|
|
Loading…
Reference in a new issue