aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libxvmc/libxvmc_20050612.bb
blob: 20d77d2d558a4d8a713463addda45201704b9734 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
DESCRIPTION = "X Video Motion Compensation extension library."
SECTION = "x11/libs"
DEPENDS = "x11 xext libxv drm xserver-xorg"
PR = "r0"

SRC_URI = "cvs://anoncvs@cvs.freedesktop.org/cvs/xlibs;module=XvMC;date=${PV};method=pserver \
	cvs://anoncvs@cvs.freedesktop.org/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/
}