Magellan Linux

Contents of /branches/R11-stable/extras/xfce4-mixer/xfce4-mixer-4.10.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15419 - (show annotations) (download)
Wed Jan 2 11:42:03 2013 UTC (11 years, 4 months ago) by niro
File size: 643 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="xfce4-mixer"
4 PVER="4.10.0"
5 PBUILD="r1"
6
7 DESCRIPTION="Volume control plugin for the Xfce4 panel."
8
9 DEPEND=">= dev-libs/libxml2-2.7
10 >= dev-libs/libunique1-1.1
11 >= media-libs/alsa-lib-1.0.26
12 >= media-libs/gstreamer0.10-0.10
13 >= media-libs/gstreamer0.10-plugins-base-0.10
14 >= x11-libs/startup-notification-0.12
15 >= xfce-base/libxfce4util-4.10
16 >= xfce-base/libxfce4ui-4.10
17 >= xfce-base/xfce4-panel-4.10
18 >= xfce-base/xfconf-4.10"
19
20 SDEPEND=">= sys-dev/gettext-0.18"
21
22 sminclude xfce mtools
23
24 UP2SUBDIR="apps"
25 UP2DATE="updatecmd_xfce ${PNAME}"
26
27 src_compile()
28 {
29 cd ${SRCDIR}
30
31 xfce_configure --with-sound=alsa || die
32 mmake || die
33 }