Magellan Linux

Contents of /trunk/extras/kaffeine/kaffeine-0.8.8-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4325 - (show annotations) (download)
Tue Dec 1 17:45:13 2009 UTC (14 years, 5 months ago) by niro
File size: 1054 byte(s)
-fixed SRC_URI
1 # $Id$
2
3 PNAME="kaffeine"
4 PVER="0.8.8"
5 PBUILD="r1"
6
7 PCATEGORIE="media-video"
8 STATE="unstable"
9
10 DESCRIPTION="kaffeine player - the media player for kde-3."
11 HOMEPAGE="http://kaffeine.sourceforge.net/"
12
13 DEPEND=">= kde-base/kdelibs-3.5
14 >= x11-libs/libXtst-1.1
15 >= x11-libs/libxcb-1.4
16 >= media-libs/xine-lib-1.1.16
17 >= media-libs/mplayer-codecs-2007
18 >= media-sound/cdparanoia-3.10"
19
20 SDEPEND=">= sys-dev/gettext-0.17"
21
22 SRCFILE="${PNAME}-${PVER}.tar.bz2"
23 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
24
25 sminclude kde3
26
27 SRC_URI=(
28 http://hftom.free.fr/${SRCFILE}
29 sourceforge://${PNAME}/${SRCFILE}
30 mirror://${PNAME}/${SRCFILE}
31 )
32
33 UP2DATE="updatecmd_sourceforge ${PNAME}"
34
35 src_compile()
36 {
37 cd ${SRCDIR}
38
39 # --enable-final is broken !
40 kde3_configure \
41 --with-xorg \
42 --with-dvb \
43 --with-xinerama \
44 --with-xcb \
45 --disable-final \
46 || die
47
48 mmake || die
49 }
50
51 src_install()
52 {
53 cd ${SRCDIR}
54 mmake DESTDIR=${BINDIR} install || die
55
56 # install docs
57 minstalldocs AUTHORS BUGS COPYING CREDITS ChangeLog README TODO || die
58 rm -r ${BINDIR}/usr/share/doc/HTML || die
59 }

Properties

Name Value
svn:keywords Id