From 5c7815d80f144c6acfc7340d4c05d46eaa7ca006 Mon Sep 17 00:00:00 2001 From: Chris Larson <clarson@kergoth.com> Date: Tue, 8 Jun 2004 22:02:24 +0000 Subject: Merge openembedded@openembedded.bkbits.net:packages into zelda.tuxnami.org:/home/kergoth/code/packages 2004/06/08 18:01:28-04:00 local!kergoth XawTV depends on jpeg. BKrev: 40c63770fdSIViB_guRthYQE92kcbA --- xawtv/xawtv_3.93.oe | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'xawtv') 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'" -- cgit v1.2.3