Magellan Linux

Contents of /branches/R11-stable/extras/kmix/kmix-4.10.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 18865 - (show annotations) (download)
Wed Aug 14 13:07:43 2013 UTC (10 years, 9 months ago) by niro
File size: 476 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="kmix"
4 PVER="4.10.5"
5 PBUILD="r1"
6
7 DESCRIPTION="KDE4 Sound Mixer."
8
9 DEPEND="== kde-base/kdebase-runtime-${PVER}
10 >= media-libs/alsa-lib-1.0.27
11 >= dev-libs/glib2-2.36
12 >= media-libs/libcanberra-0.30
13 >= media-sound/libpulse-3.0"
14
15 sminclude kde4
16
17 UP2DATE="updatecmd -listonly http://download.kde.org/stable/ | grep 'stable/[0-9]' | sed -n 's:.*/\([0-9].*\)/:\1:;$ p'"
18
19 src_compile()
20 {
21 cd ${SRCDIR}
22
23 kde4_configure $(cmake_with PulseAudio) || die
24 mmake || die
25 }