]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - pkgs/directfb/directfb.nm
avahi: Update to 0.6.30.
[people/amarx/ipfire-3.x.git] / pkgs / directfb / directfb.nm
CommitLineData
86f7e98f
SS
1###############################################################################
2# #
3# IPFire.org - A linux based firewall #
4# Copyright (C) 2007, 2008 Michael Tremer & Christian Schmidt #
5# #
6# This program is free software: you can redistribute it and/or modify #
7# it under the terms of the GNU General Public License as published by #
8# the Free Software Foundation, either version 3 of the License, or #
9# (at your option) any later version. #
10# #
11# This program is distributed in the hope that it will be useful, #
12# but WITHOUT ANY WARRANTY; without even the implied warranty of #
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
14# GNU General Public License for more details. #
15# #
16# You should have received a copy of the GNU General Public License #
17# along with this program. If not, see <http://www.gnu.org/licenses/>. #
18# #
19###############################################################################
20
86f7e98f
SS
21include $(PKGROOT)/Include
22
23PKG_NAME = DirectFB
24PKG_VER = 1.4.1
9d9e788a 25PKG_REL = 2
86f7e98f
SS
26
27PKG_MAINTAINER =
bb7d617c 28PKG_GROUPS = System/Graphics
86f7e98f
SS
29PKG_URL = http://www.directfb.org/
30PKG_LICENSE = LGPLv2+
31PKG_SUMMARY = Graphics abstraction library for the Linux Framebuffer Device.
32
9d9e788a
MT
33PKG_BUILD_DEPS+= freetype-devel libjpeg-devel libVNCServer-devel perl \
34 sysfsutils-devel zlib-devel
86f7e98f
SS
35
36define PKG_DESCRIPTION
37 DirectFB is a thin library that provides hardware graphics acceleration, \
38 input device handling and abstraction, integrated windowing system with \
39 support for translucent windows and multiple display layers on top of the \
40 Linux Framebuffer Device.
41endef
42
43PKG_TARBALL = $(THISAPP).tar.gz
44
35a246be
MT
45PKG_PACKAGES += $(PKG_NAME_REAL)-devel
46
86f7e98f
SS
47CONFIGURE_OPTIONS += \
48 --disable-x11 \
49 --enable-sdl \
50 --enable-video4linux2 \
51 --enable-libv412 \
52 --enable-zlib \
9d9e788a
MT
53 --with-dither-rgb16=advanced \
54 --disable-mmx \
55 --disable-sse