Magellan Linux

Annotation of /trunk/deprecated/amarok-gstreamer/amarok-gstreamer-1.4.8-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2173 - (hide annotations) (download)
Thu Jul 9 19:12:15 2009 UTC (14 years, 11 months ago) by niro
Original Path: trunk/todo/amarok-gstreamer/amarok-gstreamer-1.4.8-r1.smage2
File size: 1278 byte(s)
-moved to 'todo'
1 niro 2 # $Header: /magellan-cvs/smage/amarok/amarok-1.4.8-r2.smage2,v 1.2 2008/02/06 23:32:30 niro Exp $
2    
3     PNAME="amarok-gstreamer"
4     PVER="1.4.8"
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/gstreamer-0.10.18
17     >= media-libs/gst-plugins-base-0.10.18
18     >= media-libs/gst-plugins-good-0.10.7
19     >= media-libs/taglib-1.4
20     >= media-libs/libtunepimp-0.5
21     >= media-libs/libvisual-0.4.0
22     >= dev-lang/ruby-1.8"
23    
24     SDEPEND=">= dev-util/pkgconfig-0.19"
25    
26     SRCFILE="${PNAME/-gstreamer/}-${PVER}.tar.bz2"
27     SRCDIR="${BUILDDIR}/${PNAME/-gstreamer/}-${PVER}"
28    
29     SRC_URI=(
30     kde://${PNAME/-gstreamer/}/${PVER}/src/${SRCFILE}
31     mirror://${PNAME/-gstreamer/}/${SRCFILE}
32     )
33    
34     sminclude kde3 cleanutils
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_compile()
40     {
41     cd ${SRCDIR}
42    
43     # --enable-final is unsupported
44     kde3_configure \
45     --disable-final \
46     --disable-pch \
47     --with-arts \
48     --without-xine \
49     --with-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