Merge openembedded@openembedded.bkbits.net:packages
authorChris Larson <clarson@kergoth.com>
Tue, 8 Jun 2004 22:02:24 +0000 (22:02 +0000)
committerChris Larson <clarson@kergoth.com>
Tue, 8 Jun 2004 22:02:24 +0000 (22:02 +0000)
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

index e69de29..8e537cb 100644 (file)
@@ -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'"