# 使用 Homebrew, apk, apt, MacPorts, Nix, pacman, zypper 安装 gegl

查看 gegl 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:gegl
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install gegl
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install gegl
```

  证据: MacPorts ports tree: graphics/gegl/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add gegl
```

  证据: Alpine Linux edge package indexes: gegl from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install gegl
```

  证据: Debian stable package indexes: gegl from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#gegl
```

  证据: nixpkgs package indexes: pkgs/by-name/ge/gegl/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S gegl
```

  证据: Arch Linux sync databases: gegl from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install gegl
```

  证据: openSUSE Tumbleweed package metadata: gegl from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

## 软件包事实

- **软件包键:** brew:gegl
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/gegl>
- **版本:** 0.4.70
- **来源摘要:** Graph based image processing framework
- **主页:** <https://www.gegl.org/>
- **仓库:** <https://gitlab.gnome.org/GNOME/gegl>
- **上游文档:** <https://developer.gimp.org/api/gegl>
- **许可证:** LGPL-3.0-or-later AND GPL-3.0-or-later AND BSD-3-Clause AND MIT
- **源码归档:** <https://download.gimp.org/pub/gegl/0.4/gegl-0.4.70.tar.xz>
- **最后更新:** 2026-07-05T23:58:38Z
- **已生成:** 2026-07-08T07:18:31+00:00

## 可执行文件

- gegl (cli)
- gegl-imgcmp (cli)
- gegl (别名)
- gegl-imgcmp (别名)

## 依赖

- babl
- cairo
- gettext
- glib
- jpeg-turbo
- json-glib
- libnsgif
- libpng
- libtiff
- little-cms2

## 构建依赖

- gettext
- gobject-introspection
- meson
- ninja
- pkgconf

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-07-08
- 管理器版本: 0.4.70
- 管理器更新时间: 2026-07-05
- 本地数据: OK
- 上游仓库: https://www.gegl.org/
- 信息: Release/tag comparison is only available for GitHub repositories.
## 项目历史与用法

GEGL, the Generic Graphics Library, is a data-flow image processing framework used both as a library and through the `gegl` command-line tool. Its package-manager interest comes from its role as the image-processing engine behind GIMP's modern high bit-depth, graph-based processing pipeline.

### 项目历史

GEGL's public source history reaches back to the early GNOME graphics stack era, with early repository activity in 2000 and later 0.x release tags preserved in the GNOME repository. The project evolved around processing images as graphs of operations rather than as one-off filter calls, exposing floating-point processing, non-destructive pipeline structure, and reusable operations.

GIMP's 2.10 development cycle made GEGL historically important beyond a standalone library. The GIMP release notes describe the 2.10 release as the result of a six-year effort that originally focused on porting the application to GEGL, completing a progression that began with optional GEGL-backed color tools and ended with GEGL handling tile management and project graphs.

### 采用历史

The GEGL site names GIMP as the flagship user and also points to GNOME Photos, imgflo, and other graphics projects as users of the framework. GIMP 2.10's GEGL port gave the library broad downstream exposure because every distribution packaging GIMP also needed the GEGL stack and its close companion library, babl.

For package maintainers, GEGL is notable because it sits at the boundary between an end-user desktop application and a reusable media-processing runtime. Its operations, command-line interface, plugins, and GObject-based API make it a common dependency in GNOME and graphics-oriented package sets.

### 使用方式

Practitioners use GEGL by chaining operations into processing graphs. Developers link against the C API or write operations; users and testers can invoke `gegl` on the command line to run the same style of pipelines outside GIMP.

In GIMP workflows, GEGL-backed filters support higher bit depths, multi-threaded processing, split previews, saved presets, and the architectural groundwork for non-destructive editing.

### 为什么软件包爱好者会关心

GEGL matters to package nerds because it is both a leaf command and a heavy shared dependency. Version skew between GEGL, babl, and GIMP can affect image loading, filters, and plugin behavior, so distro and Homebrew formula updates tend to track it alongside the rest of the GIMP graphics stack.

### 时间线

- 2000: Early GEGL source history appears in the GNOME repository.
- 2012-2018: GIMP's six-year 2.10 development cycle centers on completing the GEGL port.
- 2018: GIMP 2.10 ships with GEGL used for tile management and project processing graphs.

### Related projects

- GEGL is closely tied to GIMP, babl, GNOME Photos, imgflo, and other graphics projects that consume GEGL operations or depend on its color and image-processing model.

### 来源

- <https://developer.gimp.org/api/gegl/>
- <https://gegl.org/>
- <https://gitlab.gnome.org/GNOME/gegl>
- <https://www.gimp.org/release-notes/gimp-2.10.html>


## 安全说明

broad file, network, media, or database tool signal.

- **Geiger 风险:** blue / 中
- broad file, network, media, or database tool signal

## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** gegl
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## 其他软件包管理器记录

