Automic VaultAutomic Vault

brew

使用 Homebrew, dnf, MacPorts, Nix, zypper 安装 liboil

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

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install liboil

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install liboil

MacPorts ports tree · devel/liboil/Portfile · 来源: api.github.com

Linux

Fedora dnf已验证 · 92%
sudo dnf install liboil

Fedora Rawhide package metadata · liboil · 来源: dl.fedoraproject.org

Nix已验证 · 92%
nix profile install nixpkgs#liboil

nixpkgs package indexes · pkgs/by-name/li/liboil/package.nix · 来源: api.github.com

openSUSE zypper已验证 · 92%
sudo zypper install liboil-0_3-0

openSUSE Tumbleweed package metadata · liboil-0_3-0 · 来源: download.opensuse.org

概览

软件包摘要

C library of simple functions optimized for various CPUs

命令和别名

  • oil-bugreport

历史

项目历史与用法

liboil, the Library of Optimized Inner Loops, is a freedesktop.org-era C library of simple CPU-optimized routines. It collected small loops such as array conversion, multiplication, summing, and other SIMD-friendly operations behind a reusable API.

项目历史

The project documentation describes liboil as a library of simple functions optimized for CPUs using techniques such as Altivec, MMX, and SSE. Its goal was to consolidate optimized inner-loop code that multimedia applications and libraries often carried privately.

The freedesktop.org download directory shows a compact release line from 0.2.0 and 0.3.x in 2005 through 0.3.17 in February 2010. After that period, Orc, the Oil Runtime Compiler, became the successor project for generating and executing SIMD-style inner loops.

采用历史

liboil mattered most in the multimedia and desktop stack, where many packages needed fast pixel, audio, or numeric loops but did not want to maintain architecture-specific assembly in every project.

Its package-manager life continued after active upstream development because older software still linked against liboil, while newer software increasingly moved to Orc or compiler/native SIMD approaches.

使用方式

Developers used liboil as a C library for optimized primitive operations. Package users mostly encountered it indirectly as a dependency, with oil-bugreport available as a diagnostic executable.

The library is relevant when building older multimedia stacks or software that still depends on the liboil API rather than Orc.

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

liboil is package-nerd interesting because it captures a transitional moment before widespread portable SIMD abstractions: projects wanted reusable CPU-specific inner loops, but compiler autovectorization and runtime SIMD libraries had not settled the problem.

Its replacement by Orc is also instructive. The successor moved from a collection of hand-optimized functions toward a small runtime compiler for array operations, which explains why liboil often remains only as a compatibility package.

时间线

  • 2005: freedesktop.org download directory records liboil 0.2.0, 0.2.1, 0.2.2, and the early 0.3.x series.
  • 2006: freedesktop.org download directory records releases through liboil 0.3.10.
  • 2008: freedesktop.org download directory records liboil 0.3.13, 0.3.14, and 0.3.15.
  • 2010: freedesktop.org download directory records liboil 0.3.17.
  • 2010s: Orc is documented as the successor to liboil.

Related projects

  • Orc, the Oil Runtime Compiler, is documented by its project as the successor to liboil.
  • GStreamer is closely related through Orc stewardship and through the multimedia use cases that made optimized inner loops valuable.
  • Altivec, MMX, SSE, NEON, and similar SIMD instruction families are the hardware context behind liboil and Orc.

安全态势

风险级别:绿色

library-like package without higher-risk signals.

风险分类器

绿色 风险 · 低 置信度 · appliance

原因

  • library-like package without higher-risk signals

信号

  • metadata:library-like

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 13 个平台目标。
  • 构建元数据列出 5 个构建依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
oil-bugreportcli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-08
管理器版本0.3.17
管理器更新时间
本地数据OK
上游not checked
检测到的最新版本未检测到

https://wiki.freedesktop.org/liboil/

  • 信息No package-manager update timestamp was available.低 置信度
  • 信息Release/tag comparison is only available for GitHub repositories.https://wiki.freedesktop.org/liboil/none 置信度

安装元数据

软件包元数据

软件包键brew:liboil
版本0.3.17
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/liboil
主页https://wiki.freedesktop.org/liboil/
仓库https://cgit.freedesktop.org/liboil
上游文档https://wiki.freedesktop.org/liboil
许可证BSD-2-Clause AND BSD-3-Clause
源码归档https://liboil.freedesktop.org/download/liboil-0.3.17.tar.gz
构建依赖autoconf, automake, gtk-doc, libtool, pkgconf
Bottle可用 (于 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameliboil
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Nix95%

liboil

nix profile install nixpkgs#liboil
  • normalized package name match
  • 匹配方式:Liboil
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/li/liboil/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
dnf95%

liboil 0.3.16-38.fc44

Library of Optimized Inner Loops, CPU optimized functions

http://liboil.freedesktop.org/

sudo dnf install liboil
  • License: LicenseRef-Callaway-BSD
  • Category: Unspecified
  • Architecture: i686
  • Source Package: liboil
  • 3 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Liboil
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: liboil from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

liboil-devel 0.3.16-38.fc44

Development files and static library for liboil

http://liboil.freedesktop.org/

sudo dnf install liboil-devel
  • License: LicenseRef-Callaway-BSD
  • Category: Unspecified
  • Architecture: i686
  • Source Package: liboil
  • 7 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Liboil
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: liboil-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
zypper95%

liboil-0_3-0 0.3.17-26.14

Library of Optimized Inner Loops

http://liboil.freedesktop.org/wiki/

sudo zypper install liboil-0_3-0
  • License: BSD-2-Clause
  • Category: System/Libraries
  • Architecture: x86_64
  • Source Package: liboil
  • 3 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Liboil
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: liboil-0_3-0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

liboil-devel 0.3.17-26.14

Headers for the library of Optimized Inner Loops

http://liboil.freedesktop.org/wiki/

sudo zypper install liboil-devel
  • License: BSD-2-Clause
  • Category: Development/Libraries/C and C++
  • Architecture: x86_64
  • Source Package: liboil
  • 5 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Liboil
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: liboil-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

liboil-doc 0.3.17-26.14

Documentation for the library of Optimized Inner Loops

http://liboil.freedesktop.org/wiki/

sudo zypper install liboil-doc
  • License: BSD-2-Clause
  • Category: Documentation/HTML
  • Architecture: noarch
  • Source Package: liboil
  • 1 提供
  • normalized package name match
  • 匹配方式:Liboil
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: liboil-doc from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

liboil

sudo port install liboil
  • normalized package name match
  • 匹配方式:Liboil
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/liboil/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

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