am-benchmarks: Add support for am387x-evm machine
[openembedded.git] / recipes / xawtv / xawtv_3.95.bb
blob3d6351c57ef72e9ce1f8dc788384ea10af0562dd
1 LICENSE = "GPL"
2 SECTION = "x11/utils"
3 DESCRIPTION = "XawTV is a simple Xaw-based TV program which uses the bttw \
4 driver or video4linux. It also contains various command-line utilities for \
5 grabbing images and AVI movies, tuning in TV stations, etc."
6 DEPENDS = "alsa-lib libxaw libxmu libxt libxpm libxext virtual/libx11 ncurses libxft fs jpeg"
7 PR = "r0"
9 SRC_URI = "http://dl.bytesex.org/releases/xawtv/xawtv-${PV}.tar.gz \
10 file://01_gcc4.patch \
11 file://04_man_typo.patch \
12 file://05_man_section.patch \
13 file://07_page_size.patch \
14 file://08_oss_audio.patch \
15 file://09_audio_unmute.patch \
16 file://10_radio_fixes.patch \
17 file://11_plugins_memory_leaks.patch \
18 file://12_fbtv_radeonfb.patch \
19 file://13_libquicktime_compat.patch \
20 file://14_scantv_input_override.patch \
21 file://15_xawtv_bin_cutoff.patch \
22 file://16_xawtv_v4l2_buffer.patch \
23 file://17_scantv_man_typo.patch \
24 file://18_glib2.patch \
25 file://make.patch \
26 file://sys_siglist.patch \
29 S = "${WORKDIR}/xawtv-${PV}"
31 inherit autotools
33 # FIXME: libXaw needs a full x11, not diet
34 BROKEN = "1"
36 EXTRA_OECONF = "--disable-xfree-ext \
37 --disable-xvideo \
38 --disable-lirc \
39 --disable-quicktime \
40 --disable-motif \
41 --disable-aa \
42 --disable-zvbi \
43 --disable-gl \
44 --disable-dv \
45 --disable-mmx \
46 --enable-xft \
47 --x-includes=${STAGING_INCDIR} \
48 --x-libraries=${STAGING_LIBDIR}"
49 EXTRA_OEMAKE += " 'verbose=yes'"
51 SRC_URI[md5sum] = "ad25e03f7e128b318e392cb09f52207d"
52 SRC_URI[sha256sum] = "1204212c59d10df4e29a9a0ddce96cab78342859ec44bf6fd1c5f260b5c7216f"