Difference between revisions of "Asunder"

From CBLFS
Jump to navigationJump to search
(Created page.)
 
(Optional)
Line 20: Line 20:
 
=== Optional ===
 
=== Optional ===
 
* [[LAME]]
 
* [[LAME]]
* [[Vorbis-Tools]]
+
* [[Vorbis Tools]]
 
* [[FLAC]]
 
* [[FLAC]]
  

Revision as of 13:16, 23 January 2007

Download Source: http://ericlathrop.com/asunder/Asunder-0.1.0.tar.bz2

Introduction to Asunder

Assunder is GUI front end for CDParanoia. Asunder also provides MP3, Ogg Vorbis, and FLAC encoding support. Asunder is GTK-based without the GNOME library dependencies.

Package Homepage: http://ericlathrop.com/asunder

Dependencies

Required

Optional

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}" \
 --prefix=/usr &&
 make

Install the package:

 make install

N32

Compile the package:

 CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
 --prefix=/usr --libdir=/usr/lib32 &&
 make

Install the package:

 make install

64Bit

Compile the package:

 CC="gcc -m64" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
 --prefix=/usr --libdir=/usr/lib64 &&
 make

Install the package:

 make install

Configuring

Contents

Installed Directories:
Installed Programs: Asunder
Installed Libraries:

Short Descriptions

Asunder is a graphical CD ripper and encoder.