Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 28377 - (hide annotations) (download)
Wed Aug 24 08:04:14 2016 UTC (7 years, 10 months ago) by niro
File size: 573 byte(s)
-fixed cpan author
1 niro 26459 # $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 niro 28377 UP2OPTS="unstable"
21 niro 26459 sminclude xfce mtools
22    
23     src_compile()
24     {
25     cd ${SRCDIR}
26    
27     xfce_configure --with-sound=alsa || die
28     mmake || die
29     }