gst-plugins-ugly-1.22.7

GStreamer Ugly Plug-ins の概要

The GStreamer Ugly Plug-ins is a set of plug-ins considered by the GStreamer developers to have good quality and correct functionality, but distributing them might pose problems. The license on either the plug-ins or the supporting libraries might not be how the GStreamer developers would like. The code might be widely known to present patent problems.

[注記]

注記

LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。

パッケージ情報

GStreamer Ugly Plug-ins の依存パッケージ

必須

gst-plugins-base-1.22.7

推奨

任意

libmpeg2-0.5.1, libcdio-2.1.0 (for CD-ROM drive access), Valgrind-3.22.0, hotdoc, libsidplay, OpenCore AMR, Orc, TwoLame

GStreamer Ugly Plug-ins のインストール

[注記]

注記

If you need a plugin for a given dependency, that dependency needs to be installed before this package.

以下のコマンドを実行して GStreamer Ugly Plug-ins をビルドします。

mkdir build &&
cd    build &&

meson  setup ..            \
       --prefix=/usr       \
       --buildtype=release \
       -Dgpl=enabled       \
       -Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/svn/ \
       -Dpackage-name="GStreamer 1.22.7 BLFS" &&
ninja

ビルド結果をテストする場合は ninja test を実行します。

root ユーザーになって以下を実行します。

ninja install

コマンド説明

--buildtype=release: 本パッケージの安定版リリース向けに適したビルドタイプを指定します。 デフォルトにしていると、最適化されていないバイナリを生成する場合があるためです。

-Dgpl=enabled: Without this switch, plugins with dependencies on (A)GPL licensed libraries are not built.

パッケージ構成

インストールプログラム: なし
インストールライブラリ: Several plugins under /usr/lib/gstreamer-1.0
インストールディレクトリ: なし