Difference between revisions of "Normalize"
From CBLFS
Jump to navigationJump to searchChipster19 (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) (Obviously if we can disable them, they're not required.) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 11: | Line 11: | ||
== Dependencies == | == Dependencies == | ||
− | === | + | === Recommended === |
− | |||
* [[Audio File]] | * [[Audio File]] | ||
+ | * [[Vorbis Tools]] | ||
+ | * [[libmad]] | ||
− | === | + | === Optional === |
+ | * [[Gtk1]] | ||
* [[XMMS]] | * [[XMMS]] | ||
− | * [[ | + | * [[intltool]] |
+ | |||
+ | == Configuration Information == | ||
+ | |||
+ | {|style="text-align: left;" | ||
+ | |- | ||
+ | |<i>--disable-xmms</i> don't build the volume adjust plugin for xmms. | ||
+ | |- | ||
+ | |<i>--without-audiofile</i> don't use the audiofile library. | ||
+ | |- | ||
+ | |<i>--without-mad</i> don't 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 | ||
|} | |} | ||
+ | |||
+ | [[Category:Media Utilities]] |
Latest revision as of 19:27, 15 July 2009
Download Source: | http://savannah.nongnu.org/download/normalize/normalize-0.7.7.tar.bz2 |
---|
Contents
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 |