Magellan Linux

Contents of /trunk/extras/kmix/kmix-4.10.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 16579 - (show annotations) (download)
Wed Feb 13 11:47:56 2013 UTC (11 years, 3 months ago) by niro
File size: 476 byte(s)
auto added: ver bump to 4.10.0-r1
1 # $Id$
2
3 PNAME="kmix"
4 PVER="4.10.0"
5 PBUILD="r1"
6
7 DESCRIPTION="KDE4 Sound Mixer."
8
9 DEPEND="== kde-base/kdebase-runtime-${PVER}
10 >= media-libs/alsa-lib-1.0.26
11 >= dev-libs/glib2-2.34
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 }