diff options
Diffstat (limited to 'xawtv')
-rw-r--r-- | xawtv/xawtv_3.93.oe | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/xawtv/xawtv_3.93.oe b/xawtv/xawtv_3.93.oe index e69de29bb2..8e537cb403 100644 --- a/xawtv/xawtv_3.93.oe +++ b/xawtv/xawtv_3.93.oe @@ -0,0 +1,27 @@ +DESCRIPTION = "XawTV is a simple Xaw-based TV program which uses the bttw \ +driver or video4linux. It also contains various command-line utilities for \ +grabbing images and AVI movies, tuning in TV stations, etc." +MAINTAINER = "Chris Larson <kergoth@handhelds.org>" +DEPENDS = "xaw xmu xt xpm xext x11 ncurses xft fs jpeg" + +SRC_URI = "http://dl.bytesex.org/releases/xawtv/xawtv-${PV}.tar.gz \ + file://make.patch;patch=1" +S = "${WORKDIR}/xawtv-${PV}" + +inherit autotools + +EXTRA_OECONF = "--disable-xfree-ext \ + --disable-xvideo \ + --disable-lirc \ + --disable-quicktime \ + --disable-motif \ + --disable-aa \ + --disable-alsa \ + --disable-zvbi \ + --disable-gl \ + --disable-dv \ + --disable-mmx \ + --enable-xft \ + --x-includes=${STAGING_INCDIR} \ + --x-libraries=${STAGING_LIBDIR}" +EXTRA_OEMAKE += " 'verbose=yes'" |