Magellan Linux

Contents of /trunk/extras/kaffeine/kaffeine-0.8.6-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: 1066 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/kaffeine/kaffeine-0.8.6-r1.smage2,v 1.1 2008/04/06 19:26:11 niro Exp $
2
3 PNAME="kaffeine"
4 PVER="0.8.6"
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
14 >= x11-libs/libXtst-1
15 >= x11-libs/libxcb-1
16 >= media-libs/xine-lib-1.1
17 >= media-libs/mplayer-codecs-20061022
18 >= media-sound/cdparanoia-3"
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 sourceforge://${PNAME}/${SRCFILE}
29 mirror://${PNAME}/${SRCFILE}
30 )
31
32 src_compile()
33 {
34 cd ${SRCDIR}
35
36 # --enable-final is broken !
37 kde3_configure \
38 --with-xorg \
39 --with-dvb \
40 --with-xinerama \
41 --with-xcb \
42 --disable-final \
43 || die
44
45 mmake || die
46 }
47
48 src_install()
49 {
50 cd ${SRCDIR}
51 mmake DESTDIR=${BINDIR} install || die
52
53 # install docs
54 minstalldocs AUTHORS BUGS COPYING CREDITS ChangeLog README TODO || die
55 rm -r ${BINDIR}/usr/share/doc/HTML || die
56 }

Properties

Name Value
svn:keywords Id