diff options
author | Chris Larson <clarson@kergoth.com> | 2004-06-08 22:02:24 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-06-08 22:02:24 +0000 |
commit | 5c7815d80f144c6acfc7340d4c05d46eaa7ca006 (patch) | |
tree | 0d825faa045cc62fa0a72545616537c2817992cd /xawtv/xawtv_3.93.oe | |
parent | 621c2e01e708d6f34a398b64b3ef912110cfa34f (diff) |
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
Diffstat (limited to 'xawtv/xawtv_3.93.oe')
-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'" |