Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3719 - (show annotations) (download)
Sat Oct 31 10:25:34 2009 UTC (14 years, 6 months ago) by niro
File size: 1088 byte(s)
auto added: ver bump to 1.5.10-r4
1 # $Id$
2
3 PNAME="arts"
4 PVER="1.5.10"
5 PBUILD="r4"
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.22
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.21
20 >= kde-base/kde-env-${PVER/1/3}"
21
22 SDEPEND=">= dev-util/pkgconfig-0.23"
23
24 SRCFILE="${PNAME}-${PVER}.tar.bz2"
25 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
26
27 sminclude kde3
28
29 SRC_URI=(
30 kde://${PVER/1./3.}/src/${SRCFILE}
31 mirror://${PNAME}/${SRCFILE}
32 mirror://${PNAME}/${PNAME}-1.5.0-check_tmp_dir.patch
33 mirror://${PNAME}/${PNAME}-${PVER}-limits.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 # fixes missing include on newer glibc (>= 2.9.0)
44 mpatch ${PNAME}-${PVER}-limits.patch || die
45 }
46
47 src_compile()
48 {
49 cd ${SRCDIR}
50
51 kde3_configure --with-alsa --without-esd --enable-vorbis --enable-libmad || die
52 mmake || die
53 }

Properties

Name Value
svn:keywords Id