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 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
ダウンロード (HTTP): https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.22.7.tar.xz
ダウンロード MD5 sum: 1e6a65cc6eea7c317cee4e3eb9c0ae57
ダウンロードサイズ: 248 KB
必要ディスク容量: 8.9 MB (テスト込み)
概算ビルド時間: 0.1 SBU 以下 (テスト込み)
liba52-0.7.4 (needed to play DVD's), libdvdread-6.1.3, x264-20230215
libmpeg2-0.5.1, libcdio-2.1.0 (for CD-ROM drive access), Valgrind-3.22.0, hotdoc, libsidplay, OpenCore AMR, Orc, TwoLame
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/systemd/ \ -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.