aboutsummaryrefslogtreecommitdiffstats
path: root/libxv
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-09-22 12:56:26 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-09-22 12:56:26 +0000
commit69a75e984dd4bf196ef1f4a6024e6f4b5a1befd4 (patch)
treebc0b8e14b085970f826fefd958a11a9a940a2473 /libxv
parent9dc4c9e934eee5a70c21f62dfcbf4c8ee3b2f2f4 (diff)
downloadopenembedded-69a75e984dd4bf196ef1f4a6024e6f4b5a1befd4.tar.gz
fix section for libx* things
BKrev: 4151767anVTzWy8ORQ5CFxCneVVX5g
Diffstat (limited to 'libxv')
-rw-r--r--libxv/libxv_2.2.2+cvs20040918.oe17
-rw-r--r--libxv/libxv_2.2.2.oe16
2 files changed, 33 insertions, 0 deletions
diff --git a/libxv/libxv_2.2.2+cvs20040918.oe b/libxv/libxv_2.2.2+cvs20040918.oe
index e69de29bb2..f06494a946 100644
--- a/libxv/libxv_2.2.2+cvs20040918.oe
+++ b/libxv/libxv_2.2.2+cvs20040918.oe
@@ -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
+}
diff --git a/libxv/libxv_2.2.2.oe b/libxv/libxv_2.2.2.oe
index e69de29bb2..f2978269b7 100644
--- a/libxv/libxv_2.2.2.oe
+++ b/libxv/libxv_2.2.2.oe
@@ -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}
+}