Normalize: Difference between revisions
From CBLFS
Jump to navigationJump to search
Weibullguy (talk | contribs) Added multilib instructions. |
No edit summary |
||
| Line 97: | Line 97: | ||
|/usr/bin/normalize-ogg --> /usr/bin/normalize-mp3 | |/usr/bin/normalize-ogg --> /usr/bin/normalize-mp3 | ||
|} | |} | ||
[[Category:Media Utilities]] | |||
Revision as of 15:18, 19 March 2009
| Download Source: | http://savannah.nongnu.org/download/normalize/normalize-0.7.7.tar.bz2 |
|---|
Introduction to Normalize
Normalize is a tool for adjusting the volume of audio files to a standard level.
Project Homepage: http://normalize.nongnu.org/
Dependencies
Required
Recommended
Optional
Configuration Information
| --disable-xmms don't build the volume adjust plugin for xmms. |
| --without-audiofile use the audiofile library. |
| --without-mad use the mad mpeg audio library. |
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package:
make install
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=/usr &&
make
Install the package:
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure --prefix=/usr --libdir=/usr/lib32 &&
make
Install the package:
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=/usr --libdir=/usr/lib64 &&
make
Install the package:
make install
Contents
| Installed Directories: | /usr/lib/xmms/Effect |
|---|---|
| Installed Programs: | normalize, normalize-mp3 |
| Installed Libraries: | /usr/lib/xmms/Effect/librva.{a,so} |
| Symlinks: | /usr/bin/normalize-ogg --> /usr/bin/normalize-mp3 |