Magellan Linux

Contents of /trunk/extras/amarok/amarok-1.4.10-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5465 - (show annotations) (download)
Mon Jun 28 10:56:02 2010 UTC (13 years, 11 months ago) by niro
File size: 1389 byte(s)
-fixed spelling
1 # $Id$
2
3 PNAME="amarok"
4 PVER="1.4.10"
5 PBUILD="r4"
6
7 PCATEGORIE="media-sound"
8 STATE="unstable"
9
10 DESCRIPTION="amarok is a soundsystem-independent music player for KDE."
11 HOMEPAGE="http://amarok.kde.org/"
12
13 DEPEND=">= kde-base/kdebase-3.5
14 >= kde-base/kdemultimedia-3.5
15 >= kde-base/arts-1.5
16 >= media-libs/xine-lib-1.1
17 >= media-libs/taglib-1.6
18 >= media-libs/libtunepimp-0.5
19 >= media-libs/libvisual-0.4.0
20 >= media-libs/libgpod-0.7.2
21 >= dev-lang/ruby-1.9"
22
23 SDEPEND=">= dev-util/pkgconfig-0.23"
24
25 SRCFILE="${PNAME}-${PVER}.tar.bz2"
26 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
27
28 SRC_URI=(
29 kde://${PNAME}/${PVER}/src/${SRCFILE}
30 mirror://${PNAME}/${SRCFILE}
31 mirror://${PNAME}/${PNAME}-${PVER}-libmtp-0.3.0-API.patch
32 )
33
34 sminclude kde3
35
36 # note: supports either arts, xine-lib or gstreamer
37 # see http://amarok.kde.org/wiki/index.php/Requirements for more info
38
39 src_prepare()
40 {
41 munpack ${SRCFILE} || die
42 cd ${SRCDIR}
43
44 # fix some compile issues, support newer libmtp api
45 mpatch ${PNAME}-${PVER}-libmtp-0.3.0-API.patch || die
46 }
47
48 src_compile()
49 {
50 cd ${SRCDIR}
51
52 # --enable-final is unsupported
53 # disabled daap to fix mongrel issues with ruby-1.9
54 kde3_configure \
55 --disable-final \
56 --disable-pch \
57 --with-arts \
58 --with-xine \
59 --with-libgpod \
60 --without-gstreamer \
61 --without-nmm \
62 --without-mas \
63 --with-opengl \
64 --with-included-sqlite \
65 --without-daap \
66 || die
67
68 mmake || die
69 }

Properties

Name Value
svn:keywords Id