Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4243 - (show annotations) (download)
Tue Dec 1 08:09:52 2009 UTC (14 years, 5 months ago) by niro
File size: 1089 byte(s)
auto added: ver bump to 1.4.10-r3
1 # $Id$
2
3 PNAME="amarok"
4 PVER="1.4.10"
5 PBUILD="r3"
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 )
32
33 sminclude kde3
34
35 # note: supports either arts, xine-lib or gstreamer
36 # see http://amarok.kde.org/wiki/index.php/Requirements for more info
37
38 src_compile()
39 {
40 cd ${SRCDIR}
41
42 # --enable-final is unsupported
43 kde3_configure \
44 --disable-final \
45 --disable-pch \
46 --with-arts \
47 --with-xine \
48 --with-libgpod \
49 --without-gstreamer \
50 --without-nmm \
51 --without-mas \
52 --with-opengl \
53 --with-included-sqlite \
54 || die
55
56 mmake || die
57 }

Properties

Name Value
svn:keywords Id