Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / xawtv / xawtv_3.93.oe
1 LICENSE = GPL
2 SECTION = "x11/utils"
3 DESCRIPTION = "XawTV is a simple Xaw-based TV program which uses the bttw \
4 driver or video4linux.  It also contains various command-line utilities for \
5 grabbing images and AVI movies, tuning in TV stations, etc."
6 MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
7 DEPENDS = "xaw xmu xt xpm xext x11 ncurses libxft fs jpeg"
8
9 SRC_URI = "http://dl.bytesex.org/releases/xawtv/xawtv-${PV}.tar.gz \
10            file://make.patch;patch=1"
11 S = "${WORKDIR}/xawtv-${PV}"
12
13 inherit autotools
14
15 # FIXME: libXaw needs a full x11, not diet
16 BROKEN = "1"
17
18 EXTRA_OECONF = "--disable-xfree-ext \
19                 --disable-xvideo \
20                 --disable-lirc \
21                 --disable-quicktime \
22                 --disable-motif \
23                 --disable-aa \
24                 --disable-alsa \
25                 --disable-zvbi \
26                 --disable-gl \
27                 --disable-dv \
28                 --disable-mmx \
29                 --enable-xft \
30                 --x-includes=${STAGING_INCDIR} \
31                 --x-libraries=${STAGING_LIBDIR}"
32 EXTRA_OEMAKE += " 'verbose=yes'"