Normalize: Difference between revisions
From CBLFS
Jump to navigationJump to search
Chipster19 (talk | contribs) New page: {| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://savannah.nongnu.org/download/normalize/normalize-{{Normalize-Version}}.tar.bz2 |} ---- {{Package-I... |
Weibullguy (talk | contribs) Added multilib instructions. |
||
Line 16: | Line 16: | ||
=== Recommended === | === Recommended === | ||
* [[Vorbis Tools]] | |||
=== Optional === | |||
* [[XMMS]] | * [[XMMS]] | ||
== Configuration Information == | |||
{|style="text-align: left;" | |||
|- | |||
|<i>--disable-xmms</i> don't build the volume adjust plugin for xmms. | |||
|- | |||
|<i>--without-audiofile</i> use the audiofile library. | |||
|- | |||
|<i>--without-mad</i> use the mad mpeg audio library. | |||
|} | |||
== Non-Multilib == | == Non-Multilib == | ||
Line 23: | Line 36: | ||
Compile the package: | Compile the package: | ||
./configure --prefix=/usr | ./configure --prefix=/usr && | ||
make | make | ||
Line 36: | Line 49: | ||
Compile the package: | Compile the package: | ||
CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ | |||
./configure --prefix=/usr && | |||
make | |||
Install the package: | Install the package: | ||
Line 46: | Line 61: | ||
Compile the package: | Compile the package: | ||
CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ | |||
./configure --prefix=/usr --libdir=/usr/lib32 && | |||
make | |||
Install the package: | Install the package: | ||
Line 56: | Line 73: | ||
Compile the package: | Compile the package: | ||
CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ | |||
./configure --prefix=/usr --libdir=/usr/lib64 && | |||
make | |||
Install the package: | Install the package: | ||
Line 74: | Line 93: | ||
!Installed Libraries: | !Installed Libraries: | ||
|/usr/lib/xmms/Effect/librva.{a,so} | |/usr/lib/xmms/Effect/librva.{a,so} | ||
|-valign="top" | |||
!Symlinks: | |||
|/usr/bin/normalize-ogg --> /usr/bin/normalize-mp3 | |||
|} | |} |
Revision as of 20:49, 10 August 2007
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 |