Graveman!

From CBLFS
Revision as of 14:43, 20 May 2010 by Williami (talk | contribs) (Use correct Cdrtools page instead of cdrecord page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
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.