DESCRIPTION = "A C++ Wrapper for the directfb framebuffer library."
HOMEPAGE = "http://directfb.org"
SECTION = "libs"
-PRIORITY = "optional"
+MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
DEPENDS = "directfb"
LICENSE = "LGPL"
-# needs a g++4 patch
-BROKEN = "1"
-
SRC_URI = "http://www.directfb.org/downloads/Extras/++DFB-${PV}.tar.gz"
S = "${WORKDIR}/++DFB-${PV}"
inherit autotools pkgconfig
do_stage() {
- oe_runmake -C include 'libdir=/lib' 'includedir=/include/dfb++' \
- 'oldincludedir=/include' 'datadir=/share' \
- 'DESTDIR=${STAGING_LIBDIR}/..' \
- install-dfbppincludeHEADERS
- oe_runmake -C dfb++ 'libdir=/lib' 'includedir=/include/dfb++' \
- 'oldincludedir=/include' 'datadir=/share' \
- 'DESTDIR=${STAGING_LIBDIR}/..' \
- install-libLTLIBRARIES
+ autotools_stage_all
}
-
do_install() {
oe_runmake 'DESTDIR=${D}' install
}
+++ /dev/null
-DESCRIPTION = "A C++ Wrapper for the directfb framebuffer library."
-HOMEPAGE = "http://directfb.org"
-SECTION = "libs"
-PRIORITY = "optional"
-DEPENDS = "directfb"
-LICENSE = "LGPL"
-
-# needs a g++4 patch
-BROKEN = "1"
-
-SRC_URI = "http://www.directfb.org/downloads/Extras/DFB++-${PV}.tar.gz"
-S = "${WORKDIR}/DFB++-${PV}"
-
-inherit autotools pkgconfig
-
-do_stage() {
- oe_runmake -C include 'libdir=/lib' 'includedir=/include/dfb++' \
- 'oldincludedir=/include' 'datadir=/share' \
- 'DESTDIR=${STAGING_LIBDIR}/..' \
- install-dfbppincludeHEADERS
- oe_runmake -C dfb++ 'libdir=/lib' 'includedir=/include/dfb++' \
- 'oldincludedir=/include' 'datadir=/share' \
- 'DESTDIR=${STAGING_LIBDIR}/..' \
- install-libLTLIBRARIES
-}
-
-
-do_install() {
- oe_runmake 'DESTDIR=${D}' install
-}
DEPENDS = "directfb"
SECTION = "devel/examples"
LICENSE = "GPL"
+MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de"
SRC_URI = "http://www.directfb.org/downloads/Extras/DirectFB-examples-${PV}.tar.gz"
S = "${WORKDIR}/DirectFB-examples-${PV}"
Linux framebuffer device."
SECTION = "libs"
LICENSE = "LGPL"
-PRIORITY = "optional"
HOMEPAGE = "http://directfb.org"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
DEPENDS = "jpeg libpng freetype zlib"
PR = "r1"
RV = "0.9.25"
-SRC_URI = "http://directfb.org/downloads/Core/DirectFB-${PV}.tar.gz"
+SRC_URI = "http://directfb.org/downloads/Core/DirectFB-${PV}.tar.gz \
+ file://fix-pkgconfig-specs.patch;patch=1"
S = "${WORKDIR}/DirectFB-${PV}"
inherit autotools pkgconfig
FILES_directfb_append = " ${libdir}/directfb-${RV}/systems/*.so \
${libdir}/directfb-${RV}/inputdrivers/*.so \
${libdir}/directfb-${RV}/interfaces/*/*.so \
- ${libdir}/directfb-${RV}/wm/*.so \
+ ${libdir}/directfb-${RV}/wm/*.so \
${datadir}/directfb-${RV}"
--- /dev/null
+
+#
+# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
+#
+
+--- DirectFB-0.9.25.1/directfb.pc.in~fix-pkgconfig-specs 2005-10-19 01:14:04.000000000 +0200
++++ DirectFB-0.9.25.1/directfb.pc.in 2006-05-20 01:02:37.000000000 +0200
+@@ -8,4 +8,4 @@
+ Version: @VERSION@
+ Requires: fusion direct
+ Libs: -L${libdir} -ldirectfb @THREADLIB@ @DYNLIB@ @ZLIB_LIBS@ @OSX_LIBS@
+-Cflags: @THREADFLAGS@ -I@INCLUDEDIR@
++Cflags: @THREADFLAGS@ -I${includedir}/directfb