gdk-pixbuf 2.36.6
Closes #11637. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
28d2e26d69
commit
83cbfa57f7
1 changed files with 5 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class GdkPixbuf < Formula
|
||||
desc "Toolkit for image loading and pixel buffer manipulation"
|
||||
homepage "https://gtk.org"
|
||||
url "https://download.gnome.org/sources/gdk-pixbuf/2.36/gdk-pixbuf-2.36.2.tar.xz"
|
||||
sha256 "3a082ad67d68b55970aed0b2034a06618167be98a42d5c70de736756b45d325d"
|
||||
url "https://download.gnome.org/sources/gdk-pixbuf/2.36/gdk-pixbuf-2.36.6.tar.xz"
|
||||
sha256 "455eb90c09ed1b71f95f3ebfe1c904c206727e0eeb34fc94e5aaf944663a820c"
|
||||
|
||||
bottle do
|
||||
sha256 "c6786bd781df2b3421351f3b3c5ab468644d9ec5940744a97149f83b9d91dd4a" => :sierra
|
||||
|
@ -38,6 +38,9 @@ class GdkPixbuf < Formula
|
|||
end
|
||||
|
||||
def install
|
||||
# fix libtool versions
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=776892
|
||||
inreplace "configure", /LT_VERSION_INFO=.+$/, "LT_VERSION_INFO=\"3602:0:3602\""
|
||||
ENV.append_to_cflags "-DGDK_PIXBUF_LIBDIR=\\\"#{HOMEBREW_PREFIX}/lib\\\""
|
||||
args = %W[
|
||||
--disable-dependency-tracking
|
||||
|
|
Loading…
Reference in a new issue