b7c4b4c97c
- When MPEG-encoding audio, force 16-bit signed intermediate AIFFs -- PCM driver doesn't support this format for some cards like AWE32 (Andre Albsmeier <andre.albsmeier@mchp.siemens.de>) - Added METEOR_INPUT_DEV3 support (GUI & Fxtv.defaultInput = "dev3") - Flip channel (to last channel set) feature with TVFlipStation() X action routine (Steve Reid <sreid@sea-to-sky.net>) - Add SOUND_MIXER_VIDEO audio input (Mike Myer) - Mouse include patch (Anonymous) - Makefile update for LOCALBASE (Alexander Langer <alex@big.endian.de>) - NetBSD updates (Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>) ftp://ftp.netbsd.org/pub/NetBSD/packages/pkgsrc/graphics/fxtv/README.html - Added 'line1', 'line2', 'line3' as valid mixerChannel values - Uncomment all remote code for NetBSD folks - Remove double-link of libvideo.a from Makefile - Support for france channelset (Daniel Dagneaux <dagneaux@lure.u-psud.fr>) - Changed -aspectlock to -noaspectlock - Fix -default csvideo not working (greedy strstr matches wrong input) - Remove stray printf in YUV capture - Fixes for capturing when path doesn't contain a dot, and pcm driver sound format limitation work-around (Andre Albsmeier <andre.albsmeier@mchp.siemens.de>) - OpenBSD changes from vedge <vedge@all.hail-eris.com> and Matthew McNaughton <mcnaught@cs.ualberta.ca>
37 lines
804 B
Makefile
37 lines
804 B
Makefile
# $NetBSD: Makefile,v 1.12 2001/02/13 21:45:06 tron Exp $
|
|
|
|
DISTNAME= fxtv-1.03
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= tron@netbsd.org
|
|
HOMEPAGE= http://people.freebsd.org/~rhh/fxtv/
|
|
|
|
DEPENDS+= tiff>=3.5.5:../../graphics/tiff
|
|
|
|
ONLY_FOR_PLATFORM= NetBSD-1.4[Y-Z]-* NetBSD-1.4Z[A-Z]-* \
|
|
NetBSD-1.5_ALPHA-* NetBSD-1.[5-9]*-*
|
|
|
|
USE_X11BASE= YES
|
|
USE_XAW= YES
|
|
USE_XPM= YES
|
|
USE_GMAKE= YES
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
MAKE_ENV+= X11PREFIX=${X11PREFIX}
|
|
|
|
XAW_TYPE?= 3d
|
|
|
|
# The purpose of this check is to make sure that there is a "Xaw3d"
|
|
# compatible widget set installed because normal "Xaw" won't work.
|
|
|
|
.if (${XAW_TYPE} == standard)
|
|
DEPENDS+= Xaw3d-1.5:../../x11/Xaw3d
|
|
.endif
|
|
|
|
post-extract:
|
|
@${RM} -f ${WRKSRC}/videolib/videolib.o
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|