# gegl を Homebrew, apk, apt, MacPorts, Nix, pacman, zypper でインストール

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/ja/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/ja/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Media and graphics packages](https://www.automicvault.com/ja/pkg/media-graphics-tools/) - Matched media, image, audio, video, or graphics metadata.
- [babl](https://www.automicvault.com/ja/pkg/brew/babl/) - Runtime dependency declared by Homebrew.
- [cairo](https://www.automicvault.com/ja/pkg/brew/cairo/) - Runtime dependency declared by Homebrew.
- [gettext](https://www.automicvault.com/ja/pkg/brew/gettext/) - Runtime dependency declared by Homebrew.
- [glib](https://www.automicvault.com/ja/pkg/brew/glib/) - Runtime dependency declared by Homebrew.
- [jpeg-turbo](https://www.automicvault.com/ja/pkg/brew/jpeg-turbo/) - Runtime dependency declared by Homebrew.
- [json-glib](https://www.automicvault.com/ja/pkg/brew/json-glib/) - Runtime dependency declared by Homebrew.
- [libpng](https://www.automicvault.com/ja/pkg/brew/libpng/) - Runtime dependency declared by Homebrew.
- [gobject-introspection](https://www.automicvault.com/ja/pkg/brew/gobject-introspection/) - Build dependency declared by Homebrew.
- [meson](https://www.automicvault.com/ja/pkg/brew/meson/) - Build dependency declared by Homebrew.
- [ninja](https://www.automicvault.com/ja/pkg/brew/ninja/) - Build dependency declared by Homebrew.
- [exact-image](https://www.automicvault.com/ja/pkg/brew/exact-image/) - Shares av.db curated category or tags: cli, graphics, image-processing, library, media.
- [gd](https://www.automicvault.com/ja/pkg/brew/gd/) - Shares av.db curated category or tags: cli, graphics, image-processing, library, media.
- [imagemagick](https://www.automicvault.com/ja/pkg/brew/imagemagick/) - Shares av.db curated category or tags: cli, graphics, image-processing, library, media.
- [libsail](https://www.automicvault.com/ja/pkg/brew/libsail/) - Shares av.db curated category or tags: cli, graphics, image-processing, library, media.
- [gmic](https://www.automicvault.com/ja/pkg/brew/gmic/) - Shares av.db curated category or tags: cli, graphics, image-processing, media.
- [graphicsmagick](https://www.automicvault.com/ja/pkg/brew/graphicsmagick/) - Shares av.db curated category or tags: cli, graphics, image-processing, media.
- [imageworsener](https://www.automicvault.com/ja/pkg/brew/imageworsener/) - Shares av.db curated category or tags: cli, image-processing, library, media.
- [gdk-pixbuf](https://www.automicvault.com/ja/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/ja/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
