aboutsummaryrefslogtreecommitdiffstats
path: root/libxvmc/libxvmc_20040919.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-07 22:05:47 +0000
committerChris Larson <clarson@kergoth.com>2004-12-07 22:05:47 +0000
commita780643c4b6aa11e1a36965a69df7116477c7b4c (patch)
tree17e81e77bde19931facf9b30fa5b5981df796071 /libxvmc/libxvmc_20040919.oe
parent88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff)
downloadopenembedded-a780643c4b6aa11e1a36965a69df7116477c7b4c.tar.gz
Merge oe-devel@oe-devel.bkbits.net:packages.bb
into handhelds.org:/home/kergoth/code/packages.bb 2004/12/07 04:58:25-06:00 ti.com!kergoth More updates per the core rename. 2004/12/07 04:46:51-06:00 ti.com!kergoth Update soundtracker per the core rename. 2004/12/07 04:44:14-06:00 ti.com!kergoth Merge 2004/12/07 04:42:38-06:00 ti.com!kergoth Updates per the recent rename of the oe core from 'oe' to 'bitbake'. BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
Diffstat (limited to 'libxvmc/libxvmc_20040919.oe')
-rw-r--r--libxvmc/libxvmc_20040919.oe39
1 files changed, 0 insertions, 39 deletions
diff --git a/libxvmc/libxvmc_20040919.oe b/libxvmc/libxvmc_20040919.oe
deleted file mode 100644
index e06759182b..0000000000
--- a/libxvmc/libxvmc_20040919.oe
+++ /dev/null
@@ -1,39 +0,0 @@
-DESCRIPTION = "X Video Motion Compensation extension library."
-SECTION = "x11/libs"
-DEPENDS = "x11 xext libxv drm xserver-xorg"
-PR = "r2"
-
-SRC_URI = "cvs://anoncvs@cvs.freedesktop.org/cvs/xlibs;module=XvMC;date=${PV};method=pserver \
- cvs://anonymous@cvs.sourceforge.net/cvsroot/unichrome;module=libxvmc;date=${PV};method=pserver \
- file://via.patch;patch=1 \
- file://true.patch"
-S = "${WORKDIR}/XvMC"
-
-CFLAGS += "-I${STAGING_INCDIR}/X11/extensions -I${STAGING_INCDIR}/xserver-xorg"
-
-# this one is for via only atm.
-COMPATIBLE_HOST = 'i.86.*-linux'
-
-inherit autotools pkgconfig
-
-do_configure_prepend() {
- install -d ${S}/hw/via
- cp ${WORKDIR}/libxvmc/*.[ch] ${S}/hw/via/
- ( cd ${S}/hw/via ; patch < ${WORKDIR}/true.patch )
-}
-
-do_compile() {
- oe_runmake
- oe_runmake -C hw/via
-}
-
-do_stage() {
- oe_runmake install prefix=${STAGING_DIR} \
- bindir=${STAGING_BINDIR} \
- includedir=${STAGING_INCDIR} \
- libdir=${STAGING_LIBDIR} \
- datadir=${STAGING_DATADIR} \
- mandir=${STAGING_DATADIR}/man
- oe_libinstall -so -C hw/via libviaXvMC ${STAGING_LIBDIR}
- install hw/via/vldXvMC.h ${STAGING_INCDIR}/X11/extensions/
-}