Difference between revisions of "KDE4/KdeMultimedia"

From CBLFS
Jump to navigationJump to search
(64Bit)
(Dependencies)
Line 12: Line 12:
  
 
=== Optional ===
 
=== Optional ===
 +
* [[Xine_Libraries]]
 +
* [[ALSA]]
 +
* [[TagLib]]
 +
* [[Libvorbis]]
 +
* [[FLAC]]
 +
* [[CDParanoia-III]]
 +
* [[LibMusicBrainz]]
 +
* [[TunePimp]]
  
 
== Configuration Information ==
 
== Configuration Information ==

Revision as of 07:29, 3 November 2008

Download Source: ftp://ftp.kde.org/pub/kde/stable/4.3.5/src/kdemultimedia-4.3.5.tar.bz2

Dependencies

Required

Optional

Configuration Information

Non-Multilib

Compile the package:

mkdir -vv build &&
cd build &&
cmake .. -DCMAKE_INSTALL_PREFIX=$(kde4-config --prefix) &&                
make

Install the package:

make install

Multilib

32Bit

N32

64Bit

Compile the package

mkdir -v build &&
cd build && 
USE_ARCH=64 PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
cmake -DCMAKE_INSTALL_PREFIX=$(kde4-config --prefix) \
   -DSYSCONF_INSTALL_DIR=/etc/kde \
   -DLIB_SUFFIX=64 \
   -DCMAKE_CXX_FLAGS=${BUILD64} \
   -DCMAKE_C_FLAGS=${BUILD64} \
   .. &&
make

Install the package

make install