Difference between revisions of "Asunder"

From CBLFS
Jump to navigationJump to search
(Created page.)
 
 
(4 intermediate revisions by one other user not shown)
Line 5: Line 5:
 
|}
 
|}
  
== Introduction to Asunder ==
+
{{Package-Introduction|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.|http://ericlathrop.com/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.
 
 
 
<b>Package Homepage:</b> http://ericlathrop.com/asunder
 
  
 
== Dependencies ==
 
== Dependencies ==
Line 17: Line 13:
 
* [[libcddb]]
 
* [[libcddb]]
 
* [[CDParanoia-III]]
 
* [[CDParanoia-III]]
 
 
=== Optional ===
 
=== Optional ===
 
* [[LAME]]
 
* [[LAME]]
* [[Vorbis-Tools]]
+
* [[Vorbis Tools]]
 
* [[FLAC]]
 
* [[FLAC]]
  
Line 27: Line 22:
 
Compile the package:
 
Compile the package:
  
  ./configure --prefix=/usr &&
+
./configure --prefix=/usr &&
  make
+
make
  
 
Install the package:
 
Install the package:
  
  make install
+
make install
  
 
== Multilib ==
 
== Multilib ==
 
+
'''''This package does not install any libraries so only one installation is needed.'''''
=== 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 ===
 
=== 64Bit ===
Line 64: Line 36:
 
Compile the package:
 
Compile the package:
  
  CC="gcc -m64" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
+
CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
  --prefix=/usr --libdir=/usr/lib64 &&
+
./configure --prefix=/usr &&
  make
+
make
  
 
Install the package:
 
Install the package:
  
  make install
+
make install
  
 
== Configuring ==
 
== Configuring ==
Line 94: Line 66:
 
!Asunder
 
!Asunder
 
|is a graphical CD ripper and encoder.
 
|is a graphical CD ripper and encoder.
|-valign="top"
 
|-valign="top"
 
!
 
|
 
 
|}
 
|}
 +
 +
[[Category:Media Utilities]]

Latest revision as of 19:15, 11 November 2010

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.

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

Dependencies

Required

Optional

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
make

Install the package:

make install

Multilib

This package does not install any libraries so only one installation is needed.

64Bit

Compile the package:

CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=/usr &&
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.