Graveman!: Difference between revisions
From CBLFS
Jump to navigationJump to search
Weibullguy (talk | contribs) Added page. |
Use correct Cdrtools page instead of cdrecord page. |
||
| (One intermediate revision by one other user not shown) | |||
| Line 20: | Line 20: | ||
* [[FLAC]] | * [[FLAC]] | ||
* [[libmng]] | * [[libmng]] | ||
* [[ | * [[Cdrtools]] | ||
* [[dvd+rw-tools]] | * [[dvd+rw-tools]] | ||
* [[cdrdao]] | * [[cdrdao]] | ||
| 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]] | |||
Latest revision as of 21:43, 20 May 2010
| 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. |
|---|