- Debian apt - gegl - 1:0.4.62-2+deb13u2: normalized package name match | Debian stable package indexes: gegl from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Generic Graphics Library Test Program | https://gegl.org/
- Debian apt - gir1.2-gegl-0.4 - 1:0.4.62-2+deb13u2: normalized package name match | Debian stable package indexes: gir1.2-gegl-0.4 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | GObject introspection data for the Generic Graphics Library | https://gegl.org/
- Debian apt - libgegl-0.4-0t64 - 1:0.4.62-2+deb13u2: normalized package name match | Debian stable package indexes: libgegl-0.4-0t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Generic Graphics Library | https://gegl.org/
- Debian apt - libgegl-common - 1:0.4.62-2+deb13u2: normalized package name match | Debian stable package indexes: libgegl-common from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Generic Graphics Library - common files | https://gegl.org/
- Debian apt - libgegl-dev - 1:0.4.62-2+deb13u2: normalized package name match | Debian stable package indexes: libgegl-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Generic Graphics Library (development files) | https://gegl.org/
- Debian apt - libgegl-doc - 1:0.4.62-2+deb13u2: normalized package name match | Debian stable package indexes: libgegl-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Generic Graphics Library (documentation) | https://gegl.org/
- Nix - gegl: normalized package name match | nixpkgs package indexes: pkgs/by-name/ge/gegl/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - gegl - 1:0.4.48-2.4build2: normalized package name match | Ubuntu 24.04 LTS package indexes: gegl from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Generic Graphics Library Test Program | https://gegl.org/
- Ubuntu apt - gir1.2-gegl-0.4 - 1:0.4.48-2.4build2: normalized package name match | Ubuntu 24.04 LTS package indexes: gir1.2-gegl-0.4 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | GObject introspection data for the Generic Graphics Library | https://gegl.org/
- Ubuntu apt - libgegl-0.4-0t64 - 1:0.4.48-2.4build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libgegl-0.4-0t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Generic Graphics Library | https://gegl.org/
- Ubuntu apt - libgegl-common - 1:0.4.48-2.4build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libgegl-common from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Generic Graphics Library - common files | https://gegl.org/
- Ubuntu apt - libgegl-dev - 1:0.4.48-2.4build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libgegl-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Generic Graphics Library (development files) | https://gegl.org/
- Ubuntu apt - libgegl-doc - 1:0.4.48-2.4build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libgegl-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Generic Graphics Library (documentation) | https://gegl.org/
- apk - gegl - 0.4.70-r0: normalized package name match | Alpine Linux edge package indexes: gegl from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Graph based image processing framework | https://www.gegl.org/
- apk - gegl-dev - 0.4.70-r0: normalized package name match | Alpine Linux edge package indexes: gegl-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Graph based image processing framework (development files) | https://www.gegl.org/
- apk - gegl-lang - 0.4.70-r0: normalized package name match | Alpine Linux edge package indexes: gegl-lang from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Languages for package gegl | https://www.gegl.org/


## 相关链接

- [Secret-risk packages](https://www.automicvault.com/zh-hans/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/zh-hans/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/zh-hans/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Media and graphics packages](https://www.automicvault.com/zh-hans/pkg/media-graphics-tools/) - Matched media, image, audio, video, or graphics metadata.
- [babl](https://www.automicvault.com/zh-hans/pkg/brew/babl/) - Runtime dependency declared by Homebrew.
- [cairo](https://www.automicvault.com/zh-hans/pkg/brew/cairo/) - Runtime dependency declared by Homebrew.
- [gettext](https://www.automicvault.com/zh-hans/pkg/brew/gettext/) - Runtime dependency declared by Homebrew.
- [glib](https://www.automicvault.com/zh-hans/pkg/brew/glib/) - Runtime dependency declared by Homebrew.
- [jpeg-turbo](https://www.automicvault.com/zh-hans/pkg/brew/jpeg-turbo/) - Runtime dependency declared by Homebrew.
- [json-glib](https://www.automicvault.com/zh-hans/pkg/brew/json-glib/) - Runtime dependency declared by Homebrew.
- [libpng](https://www.automicvault.com/zh-hans/pkg/brew/libpng/) - Runtime dependency declared by Homebrew.
- [gobject-introspection](https://www.automicvault.com/zh-hans/pkg/brew/gobject-introspection/) - Build dependency declared by Homebrew.
- [meson](https://www.automicvault.com/zh-hans/pkg/brew/meson/) - Build dependency declared by Homebrew.
- [ninja](https://www.automicvault.com/zh-hans/pkg/brew/ninja/) - Build dependency declared by Homebrew.
- [exact-image](https://www.automicvault.com/zh-hans/pkg/brew/exact-image/) - Shares av.db curated category or tags: cli, graphics, image-processing, library, media.
- [gd](https://www.automicvault.com/zh-hans/pkg/brew/gd/) - Shares av.db curated category or tags: cli, graphics, image-processing, library, media.
- [imagemagick](https://www.automicvault.com/zh-hans/pkg/brew/imagemagick/) - Shares av.db curated category or tags: cli, graphics, image-processing, library, media.
- [libsail](https://www.automicvault.com/zh-hans/pkg/brew/libsail/) - Shares av.db curated category or tags: cli, graphics, image-processing, library, media.
- [gmic](https://www.automicvault.com/zh-hans/pkg/brew/gmic/) - Shares av.db curated category or tags: cli, graphics, image-processing, media.
- [graphicsmagick](https://www.automicvault.com/zh-hans/pkg/brew/graphicsmagick/) - Shares av.db curated category or tags: cli, graphics, image-processing, media.
- [imageworsener](https://www.automicvault.com/zh-hans/pkg/brew/imageworsener/) - Shares av.db curated category or tags: cli, image-processing, library, media.
- [gdk-pixbuf](https://www.automicvault.com/zh-hans/pkg/brew/gdk-pixbuf/) - Both packages work with overlapping file formats or content types. Shared terms: cli, gettext, glib, image, image-processing.
- [libgxps](https://www.automicvault.com/zh-hans/pkg/brew/libgxps/) - Local package facts share a topical domain. Shared terms: based, cairo, cli, cms2, gettext.

## Combined YAML source

View the package source record on GitHub. [combined/gegl.yml](https://github.com/automic-vault/db/blob/main/combined/gegl.yml)


## 来源

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
