diff options
author | Raymond Danks <raymond@edanks.com> | 2006-07-24 19:46:41 +0000 |
---|---|---|
committer | Raymond Danks <raymond@edanks.com> | 2006-07-24 19:46:41 +0000 |
commit | dd0c887b669ed5f2fdfa21118f4b32d096e92816 (patch) | |
tree | 52a9bb766480ea9983a6e3e5d4ae600e0a482f2c /packages/xlibs/libxvmc_20050612.bb | |
parent | b88c8ee5fdd3c5bda8a7fea778c3d7b09b180622 (diff) |
xorg-*: Massive rename to conform to X11R7.x_a.b.c versioning and xorg-* directory structure.
This is the first step for the update to X11R7.1.
This will not build and will be followed by more patches and updates.
Diffstat (limited to 'packages/xlibs/libxvmc_20050612.bb')
-rw-r--r-- | packages/xlibs/libxvmc_20050612.bb | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/packages/xlibs/libxvmc_20050612.bb b/packages/xlibs/libxvmc_20050612.bb deleted file mode 100644 index 18cd369acc..0000000000 --- a/packages/xlibs/libxvmc_20050612.bb +++ /dev/null @@ -1,37 +0,0 @@ -DESCRIPTION = "X Video Motion Compensation extension library." -SECTION = "x11/libs" -DEPENDS = "libx11 libxext libxv drm xserver-xorg" -PR = "r0" - -SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=XvMC;date=${PV};method=pserver \ - ${FREEDESKTOP_CVS}/xorg;module=xc/lib/XvMC;date=${PV};method=pserver \ - file://true.patch;patch=1 file://drm.patch;patch=1" -S = "${WORKDIR}/XvMC" - -CFLAGS += "-I${STAGING_INCDIR}/X11/extensions -I${STAGING_INCDIR}/xserver-xorg -D_BSD_SOURCE" - -# this one is for via only atm. -COMPATIBLE_HOST = 'i.86.*-linux' - -inherit autotools pkgconfig - -do_compile() { - oe_runmake - oe_runmake -C hw/via -} - -do_install() { - oe_runmake DESTDIR='${D}' install - oe_runmake -C hw/via DESTDIR='${D}' install -} - -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/ -} |