Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 548 - (hide annotations) (download)
Sat May 8 13:32:53 2010 UTC (14 years ago) by niro
File size: 1083 byte(s)
auto added: ver bump to 1.4.3-r1
1 niro 547 # $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 niro 548 DEPEND=">= media-libs/libpng-1.2.40
16     >= media-libs/libjpeg-7
17 niro 547 >= 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     sminclude mbuild
24    
25     SRC_URI=(
26     http://www.directfb.org/downloads/Core/DirectFB-${PVER%.*}/${SRCFILE}
27     mirror://${PNAME}/${SRCFILE}
28     )
29    
30     UP2DATE="updatecmd http://www.directfb.org/downloads/Core/DirectFB-${PVER%.*} | lasttarball gz"
31    
32     src_compile()
33     {
34     cd ${SRCDIR}
35    
36     mconfigure \
37     --with-gfxdrivers=none \
38     --with-inputdrivers=none \
39     --enable-jpeg \
40     --enable-png \
41     --enable-freetype \
42     --enable-zlib \
43     --disable-x11 \
44     --disable-fbdev \
45     --disable-mmx \
46     --disable-sse \
47     --disable-gif \
48     --disable-multi \
49     --disable-debug \
50     --disable-sysfs \
51     --disable-video4linux \
52     --disable-video4linux2 \
53     --disable-sdl \
54     --disable-vnc \
55     || die
56    
57     mmake || die
58     }

Properties

Name Value
svn:keywords Id