Magellan Linux

Contents of /branches/R11-unstable/extras/xfce4-mixer/xfce4-mixer-4.11.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32312 - (show annotations) (download)
Mon Apr 29 12:12:01 2019 UTC (5 years, 1 month ago) by niro
File size: 554 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="xfce4-mixer"
4 PVER="4.11.0"
5 PBUILD="r1"
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.29
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.12
16 >= xfce-base/libxfce4ui-4.12
17 >= xfce-base/xfce4-panel-4.12
18 >= xfce-base/xfconf-4.12"
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 }