Difference between revisions of "Graveman!"

From CBLFS
Jump to navigationJump to search
(Added page.)
 
Line 99: Line 99:
 
|is a GUI frontend for various CD and DVD utilities.
 
|is a GUI frontend for various CD and DVD utilities.
 
|}
 
|}
 +
 +
[[Category:CD/DVD Utilities]]

Revision as of 15:33, 19 March 2009

Download Source: http://graveman.tuxfamily.org/sources/graveman-0.3.12-5.tar.bz2

Introduction to Graveman!

Graveman! is a Gtk2-based frontend for cdrecord, mkisofs, readcd, sox, flac, dvd+rw-format/dvd+rw-tools and cdrdao.

Project Homepage: http://graveman.tuxfamily.org/

Dependencies

Required

Non-Multilib

Compile the package:

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

Install the package:

make install

Multilib

This package does not provide any libraries so only one installation is required.

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

Configuring

Contents

Installed Directories: /usr/share/graveman
Installed Programs: graveman
Installed Libraries: None

Short Descriptions

graveman is a GUI frontend for various CD and DVD utilities.