]> git.ipfire.org Git - ipfire-3.x.git/blob - directfb/directfb.nm
binutils: Update to 2.32
[ipfire-3.x.git] / directfb / directfb.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = directfb
7 version = %{ver_major}.%{ver_minor}
8 release = 1
9 thisapp = DirectFB-%{version}
10
11 ver_major = 1.5
12 ver_minor = 3
13
14 groups = System/Graphics
15 url = http://www.directfb.org/
16 license = LGPLv2+
17 summary = Graphics abstraction library for the Linux Framebuffer Device.
18
19 description
20 DirectFB is a thin library that provides hardware graphics acceleration,
21 input device handling and abstraction, integrated windowing system with
22 support for translucent windows and multiple display layers on top of the
23 Linux Framebuffer Device.
24 end
25
26 source_dl = http://www.directfb.org/download/DirectFBGL/DirectFB-%{ver_major}/
27
28 build
29 requires
30 freetype-devel
31 libjpeg-devel
32 libVNCServer-devel
33 perl
34 sysfsutils-devel
35 zlib-devel
36 end
37
38 LDFLAGS += \
39 -Wl,-z,relro \
40 -Wl,-z,noexecstack
41
42 configure_options += \
43 --disable-x11 \
44 --enable-sdl \
45 --enable-video4linux2 \
46 --enable-zlib \
47 --with-dither-rgb16=advanced \
48 --disable-mmx \
49 --disable-sse
50 end
51
52 packages
53 package %{name}
54
55 package %{name}-devel
56 template DEVEL
57 end
58
59 package %{name}-debuginfo
60 template DEBUGINFO
61 end
62 end