fix section for libx* things
authorMichael Lauer <mickey@vanille-media.de>
Wed, 22 Sep 2004 12:56:26 +0000 (12:56 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Wed, 22 Sep 2004 12:56:26 +0000 (12:56 +0000)
BKrev: 4151767anVTzWy8ORQ5CFxCneVVX5g

13 files changed:
libxcursor/libxcursor_1.1.2.oe
libxcursor/libxcursor_cvs.oe
libxfixes/libxfixes_2.0.1.oe
libxfixes/libxfixes_cvs.oe
libxft/libxft_2.1.6.oe
libxft/libxft_cvs.oe
libxi/libxi_6.0.1.oe
libxrandr/libxrandr_1.0.2.oe
libxrandr/libxrandr_cvs.oe
libxv/libxv_2.2.2+cvs20040918.oe
libxv/libxv_2.2.2.oe
libxvmc/libxvmc_20040918.oe
libxxf86vm/libxxf86vm_cvs.oe

index e69de29..3b14709 100644 (file)
@@ -0,0 +1,19 @@
+SECTION = "x11/libs"
+PRIORITY = "optional"
+MAINTAINER = "Phil Blundell <pb@handhelds.org>"
+DESCRIPTION = "X Cursor library"
+DEPENDS = "libxfixes"
+
+SRC_URI = "${XLIBS_MIRROR}/libXcursor-${PV}.tar.bz2"
+S = "${WORKDIR}/libXcursor-${PV}"
+
+inherit autotools pkgconfig 
+
+do_stage() {
+       oe_runmake install prefix=${STAGING_DIR} \
+              bindir=${STAGING_BINDIR} \
+              includedir=${STAGING_INCDIR} \
+              libdir=${STAGING_LIBDIR} \
+              datadir=${STAGING_DATADIR} \
+              mandir=${STAGING_DIR}/man
+}
index e69de29..903f513 100644 (file)
@@ -0,0 +1,20 @@
+PV = "0.0cvs${CVSDATE}"
+SECTION = "x11/libs"
+PRIORITY = "optional"
+MAINTAINER = "Phil Blundell <pb@handhelds.org>"
+DESCRIPTION = "X Cursor library"
+DEPENDS = "libxfixes"
+
+SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xcursor"
+S = "${WORKDIR}/Xcursor"
+
+inherit autotools pkgconfig 
+
+do_stage() {
+       oe_runmake install prefix=${STAGING_DIR} \
+              bindir=${STAGING_BINDIR} \
+              includedir=${STAGING_INCDIR} \
+              libdir=${STAGING_LIBDIR} \
+              datadir=${STAGING_DATADIR} \
+              mandir=${STAGING_DIR}/man
+}
index e69de29..8c524a2 100644 (file)
@@ -0,0 +1,16 @@
+SECTION = "x11/libs"
+DEPENDS = "x11 fixesext"
+DESCRIPTION = "X Fixes extension library."
+
+SRC_URI = "${XLIBS_MIRROR}/libXfixes-${PV}.tar.bz2"
+S = "${WORKDIR}/libXfixes-${PV}"
+
+inherit autotools pkgconfig 
+
+do_stage() {
+       oe_runmake install prefix=${STAGING_DIR} \
+              bindir=${STAGING_BINDIR} \
+              includedir=${STAGING_INCDIR} \
+              libdir=${STAGING_LIBDIR} \
+              datadir=${STAGING_DATADIR}
+}
index e69de29..b1e3c5a 100644 (file)
@@ -0,0 +1,17 @@
+PV = "0.0cvs${CVSDATE}"
+SECTION = "x11/libs"
+DEPENDS = "x11 fixesext"
+DESCRIPTION = "X Fixes extension library."
+
+SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xfixes"
+S = "${WORKDIR}/Xfixes"
+
+inherit autotools pkgconfig 
+
+do_stage() {
+       oe_runmake install prefix=${STAGING_DIR} \
+              bindir=${STAGING_BINDIR} \
+              includedir=${STAGING_INCDIR} \
+              libdir=${STAGING_LIBDIR} \
+              datadir=${STAGING_DATADIR}
+}
index 632b0a6..2e51a9c 100644 (file)
@@ -1,4 +1,4 @@
-SECTION = "libs"
+SECTION = "x11/libs"
 DEPENDS = "x11 xproto libxrender freetype fontconfig"
 DESCRIPTION = "X FreeType library. Client-side fonts with FreeType."
 PROVIDES = "xft"
index 3415c60..8c3f711 100644 (file)
@@ -1,5 +1,5 @@
 PV = "0.0cvs${CVSDATE}"
-SECTION = "libs"
+SECTION = "x11/libs"
 DEPENDS = "x11 xproto libxrender freetype fontconfig"
 DESCRIPTION = "X FreeType library. Client-side fonts with FreeType."
 PROVIDES = "xft"
index e69de29..b447726 100644 (file)
@@ -0,0 +1,16 @@
+DESCRIPTION = "X Input Extension library"
+SECTION = "x11/libs"
+
+SRC_URI = "${XLIBS_MIRROR}/libXi-${PV}.tar.bz2"
+S = "${WORKDIR}/libXi-${PV}"
+
+inherit autotools pkgconfig
+
+do_stage() {
+       oe_runmake install prefix=${STAGING_DIR} \
+              bindir=${STAGING_BINDIR} \
+              includedir=${STAGING_INCDIR} \
+              libdir=${STAGING_LIBDIR} \
+              datadir=${STAGING_DATADIR}
+}
+
index 2bd8756..a26f071 100644 (file)
@@ -1,4 +1,4 @@
-SECTION = "libs"
+SECTION = "x11/libs"
 DEPENDS = "randrext x11 libxrender xext"
 DESCRIPTION = "X Resize and Rotate extension library."
 
index a603ad4..03a1b7d 100644 (file)
@@ -1,5 +1,5 @@
 PV = "0.0cvs${CVSDATE}"
-SECTION = "libs"
+SECTION = "x11/libs"
 DEPENDS = "randrext x11 libxrender xext"
 DESCRIPTION = "X Resize and Rotate extension library."
 
index e69de29..f06494a 100644 (file)
@@ -0,0 +1,17 @@
+SECTION = "x11/libs"
+DEPENDS = "x11 xext"
+DESCRIPTION = "X Video extension library."
+
+SRC_URI = "cvs://anoncvs@cvs.freedesktop.org/cvs/xlibs;module=Xv;date=20040918;method=pserver"
+S = "${WORKDIR}/Xv"
+
+inherit autotools pkgconfig 
+
+do_stage() {
+       oe_runmake install prefix=${STAGING_DIR} \
+              bindir=${STAGING_BINDIR} \
+              includedir=${STAGING_INCDIR} \
+              libdir=${STAGING_LIBDIR} \
+              datadir=${STAGING_DATADIR} \
+              mandir=${STAGING_DATADIR}/man
+}
index e69de29..f297826 100644 (file)
@@ -0,0 +1,16 @@
+SECTION = "x11/libs"
+DEPENDS = "x11 xext"
+DESCRIPTION = "X Video extension library."
+
+SRC_URI = "${XLIBS_MIRROR}/libXv-${PV}.tar.bz2"
+S = "${WORKDIR}/libXv-${PV}"
+
+inherit autotools pkgconfig 
+
+do_stage() {
+       oe_runmake install prefix=${STAGING_DIR} \
+              bindir=${STAGING_BINDIR} \
+              includedir=${STAGING_INCDIR} \
+              libdir=${STAGING_LIBDIR} \
+              datadir=${STAGING_DATADIR}
+}
index 1433e50..0cfc232 100644 (file)
@@ -1,4 +1,4 @@
-SECTION = "libs"
+SECTION = "x11/libs"
 DEPENDS = "x11 xext libxv drm"
 DESCRIPTION = "X Video Motion Compensation extension library."
 
index e69de29..4a78b10 100644 (file)
@@ -0,0 +1,18 @@
+PV = "0.0cvs${CVSDATE}"
+
+SECTION = "x11/libs"
+DEPENDS = "x11 xext xxf86vmext"
+DESCRIPTION = "Xxf86vm extension library."
+
+SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xxf86vm"
+S = "${WORKDIR}/Xxf86vm"
+
+inherit autotools pkgconfig 
+
+do_stage() {
+       oe_runmake install prefix=${STAGING_DIR} \
+              bindir=${STAGING_BINDIR} \
+              includedir=${STAGING_INCDIR} \
+              libdir=${STAGING_LIBDIR} \
+              datadir=${STAGING_DATADIR}
+}