Xfce4-Mixer

From CBLFS
Revision as of 10:25, 18 January 2007 by Weibullguy (talk | contribs) (Created page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Download Source: http://www.xfce.org/archive/xfce-4.6.2/src/xfce4-mixer-4.6.2.tar.bz2

Introduction to Xfce4-Mixer

Xfce4-mixer is a volume control application for the Xfce Desktop Environment. This package contains both a volume control plugin for the Xfce Panel and a standalone mixer application.

Package Homepage: http://www.xfce.org

Dependencies

Required

Configuration Information

--disable-big-mixer: don't build the big mixer window.
--disable-mighty-mouse-panel-plugin: don't build the 4.4 panel plugin.

Non-Multilib

Compile the package:

./configure --prefix=${XFCE_PREFIX} &&
make

Install the package:

make install

Multilib

32Bit

Compile the package:

USE_ARCH=32 CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=${XFCE_PREFIX} &&
make

Install the package:

make install

N32

Compile the package:

USE_ARCH=n32 CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure --prefix=${XFCE_PREFIX} --libdir=${XFCE_PREFIX}/lib32 &&
make

Install the package:

make install

64Bit

Compile the package:

USE_ARCH=64 CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=${XFCE_PREFIX} --libdir=${XFCE_PREFIX}/lib64 &&
make

Install the package:

make install

Contents

Installed Directories:
Installed Programs:
Installed Libraries:

Short Descriptions