Magellan Linux

Contents of /trunk/extras/xfce4-mixer/xfce4-mixer-4.11.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 28378 - (show annotations) (download)
Wed Aug 24 08:12:51 2016 UTC (7 years, 8 months ago) by niro
File size: 554 byte(s)
-revert commit r28377
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 }