Magellan Linux

Contents of /trunk/extras/arts/arts-1.5.10-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1524 - (show annotations) (download)
Sun May 10 18:45:59 2009 UTC (14 years, 11 months ago) by niro
File size: 961 byte(s)
auto added: ver bump to 1.5.10-r2
1 # $Id$
2
3 PNAME="arts"
4 PVER="1.5.10"
5 PBUILD="r2"
6
7 PCATEGORIE="kde-base"
8 STATE="unstable"
9
10 DESCRIPTION="The KDE audio server and realtime synthesizer."
11 HOMEPAGE="http://www.kde.org"
12
13 DEPEND=">= x11-libs/qt-3.3.8
14 >= dev-libs/glib2-2.20
15 >= media-libs/libogg-1.1
16 >= media-libs/libvorbis-1.2
17 >= media-libs/audiofile-0.2.5
18 >= media-libs/libmad-0.15.1b
19 >= media-libs/alsa-lib-1.0.19
20 >= media-sound/esound-0.2.41
21 >= kde-base/kde-env-${PVER/1/3}"
22
23 SDEPEND=">= dev-util/pkgconfig-0.23"
24
25 SRCFILE="${PNAME}-${PVER}.tar.bz2"
26 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
27
28 sminclude kde3
29
30 SRC_URI=(
31 kde://${PVER/1./3.}/src/${SRCFILE}
32 mirror://${PNAME}/${SRCFILE}
33 mirror://${PNAME}/${PNAME}-1.5.0-check_tmp_dir.patch
34 )
35
36 src_prepare()
37 {
38 munpack ${SRCFILE} || die
39 cd ${SRCDIR}
40
41 # fixes libao/gaim crashes
42 mpatch ${PNAME}-1.5.0-check_tmp_dir.patch || die
43 }
44
45 src_compile()
46 {
47 cd ${SRCDIR}
48
49 kde3_configure --enable-alsa --enable-vorbis --enable-libmad || die
50 mmake || die
51 }

Properties

Name Value
svn:keywords Id