Magellan Linux

Contents of /trunk/todo/oxine/oxine-0.7.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2513 - (show annotations) (download)
Thu Jul 9 20:12:29 2009 UTC (14 years, 10 months ago) by niro
File size: 916 byte(s)
-moved to 'todo'
1 # $Header: /magellan-cvs/smage/oxine/oxine-0.7.1-r1.smage2,v 1.1 2008/08/17 17:09:02 niro Exp $
2
3 PNAME="oxine"
4 PVER="0.7.1"
5 PBUILD="r1"
6
7 PCATEGORIE="media-video"
8 STATE="unstable"
9
10 DESCRIPTION="A lightweight, purely OSD based xine frontend for set-top boxes and home entertainment systems."
11 HOMEPAGE="http://oxine.sourceforge.net/"
12
13 DEPEND=">= media-libs/xine-lib-1
14 >= media-gfx/imagemagick-6.4
15 >= media-libs/netpbm-10.41
16 >= net-misc/curl-7
17 >= x11-libs/libX11-1
18 >= x11-libs/libXext-1
19 >= sys-apps/eject-2"
20
21 SDEPEND=">= sys-dev/gettext-0.17"
22
23 SRCFILE="${PNAME}-${PVER}.tar.gz"
24 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
25
26 sminclude mbuild
27
28 SRC_URI=(
29 sourceforge://${PNAME}/${SRCFILE}
30 mirror://${PNAME}/${SRCFILE}
31 )
32
33 src_compile()
34 {
35 cd ${SRCDIR}
36
37 mconfigure \
38 --enable-nls \
39 --enable-dvb \
40 --enable-polling \
41 --enable-v4l \
42 --with-curl \
43 --disable-lirc \
44 --disable-weather \
45 || die
46
47 mmake || die
48 }

Properties

Name Value
svn:keywords Id