macOS
brew install gupnplocal Homebrew formula metadata
sudo port install gupnpMacPorts ports tree · net/gupnp/Portfile · ソース: api.github.com
brew
gupnp のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install gupnplocal Homebrew formula metadata
sudo port install gupnpMacPorts ports tree · net/gupnp/Portfile · ソース: api.github.com
sudo apk add gupnpAlpine Linux edge package indexes · gupnp · ソース: dl-cdn.alpinelinux.org
sudo dnf install gupnpFedora Rawhide package metadata · gupnp · ソース: dl.fedoraproject.org
nix profile install nixpkgs#gupnpnixpkgs package indexes · pkgs/by-name/gu/gupnp/package.nix · ソース: api.github.com
sudo pacman -S gupnpArch Linux sync databases · gupnp · ソース: geo.mirror.pkgbuild.com
sudo apt install gir1.2-gupnp-1.6Debian stable package indexes · gir1.2-gupnp-1.6 · ソース: deb.debian.org
sudo zypper install gupnp-docopenSUSE Tumbleweed package metadata · gupnp-doc · ソース: download.opensuse.org
概要
Framework for creating UPnP devices and control points
履歴
GUPnP is GNOME's GObject-based framework for creating UPnP devices and control points. It wraps resource discovery, device description, control, eventing, presentation, and HTTP integration behind GLib-friendly C APIs.
The README says GUPnP was born from frustration with libupnp and its threading model. GUPnP chose a single-threaded asynchronous design integrated with the GLib main loop, aiming to provide libupnp's feature set while hiding much of the UPnP protocol machinery behind object-oriented APIs.
The framework is built from GSSDP for SSDP discovery and announcement plus GUPnP for the UPnP protocol layers. It intentionally leaves higher-level standardized resources, such as MediaServer helpers, to companion libraries including GUPnP AV and related projects.
GNOME release and Git history show GUPnP as a long-lived networking library: the repository has a gupnp-0.10 tag from May 2008, the GNOME archive contains 0.x tarball lines, 1.0.0 was published in September 2016, and the 1.6 branch moved the stack through libsoup3-era maintenance.
GUPnP is packaged across Homebrew, Alpine, Debian/Ubuntu GIR packages, Fedora, MacPorts, Nix, Arch, and openSUSE because it is a shared library used by GNOME and media/networking applications rather than a single end-user program.
Its adoption is coupled to GSSDP, GUPnP AV, GUPnP DLNA, and GUPnP Tools. Distributions often split runtime libraries, introspection bindings, documentation, and tool packages so applications and developers can depend on the minimum needed pieces.
Developers use GUPnP to implement devices and control points that discover UPnP services, fetch device descriptions, invoke service actions, subscribe to events, and expose devices on the network. The official documentation includes both client and server tutorials.
The Homebrew formula exposes `gupnp-binding-tool-1.6`, but the package's main value is library and introspection support for applications using the GUPnP API.
GUPnP matters to package maintainers because it is a classic shared-library stack with ABI/API versioning, GIR bindings, documentation, and companion tools. A small version bump can affect media sharing, device discovery, and GNOME networking tools across a distribution.
It is also a case study in replacing a lower-level C networking library with a GLib-native abstraction that fits desktop event loops and language bindings.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
gupnp-binding-tool-1.6 | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://gitlab.gnome.org/GNOME/gupnp
インストールメタデータ
| パッケージキー | brew:gupnp |
|---|---|
| バージョン | 1.6.10 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/gupnp |
| ホームページ | https://gitlab.gnome.org/GNOME/gupnp |
| リポジトリ | https://gitlab.gnome.org/GNOME/gupnp |
| 上流ドキュメント | https://gnome.pages.gitlab.gnome.org/gupnp/docs |
| ライセンス | LGPL-2.0-or-later |
| ソースアーカイブ | https://download.gnome.org/sources/gupnp/1.6/gupnp-1.6.10.tar.xz |
| 最終更新 | 2026-06-25T13:37:44+02:00 |
| Pulse | updated |
| 依存関係 | glib, gssdp, libsoup, libxml2, python@3.14 |
| ビルド依存関係 | docbook-xsl, gobject-introspection, meson, ninja, pkgconf, vala |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | gupnp |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
gir1.2-gupnp-1.6 1.6.8-2
GObject introspection data for the GUPnP library
https://gnome.pages.gitlab.gnome.org/gupnp/docs/
sudo apt install gir1.2-gupnp-1.6libgupnp-1.6-0 1.6.8-2
GObject-based library for UPnP
https://gnome.pages.gitlab.gnome.org/gupnp/docs/
sudo apt install libgupnp-1.6-0libgupnp-1.6-dev 1.6.8-2
GObject-based library for UPnP (development files)
https://gnome.pages.gitlab.gnome.org/gupnp/docs/
sudo apt install libgupnp-1.6-devlibgupnp-doc 1.6.8-2
GObject-based library for UPnP (documentation)
https://gnome.pages.gitlab.gnome.org/gupnp/docs/
sudo apt install libgupnp-docgupnp
nix profile install nixpkgs#gupnpgir1.2-gupnp-1.6 1.6.6-1build3
GObject introspection data for the GUPnP library
http://live.gnome.org/GObjectIntrospection
sudo apt install gir1.2-gupnp-1.6libgupnp-1.6-0 1.6.6-1build3
GObject-based library for UPnP
https://wiki.gnome.org/Projects/GUPnP
sudo apt install libgupnp-1.6-0libgupnp-1.6-dev 1.6.6-1build3
GObject-based library for UPnP (development files)
https://wiki.gnome.org/Projects/GUPnP
sudo apt install libgupnp-1.6-devlibgupnp-doc 1.6.6-1build3
GObject-based library for UPnP (documentation)
https://wiki.gnome.org/Projects/GUPnP
sudo apt install libgupnp-docgupnp 1.6.10-r0
GObject-based UPNP framework
https://gitlab.gnome.org/GNOME/gupnp
sudo apk add gupnpgupnp-dev 1.6.10-r0
GObject-based UPNP framework (development files)
https://gitlab.gnome.org/GNOME/gupnp
sudo apk add gupnp-devgupnp-doc 1.6.10-r0
GObject-based UPNP framework (documentation)
https://gitlab.gnome.org/GNOME/gupnp
sudo apk add gupnp-docgupnp 1.6.10-1.fc45
A framework for creating UPnP devices & control points
sudo dnf install gupnpgupnp-devel 1.6.10-1.fc45
Development package for gupnp
sudo dnf install gupnp-develgupnp-docs 1.6.10-1.fc45
Documentation files for gupnp
sudo dnf install gupnp-docsgupnp 1:1.6.10-1
GObject-based UPNP framework
https://wiki.gnome.org/Projects/GUPnP
sudo pacman -S gupnpソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.