Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1791 - (show annotations) (download)
Fri May 29 21:29:11 2009 UTC (14 years, 11 months ago) by niro
File size: 1106 byte(s)
-rev bump; added patch to fix build against newer glibc
1 # $Id$
2
3 PNAME="arts"
4 PVER="1.5.10"
5 PBUILD="r3"
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 mirror://${PNAME}/${PNAME}-${PVER}-limits.patch
35 )
36
37 src_prepare()
38 {
39 munpack ${SRCFILE} || die
40 cd ${SRCDIR}
41
42 # fixes libao/gaim crashes
43 mpatch ${PNAME}-1.5.0-check_tmp_dir.patch || die
44 # fixes missing include on newer glibc (>= 2.9.0)
45 mpatch ${PNAME}-${PVER}-limits.patch || die
46 }
47
48 src_compile()
49 {
50 cd ${SRCDIR}
51
52 kde3_configure --enable-alsa --enable-vorbis --enable-libmad || die
53 mmake || die
54 }

Properties

Name Value
svn:keywords Id