]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - directfb/directfb.nm
openvswitch: Add service file for systemd.
[people/amarx/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 = 1.4.1
8 release = 2
9 thisapp = DirectFB-%{version}
10
11 groups = System/Graphics
12 url = http://www.directfb.org/
13 license = LGPLv2+
14 summary = Graphics abstraction library for the Linux Framebuffer Device.
15
16 description
17 DirectFB is a thin library that provides hardware graphics acceleration, \
18 input device handling and abstraction, integrated windowing system with \
19 support for translucent windows and multiple display layers on top of the \
20 Linux Framebuffer Device.
21 end
22
23 source_dl =
24
25 build
26 requires
27 freetype-devel
28 libjpeg-devel
29 libVNCServer-devel
30 perl
31 sysfsutils-devel
32 zlib-devel
33 end
34
35 configure_options += \
36 --disable-x11 \
37 --enable-sdl \
38 --enable-video4linux2 \
39 --enable-libv412 \
40 --enable-zlib \
41 --with-dither-rgb16=advanced \
42 --disable-mmx \
43 --disable-sse
44 end
45
46 packages
47 package %{name}
48
49 package %{name}-devel
50 template DEVEL
51 end
52
53 package %{name}-debuginfo
54 template DEBUGINFO
55 end
56 end