From c9da2bd75eaeb39c3469239c339b55a755bcbb09 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Tue, 10 Aug 2004 09:50:33 +0000 Subject: Merge bk://openembedded@openembedded.bkbits.net/packages into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages 2004/08/10 00:24:04+02:00 uni-frankfurt.de!mickey Merge bk://openembedded@openembedded.bkbits.net/packages into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages 2004/08/09 19:29:17+02:00 uni-frankfurt.de!mickey directfb: bring it back from nonworking BKrev: 41189a69YLz0mhLBd6BOJ2EwIkYygQ --- directfb/directfb_0.9.20.oe | 38 ++++++++++++++++++++++++++++++++++ nonworking/directfb/directfb_0.9.19.oe | 37 --------------------------------- nonworking/directfb/directfb_0.9.20.oe | 37 --------------------------------- 3 files changed, 38 insertions(+), 74 deletions(-) create mode 100644 directfb/directfb_0.9.20.oe delete mode 100644 nonworking/directfb/directfb_0.9.19.oe delete mode 100644 nonworking/directfb/directfb_0.9.20.oe diff --git a/directfb/directfb_0.9.20.oe b/directfb/directfb_0.9.20.oe new file mode 100644 index 0000000000..3db8dcd7ad --- /dev/null +++ b/directfb/directfb_0.9.20.oe @@ -0,0 +1,38 @@ +DESCRIPTION = "DirectFB is a thin library that provides developers \ +with hardware graphics acceleration, input device handling and \ +abstraction, an integrated windowing system with support for \ +translucent windows and multiple display layers on top of the \ +Linux framebuffer device." +SECTION = "libs" +PRIORITY = "optional" +MAINTAINER = "Michael 'Mickey' Lauer " +DEPENDS = "jpeg libpng zlib" + +SRC_URI = "http://www.directfb.org/download/DirectFB/DirectFB-${PV}.tar.gz" +S = "${WORKDIR}/DirectFB-${PV}" + +inherit autotools libtool pkgconfig + +EXTRA_OECONF = "--with-gfxdrivers=none --enable-libmpeg3=no --enable-freetype=no --enable-sdl=no" + +do_stage() { + oe_runmake -C src 'libdir=/lib' 'includedir=/include/directfb' \ + 'oldincludedir=/include' 'datadir=/share' \ + 'DESTDIR=${STAGING_DIR}' \ + 'INTERNALINCLUDEDIR=/include/directfb-internal' \ + install-internalincludeHEADERS install-libLTLIBRARIES + oe_runmake -C include 'libdir=/lib' 'includedir=/include/directfb' \ + 'oldincludedir=/include' 'datadir=/share' \ + 'DESTDIR=${STAGING_DIR}' \ + 'INTERNALINCLUDEDIR=/include/directfb-internal' \ + install-internalincludeHEADERS install-includeHEADERS +} + +do_install() { + oe_runmake 'DESTDIR=${D}' install +} + +FILES_directfb_append = " ${libdir}/directfb-${PV}/systems/*.so \ + ${libdir}/directfb-${PV}/inputdrivers/*.so \ + ${libdir}/directfb-${PV}/interfaces/*/*.so \ + ${datadir}/directfb-${PV}" diff --git a/nonworking/directfb/directfb_0.9.19.oe b/nonworking/directfb/directfb_0.9.19.oe deleted file mode 100644 index e8660602d2..0000000000 --- a/nonworking/directfb/directfb_0.9.19.oe +++ /dev/null @@ -1,37 +0,0 @@ -SECTION = "libs" -PRIORITY = "optional" -MAINTAINER = "Michael Lauer " -DEPENDS = "jpeg libpng zlib" -DESCRIPTION = "DirectFB is a thin library that provides developers \ -with hardware graphics acceleration, input device handling and \ -abstraction, an integrated windowing system with support for \ -translucent windows and multiple display layers on top of the \ -Linux framebuffer device." -FILES_directfb_append = " ${libdir}/directfb-${PV}/systems/*.so \ - ${libdir}/directfb-${PV}/inputdrivers/*.so \ - ${libdir}/directfb-${PV}/interfaces/*/*.so \ - ${datadir}/directfb-${PV}" - -SRC_URI = "http://www.directfb.org/download/DirectFB/DirectFB-${PV}.tar.gz" -S = "${WORKDIR}/DirectFB-${PV}" - -inherit autotools libtool pkgconfig - -EXTRA_OECONF = "--with-gfxdrivers=none --enable-libmpeg3=no --enable-freetype=no --enable-sdl=no" - -do_stage() { - oe_runmake -C src 'libdir=/target/lib' 'includedir=/target/include/directfb' \ - 'oldincludedir=/target/include' 'datadir=/share' \ - 'DESTDIR=${STAGING_DIR}' \ - 'INTERNALINCLUDEDIR=/target/include/directfb-internal' \ - install-internalincludeHEADERS install-libLTLIBRARIES - oe_runmake -C include 'libdir=/target/lib' 'includedir=/target/include/directfb' \ - 'oldincludedir=/target/include' 'datadir=/share' \ - 'DESTDIR=${STAGING_DIR}' \ - 'INTERNALINCLUDEDIR=/target/include/directfb-internal' \ - install-internalincludeHEADERS install-includeHEADERS -} - -do_install() { - oe_runmake 'DESTDIR=${D}' install -} diff --git a/nonworking/directfb/directfb_0.9.20.oe b/nonworking/directfb/directfb_0.9.20.oe deleted file mode 100644 index e8660602d2..0000000000 --- a/nonworking/directfb/directfb_0.9.20.oe +++ /dev/null @@ -1,37 +0,0 @@ -SECTION = "libs" -PRIORITY = "optional" -MAINTAINER = "Michael Lauer " -DEPENDS = "jpeg libpng zlib" -DESCRIPTION = "DirectFB is a thin library that provides developers \ -with hardware graphics acceleration, input device handling and \ -abstraction, an integrated windowing system with support for \ -translucent windows and multiple display layers on top of the \ -Linux framebuffer device." -FILES_directfb_append = " ${libdir}/directfb-${PV}/systems/*.so \ - ${libdir}/directfb-${PV}/inputdrivers/*.so \ - ${libdir}/directfb-${PV}/interfaces/*/*.so \ - ${datadir}/directfb-${PV}" - -SRC_URI = "http://www.directfb.org/download/DirectFB/DirectFB-${PV}.tar.gz" -S = "${WORKDIR}/DirectFB-${PV}" - -inherit autotools libtool pkgconfig - -EXTRA_OECONF = "--with-gfxdrivers=none --enable-libmpeg3=no --enable-freetype=no --enable-sdl=no" - -do_stage() { - oe_runmake -C src 'libdir=/target/lib' 'includedir=/target/include/directfb' \ - 'oldincludedir=/target/include' 'datadir=/share' \ - 'DESTDIR=${STAGING_DIR}' \ - 'INTERNALINCLUDEDIR=/target/include/directfb-internal' \ - install-internalincludeHEADERS install-libLTLIBRARIES - oe_runmake -C include 'libdir=/target/lib' 'includedir=/target/include/directfb' \ - 'oldincludedir=/target/include' 'datadir=/share' \ - 'DESTDIR=${STAGING_DIR}' \ - 'INTERNALINCLUDEDIR=/target/include/directfb-internal' \ - install-internalincludeHEADERS install-includeHEADERS -} - -do_install() { - oe_runmake 'DESTDIR=${D}' install -} -- cgit v1.2.3