Magellan Linux

Contents of /branches/magellan-next/extras/xfce4-mixer/xfce4-mixer-4.8.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9384 - (show annotations) (download)
Mon Nov 28 19:44:45 2011 UTC (12 years, 5 months ago) by niro
File size: 580 byte(s)
auto added: ver bump to 4.8.0-r1
1 # $Id$
2
3 PNAME="xfce4-mixer"
4 PVER="4.8.0"
5 PBUILD="r1"
6
7 DESCRIPTION="Volume control plugin for the Xfce4 panel."
8
9 DEPEND=">= dev-libs/libxml2-2.7
10 >= media-libs/alsa-lib-1.0.24
11 >= media-libs/gstreamer-0.10.35
12 >= media-libs/gst-plugins-base-0.10.35
13 >= x11-libs/startup-notification-0.12
14 >= xfce-base/libxfce4util-4.8
15 >= xfce-base/libxfce4ui-4.8
16 >= xfce-base/xfce4-panel-4.8.5
17 >= xfce-base/xfconf-4.8"
18
19 SDEPEND=">= sys-dev/gettext-0.18"
20
21 sminclude xfce
22
23 UP2DATE="updatecmd_xfce ${PNAME}"
24
25 src_compile()
26 {
27 cd ${SRCDIR}
28
29 xfce_configure --with-sound=alsa || die
30 mmake || die
31 }