gmic 2.5.3
Closes #38019. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
ebb5022124
commit
3ea86eb281
1 changed files with 2 additions and 4 deletions
|
@ -1,9 +1,8 @@
|
|||
class Gmic < Formula
|
||||
desc "Full-Featured Open-Source Framework for Image Processing"
|
||||
homepage "https://gmic.eu/"
|
||||
url "https://gmic.eu/files/source/gmic_2.1.5.tar.gz"
|
||||
sha256 "2f3de90a09bba6d24c89258be016fd6992886bda13dbbcaf03de58c765774845"
|
||||
revision 2
|
||||
url "https://gmic.eu/files/source/gmic_2.5.3.tar.gz"
|
||||
sha256 "be723f9efb1b295d1d019037c72217136be582a7af26d5d044a2009df0c4e6ec"
|
||||
head "https://github.com/dtschump/gmic.git"
|
||||
|
||||
bottle do
|
||||
|
@ -21,7 +20,6 @@ class Gmic < Formula
|
|||
depends_on "libtiff"
|
||||
|
||||
def install
|
||||
cp "resources/CMakeLists.txt", buildpath
|
||||
system "cmake", *std_cmake_args,
|
||||
"-DENABLE_FFMPEG=OFF",
|
||||
"-DENABLE_OPENCV=OFF",
|
||||
|
|
Loading…
Reference in a new issue