FLAC-1.4.3

FLAC の概要

FLAC is an audio CODEC similar to MP3, but lossless, meaning that audio is compressed without losing any information.

[注記]

注記

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

パッケージ情報

  • ダウンロード (HTTP): https://downloads.xiph.org/releases/flac/flac-1.4.3.tar.xz

  • ダウンロード MD5 sum: 7cab20b46e0bc859234bf5ba7da81625

  • ダウンロードサイズ: 1.0 MB

  • 必要ディスク容量: 22 MB (additional 163 MB to run the test suite)

  • 概算ビルド時間: 0.2 SBU (additional 0.6 SBU to run the test suite)

FLAC の依存パッケージ

任意

libogg-1.3.5, DocBook-utils-0.6.14, Doxygen-1.9.8, and Valgrind-3.22.0

FLAC のインストール

以下のコマンドを実行して FLAC をビルドします。

./configure --prefix=/usr                                \
            --disable-thorough-tests                     \
            --docdir=/usr/share/doc/flac-1.4.3          &&
make

To test the results, issue: make check. Note that if you passed the --enable-exhaustive-tests and --enable-valgrind-testing parameters to configure and then run the test suite, it will take a very long time (up to 300 SBUs) and use about 375 MB of disk space.

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

make install

コマンド説明

--disable-thorough-tests: This parameter is used so that the test suite will complete in a reasonable amount of time. Remove it if you desire more extensive tests.

パッケージ構成

インストールプログラム: flac, metaflac
インストールライブラリ: libFLAC.so, libFLAC++.so
インストールディレクトリ: /usr/include/FLAC, /usr/include/FLAC++, /usr/share/doc/flac-1.4.3

概略説明

flac

is a command-line utility for encoding, decoding and converting FLAC files

metaflac

is a program for listing, adding, removing, or editing metadata in one or more FLAC files

libFLAC{,++}.so

these libraries provide native FLAC and Ogg FLAC C/C++ APIs for programs utilizing FLAC