ufraw 0.20
This commit is contained in:
parent
b7c3ddb2b1
commit
75595bff2c
1 changed files with 2 additions and 10 deletions
|
@ -2,9 +2,8 @@ require 'formula'
|
|||
|
||||
class Ufraw < Formula
|
||||
homepage 'http://ufraw.sourceforge.net'
|
||||
url 'https://downloads.sourceforge.net/project/ufraw/ufraw/ufraw-0.19.2/ufraw-0.19.2.tar.gz'
|
||||
sha1 '11a607e874eb16453a8f7964e4946a29d18b071d'
|
||||
revision 1
|
||||
url 'https://downloads.sourceforge.net/project/ufraw/ufraw/ufraw-0.20/ufraw-0.20.tar.gz'
|
||||
sha1 'f2f456c6ec5ab128433502eae05b82a7ed636f3e'
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'libpng'
|
||||
|
@ -15,13 +14,6 @@ class Ufraw < Formula
|
|||
depends_on 'little-cms'
|
||||
depends_on 'exiv2' => :optional
|
||||
|
||||
# Fixes compilation with clang 3.4; fixed upstream
|
||||
# http://sourceforge.net/p/ufraw/bugs/365/
|
||||
patch :p0 do
|
||||
url "https://trac.macports.org/export/115801/trunk/dports/graphics/ufraw/files/cplusplus.patch"
|
||||
sha1 "eb6a782625ba99dc2dcdaf574734734d17a75562"
|
||||
end
|
||||
|
||||
fails_with :llvm do
|
||||
cause "Segfault while linking"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue