From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- recipes/xawtv/xawtv_3.93.bb | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 recipes/xawtv/xawtv_3.93.bb (limited to 'recipes/xawtv/xawtv_3.93.bb') diff --git a/recipes/xawtv/xawtv_3.93.bb b/recipes/xawtv/xawtv_3.93.bb new file mode 100644 index 0000000000..75bfa71e6d --- /dev/null +++ b/recipes/xawtv/xawtv_3.93.bb @@ -0,0 +1,31 @@ +LICENSE = "GPL" +SECTION = "x11/utils" +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." +DEPENDS = "libxaw libxmu libxt libxpm libxext virtual/libx11 ncurses libxft 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 + +# FIXME: libXaw needs a full x11, not diet +BROKEN = "1" + +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'" -- cgit 1.2.3-korg