Difference between revisions of "Xfce4-Mixer"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) (Created page.) |
Weibullguy (talk | contribs) |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 5: | Line 5: | ||
|} | |} | ||
− | + | {{Package-Introduction|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.|http://www.xfce.org}} | |
− | |||
− | 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. | ||
− | |||
− | |||
== Dependencies == | == Dependencies == | ||
Line 28: | Line 24: | ||
|- | |- | ||
|<i>--disable-mighty-mouse-panel-plugin:</i> don't build the 4.4 panel plugin. | |<i>--disable-mighty-mouse-panel-plugin:</i> don't build the 4.4 panel plugin. | ||
+ | |- | ||
+ | |<i>--with-sound=auto,alsa,oss,sun,sgi:</i> select sound system to use. | ||
|} | |} | ||
Line 34: | Line 32: | ||
Compile the package: | Compile the package: | ||
− | ./configure --prefix=${XFCE_PREFIX} && | + | ./configure --prefix=${XFCE_PREFIX} \ |
+ | --libexecdir=${XFCE_PREFIX}/lib/xfce4-mixer && | ||
make | make | ||
Line 48: | Line 47: | ||
USE_ARCH=32 CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ | USE_ARCH=32 CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ | ||
− | ./configure --prefix=${XFCE_PREFIX} && | + | ./configure --prefix=${XFCE_PREFIX} \ |
+ | --libexecdir=${XFCE_PREFIX}/lib/xfce4-mixer && | ||
make | make | ||
Line 60: | Line 60: | ||
USE_ARCH=n32 CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ | USE_ARCH=n32 CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ | ||
− | ./configure --prefix=${XFCE_PREFIX} --libdir=${XFCE_PREFIX}/lib32 && | + | ./configure --prefix=${XFCE_PREFIX} --libdir=${XFCE_PREFIX}/lib32 \ |
+ | --libexecdir=${XFCE_PREFIX}/lib32/xfce4-mixer && | ||
make | make | ||
Line 72: | Line 73: | ||
USE_ARCH=64 CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ | USE_ARCH=64 CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ | ||
− | ./configure --prefix=${XFCE_PREFIX} --libdir=${XFCE_PREFIX}/lib64 && | + | ./configure --prefix=${XFCE_PREFIX} --libdir=${XFCE_PREFIX}/lib64 \ |
+ | --libexecdir=${XFCE_PREFIX}/lib64/xfce4-mixer && | ||
make | make | ||
Line 83: | Line 85: | ||
{| style="text-align: left;" | {| style="text-align: left;" | ||
|-valign="top" | |-valign="top" | ||
− | ! Installed Directories: | + | !Installed Directories: |
− | | | + | |$XFCE_PREFIX/lib/xfce4/modules, $XFCE_PREFIX/share/xfce4/panel-plugins, $XFCE_PREFIX/share/applications, $XFCE_PREFIX/share/icons/hicolor/48x48/apps, $XFCE_PREFIX/lib/xfce4/mcs-plugins, $XFCE_PREFIX/lib/xfce4-mixer/xfce4/panel-plugins |
|-valign="top" | |-valign="top" | ||
− | ! Installed Programs: | + | !Installed Programs: |
− | | | + | |xfce4-mixer |
|-valign="top" | |-valign="top" | ||
− | ! Installed Libraries: | + | !Installed Libraries: |
− | | | + | |libxfce4mixer.{la,so}, sound_settings.{la,so}, |
|} | |} | ||
Line 97: | Line 99: | ||
{| style="text-align: left;" | {| style="text-align: left;" | ||
|-valign="top" | |-valign="top" | ||
− | ! | + | !xfce4-mixer |
− | + | |is a volume control for XFCE. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | | | ||
|} | |} | ||
+ | |||
+ | [[Category:XFCE]] | ||
+ | [[Category:Media Utilities]] |
Latest revision as of 06:35, 20 October 2010
Download Source: | http://www.xfce.org/archive/xfce-4.6.2/src/xfce4-mixer-4.6.2.tar.bz2 |
---|
Contents
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.
Project 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. |
--with-sound=auto,alsa,oss,sun,sgi: select sound system to use. |
Non-Multilib
Compile the package:
./configure --prefix=${XFCE_PREFIX} \ --libexecdir=${XFCE_PREFIX}/lib/xfce4-mixer && 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} \ --libexecdir=${XFCE_PREFIX}/lib/xfce4-mixer && 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 \ --libexecdir=${XFCE_PREFIX}/lib32/xfce4-mixer && 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 \ --libexecdir=${XFCE_PREFIX}/lib64/xfce4-mixer && make
Install the package:
make install
Contents
Installed Directories: | $XFCE_PREFIX/lib/xfce4/modules, $XFCE_PREFIX/share/xfce4/panel-plugins, $XFCE_PREFIX/share/applications, $XFCE_PREFIX/share/icons/hicolor/48x48/apps, $XFCE_PREFIX/lib/xfce4/mcs-plugins, $XFCE_PREFIX/lib/xfce4-mixer/xfce4/panel-plugins |
---|---|
Installed Programs: | xfce4-mixer |
Installed Libraries: | libxfce4mixer.{la,so}, sound_settings.{la,so}, |
Short Descriptions
xfce4-mixer | is a volume control for XFCE. |
---|