Difference between revisions of "Normalize"

From CBLFS
Jump to navigationJump to search
(Obviously if we can disable them, they're not required.)
 
Line 11: Line 11:
 
== Dependencies ==
 
== Dependencies ==
  
=== Required ===
+
=== Recommended ===
* [[Gtk1]]
 
 
* [[Audio File]]
 
* [[Audio File]]
 
=== Recommended ===
 
 
* [[Vorbis Tools]]
 
* [[Vorbis Tools]]
 +
* [[libmad]]
  
 
=== Optional ===
 
=== Optional ===
 +
* [[Gtk1]]
 
* [[XMMS]]
 
* [[XMMS]]
 +
* [[intltool]]
  
 
== Configuration Information ==
 
== Configuration Information ==
Line 27: Line 27:
 
|<i>--disable-xmms</i> don't build the volume adjust plugin for xmms.
 
|<i>--disable-xmms</i> don't build the volume adjust plugin for xmms.
 
|-
 
|-
|<i>--without-audiofile</i> use the audiofile library.
+
|<i>--without-audiofile</i> don't use the audiofile library.
 
|-
 
|-
|<i>--without-mad</i> use the mad mpeg audio library.
+
|<i>--without-mad</i> don't use the mad mpeg audio library.
 
|}
 
|}
  

Latest revision as of 20:27, 15 July 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

Recommended

Optional

Configuration Information

--disable-xmms don't build the volume adjust plugin for xmms.
--without-audiofile don't use the audiofile library.
--without-mad don't 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