Magellan Linux

Annotation of /branches/R11-stable/extras/kmix/kmix-4.9.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15997 - (hide annotations) (download)
Mon Jan 21 08:55:35 2013 UTC (11 years, 5 months ago) by niro
Original Path: trunk/extras/kmix/kmix-4.9.5-r1.smage2
File size: 475 byte(s)
auto added: ver bump to 4.9.5-r1
1 niro 15997 # $Id$
2    
3     PNAME="kmix"
4     PVER="4.9.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.26
11     >= dev-libs/glib2-2.34
12     >= media-libs/libcanberra-0.30
13     >= media-sound/libpulse-2.1"
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     }