Magellan Linux

Contents of /trunk/extras/amarok/amarok-1.4.9.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 7 months ago) by niro
File size: 1129 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/amarok/amarok-1.4.9.1-r1.smage2,v 1.1 2008/06/13 17:59:28 niro Exp $
2
3 PNAME="amarok"
4 PVER="1.4.9.1"
5 PBUILD="r1"
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
14 >= kde-base/kdemultimedia-3
15 >= kde-base/arts-1
16 >= media-libs/xine-lib-1.1
17 >= media-libs/taglib-1.4
18 >= media-libs/libtunepimp-0.5
19 >= media-libs/libvisual-0.4.0
20 >= dev-lang/ruby-1.8"
21
22 SDEPEND=">= dev-util/pkgconfig-0.23"
23
24 SRCFILE="${PNAME}-${PVER}.tar.bz2"
25 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
26
27 SRC_URI=(
28 kde://${PNAME}/${PVER}/src/${SRCFILE}
29 mirror://${PNAME}/${SRCFILE}
30 )
31
32 sminclude kde3
33
34 # note: supports either arts, xine-lib or gstreamer
35 # see http://amarok.kde.org/wiki/index.php/Requirements for more info
36
37 src_compile()
38 {
39 cd ${SRCDIR}
40
41 # --enable-final is unsupported
42 kde3_configure \
43 --disable-final \
44 --disable-pch \
45 --with-arts \
46 --with-xine \
47 --without-gstreamer \
48 --without-nmm \
49 --without-mas \
50 --with-opengl \
51 --with-included-sqlite \
52 || die
53
54 mmake || die
55 }

Properties

Name Value
svn:keywords Id