Magellan Linux

Contents of /branches/R11-unstable/extras/xfce4-mixer/xfce4-mixer-4.10.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25912 - (show annotations) (download)
Tue Nov 25 04:29:14 2014 UTC (9 years, 5 months ago) by niro
File size: 554 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="xfce4-mixer"
4 PVER="4.10.0"
5 PBUILD="r2"
6
7 DESCRIPTION="Volume control plugin for the Xfce4 panel."
8
9 DEPEND=">= dev-libs/libxml2-2.9
10 >= dev-libs/libunique1-3
11 >= media-libs/alsa-lib-1.0.28
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 sminclude xfce mtools
21
22 src_compile()
23 {
24 cd ${SRCDIR}
25
26 xfce_configure --with-sound=alsa || die
27 mmake || die
28 }