Magellan Linux

Contents of /smage/trunk/extras/directfb/directfb-1.4.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 551 - (show annotations) (download)
Sat May 8 13:58:58 2010 UTC (13 years, 11 months ago) by niro
File size: 1566 byte(s)
auto added: ver bump to 1.4.3-r1
1 # $Id$
2
3 PNAME="directfb"
4 PVER="1.4.3"
5 PBUILD="r1"
6
7 PCATEGORIE="dev-libs"
8 STATE="unstable"
9
10 DESCRIPTION="Thin library on top of the Linux framebuffer devices."
11 HOMEPAGE="http://www.directfb.org/"
12
13 DEPEND=">= virtual/glibc"
14
15 DEPEND=">= media-libs/libpng-1.2.40
16 >= media-libs/libjpeg-7
17 >= sys-libs/zlib-1.2
18 >= media-libs/freetype-2.0.1"
19
20 SRCFILE="DirectFB-${PVER}.tar.gz"
21 SRCDIR="${BUILDDIR}/DirectFB-${PVER}"
22
23 # core libraries
24 MCORE_ONLY_KEEP="usr/$(mlibdir)/*.so usr/$(mlibdir)/*.so.*"
25
26 # loaders - needed?
27 MCORE_ONLY_KEEP+=" usr/$(mlibdir)/directfb-${PVER%.*}-0-pure/interfaces/IDirectFBImageProvider/*.so
28 usr/$(mlibdir)/directfb-${PVER%.*}-0-pure/interfaces/IDirectFBFont/*.so
29 usr/$(mlibdir)/directfb-${PVER%.*}-0-pure/systems/*.so
30 usr/$(mlibdir)/directfb-${PVER%.*}-0-pure/wm/*.so"
31
32 sminclude mbuild mcore-split
33
34 SRC_URI=(
35 http://www.directfb.org/downloads/Core/DirectFB-${PVER%.*}/${SRCFILE}
36 mirror://${PNAME}/${SRCFILE}
37 )
38
39 UP2DATE="updatecmd http://www.directfb.org/downloads/Core/DirectFB-${PVER%.*} | lasttarball gz"
40
41 src_compile()
42 {
43 cd ${SRCDIR}
44
45 mconfigure \
46 --with-gfxdrivers=none \
47 --with-inputdrivers=none \
48 --enable-jpeg \
49 --enable-png \
50 --enable-freetype \
51 --enable-zlib \
52 --disable-x11 \
53 --disable-fbdev \
54 --disable-mmx \
55 --disable-sse \
56 --disable-gif \
57 --disable-multi \
58 --disable-debug \
59 --disable-sysfs \
60 --disable-video4linux \
61 --disable-video4linux2 \
62 --disable-sdl \
63 --disable-vnc \
64 --disable-unique \
65 --disable-debug-support \
66 --disable-network \
67 --without-tools \
68 || die
69
70 mmake || die
71 }

Properties

Name Value
svn:keywords Id