Difference between revisions of "Secret Rabbit Code"

From CBLFS
Jump to navigationJump to search
(Added page.)
 
 
(2 intermediate revisions by 2 users not shown)
Line 9: Line 9:
 
{{Package-Introduction|Secret Rabbit Code is a sample rate converter for audio.  It also known as libsamplerate.|http://www.mega-nerd.com/SRC/index.html}}
 
{{Package-Introduction|Secret Rabbit Code is a sample rate converter for audio.  It also known as libsamplerate.|http://www.mega-nerd.com/SRC/index.html}}
  
 +
== Dependencies ==
 +
 +
=== Optional ===
 +
* [[FFTW]]
 +
* [[libsndfile]]
 +
* [[DUMA]]
 +
 +
== Configuring ==
 
{{Note|The configure script reports that libraries will be installed in /usr/lib even when passing the --libdir option.  Libraries <i>do</i> install in the path passed via --libdir.}}
 
{{Note|The configure script reports that libraries will be installed in /usr/lib even when passing the --libdir option.  Libraries <i>do</i> install in the path passed via --libdir.}}
  
Line 87: Line 95:
 
|
 
|
 
|}
 
|}
 +
 +
[[Category:Media Libraries]]

Latest revision as of 08:09, 12 April 2009

Download Source: http://www.mega-nerd.com/SRC/libsamplerate-0.1.6.tar.gz

Introduction to Secret Rabbit Code

Secret Rabbit Code is a sample rate converter for audio. It also known as libsamplerate.

Project Homepage: http://www.mega-nerd.com/SRC/index.html

Dependencies

Optional

Configuring

Caution.png

Note

The configure script reports that libraries will be installed in /usr/lib even when passing the --libdir option. Libraries do install in the path passed via --libdir.

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: None
Installed Programs: sndfile-resample
Installed Libraries: libsamplerate.{a,la,so}
Symlinks: /usr/lib/libsamplerate.so.0 --> /usr/lib/libsamplerate.so.0.1.1, /usr/lib/libsamplerate.so --> /usr/lib/libsamplerate.so.0.1.1,

Short Descriptions

sndfile-resample
libsamplerate