Difference between revisions of "K3b"
From CBLFS
Jump to navigationJump to search (I updated the package description.) |
Weibullguy (talk | contribs) |
||
Line 7: | Line 7: | ||
---- | ---- | ||
− | + | {{Package-Introduction|K3b was created to be a feature-rich and easy to handle CD and DVD burning application. It is the main CD/DVD burning application for [[KDE]]. For a feature list, see http://k3b.plainblack.com/about.|http://k3b.plainblack.com/}} | |
− | |||
− | K3b was created to be a feature-rich and easy to handle CD and DVD burning application. It is the main CD/DVD burning application for [[KDE]]. For a feature list, see http://k3b.plainblack.com/about. | ||
− | |||
− | |||
== Dependencies == | == Dependencies == |
Revision as of 14:58, 16 April 2007
Download Source: | http://prdownloads.sourceforge.net/k3b/k3b-1.0.5.tar.bz2 |
---|
Contents
Introduction to K3b
K3b was created to be a feature-rich and easy to handle CD and DVD burning application. It is the main CD/DVD burning application for KDE. For a feature list, see http://k3b.plainblack.com/about.
Project Homepage: http://k3b.plainblack.com/
Dependencies
Required
Recommended
Optional
- ALSA
- CDParanoia-III
- FFmpeg
- FLAC
- HAL and D-BUS Qt3
- LAME
- libmad
- libMusicBrainz
- libvorbis
- LibXML2
- Transcode
- libsndfile
- MoviX
- Musepack
- normalize
- resmgr
- Secret Rabbit Code
- SoX
- TagLib
- vcdimager
Required Runtime
Required Runtime (For Dvd Ripping and Encoding)
Non-Multilib
Compile the package:
./configure --prefix=${KDE_PREFIX} \ --sysconfdir=/etc/kde \ --disable-debug \ --disable-dependency-tracking && make
Install the package
make install
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" USE_ARCH=32 \ PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ ./configure --prefix=${KDE_PREFIX} \ --sysconfdir=/etc/kde \ --disable-debug \ --disable-dependency-tracking && make
Install the package
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" USE_ARCH=n32 \ PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ ./configure --prefix=${KDE_PREFIX} \ --sysconfdir=/etc/kde \ --disable-debug \ --disable-dependency-tracking && make
Install the package
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" USE_ARCH=64 \ PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ ./configure --prefix=${KDE_PREFIX} \ --sysconfdir=/etc/kde \ --disable-debug \ --disable-dependency-tracking && make
Install the package
make install