Files
chromebrew/packages/gegl.rb
Satadru Pramanik 38d7be2138 Add x86_64 gegl binaries.
Signed-off-by: Satadru Pramanik <satadru@gmail.com>
2025-12-18 18:42:12 -05:00

56 lines
1.9 KiB
Ruby

require 'buildsystems/meson'
class Gegl < Meson
description 'GEGL (Generic Graphics Library) is a data flow based image processing framework, providing floating point processing and non-destructive image processing capabilities to GNU Image Manipulation Program and other projects.'
homepage 'https://gegl.org/'
version '0.4.66'
license 'GPL-3+ and LGPL-3'
compatibility 'aarch64 armv7l x86_64'
source_url 'https://gitlab.gnome.org/GNOME/gegl.git'
git_hashtag "GEGL_#{version.split('-').first.gsub('.', '_')}"
binary_compression 'tar.zst'
binary_sha256({
aarch64: '8211d0815e20b090ad8bcc63fd9c96874415accf1aee76e0fd7926e0e8982a46',
armv7l: '8211d0815e20b090ad8bcc63fd9c96874415accf1aee76e0fd7926e0e8982a46',
x86_64: '84731586a31cb3e10d8718ec49613d5fafb8b30b4efdea9b32557f5bb6398fab'
})
depends_on 'babl' # R
depends_on 'cairo' # R
depends_on 'enscript' => :build
depends_on 'ffmpeg' # R
depends_on 'gcc_lib' # R
depends_on 'gdk_pixbuf' # R
depends_on 'gexiv2' => :build
depends_on 'glib' # R
depends_on 'glibc' # R
depends_on 'gobject_introspection' => :build
depends_on 'graphviz' => :build # for dot
depends_on 'harfbuzz' # R
depends_on 'jasper' # R
depends_on 'json_glib' # R
depends_on 'lcms' # R
depends_on 'lensfun' => :build
depends_on 'libjpeg_turbo' # R
depends_on 'libpng' # R
depends_on 'libraw' # R
depends_on 'librsvg' # R
depends_on 'libspiro' => :build
depends_on 'libtheora' => :build
depends_on 'libtiff' # R
depends_on 'libwebp' # R
depends_on 'luajit' => :build
depends_on 'openexr' # R
depends_on 'pango' # R
depends_on 'poppler' # R
depends_on 'py3_asciidoc' => :build
depends_on 'py3_pygobject' => :build
depends_on 'sdl2' # R
depends_on 'source_highlight' => :build
depends_on 'suitesparse' # R
depends_on 'vala' => :build
depends_on 'w3m' => :build
depends_on 'zlib' # R
end