# New ports collection makefile for: xawtv # Date created: 03 March 2001 # Whom: George Reid # # $FreeBSD$ # PORTNAME= xawtv PORTVERSION= 3.95 PORTREVISION= 7 CATEGORIES= multimedia MASTER_SITES= http://dl.bytesex.org/releases/xawtv/ MAINTAINER= oliver@FreeBSD.org COMMENT= A TV viewing application and a few TV utilities BUILD_DEPENDS= iconv:${PORTSDIR}/converters/libiconv \ ${LOCALBASE}/lib/X11/fonts/misc/led-iso8859-1.pcf.gz:${PORTSDIR}/x11-fonts/tv-fonts RUN_DEPENDS= iconv:${PORTSDIR}/converters/libiconv \ ${LOCALBASE}/lib/X11/fonts/misc/led-iso8859-1.pcf.gz:${PORTSDIR}/x11-fonts/tv-fonts LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg OPTIONS= AA "Enable AA support" on \ DV "Enable reading/writing raw dv files" off \ QUICKTIME "Enable quicktime support" off \ ZVBI "Enable libzvbi support" off \ MMX "Enable mmx support (only for i386)" off USE_MOTIF= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_PERL5= yes USE_XORG= x11 xaw CONFIGURE_ENV= LIBS="-L${PREFIX}/lib -L${LOCALBASE}/lib" \ CFLAGS="-I${WRKSRC}/common" MAKE_ENV= verbose=yes USE_LDCONFIG= yes ONLY_FOR_ARCHS= alpha amd64 i386 FILES_LIBJPEG= console/Subdir.mk debug/Subdir.mk x11/Subdir.mk MAN1= alevtd.1 dump-mixers.1 fbtv.1 mtt.1 motv.1 ntsc-cc.1 pia.1 \ propwatch.1 radio.1 record.1 rootv.1 scantv.1 showriff.1 \ streamer.1 subtitles.1 ttv.1 v4l-info.1 v4lctl.1 webcam.1 \ xawtv-remote.1 xawtv.1 MAN5= xawtvrc.5 MAN8= v4l-conf.8 .include .if defined(WITHOUT_AA) CONFIGURE_ARGS+=--disable-aa PLIST_SUB+= AA="@comment " .else CONFIGURE_ARGS+=--enable-aa LIB_DEPENDS+= aa.1:${PORTSDIR}/graphics/aalib PLIST_SUB+= AA="" .endif .if defined(WITH_ZVBI) LIB_DEPENDS+= zvbi.13:${PORTSDIR}/devel/libzvbi CONFIGURE_ARGS+=--enable-zvbi PLIST_SUB+= ZVBI="" ZVBI5="" .else CONFIGURE_ARGS+=--enable-zvbi=no PLIST_SUB+= ZVBI="@comment " ZVBI5="@comment " .endif .if defined(WITH_DV) LIB_DEPENDS+= dv.4:${PORTSDIR}/multimedia/libdv CONFIGURE_ARGS+=--enable-dv PLIST_SUB+= DV= .else CONFIGURE_ARGS+=--enable-dv=no PLIST_SUB+= DV="@comment " .endif .if defined(WITH_MMX) .if ${ARCH} == i386 CONFIGURE_ARGS+=--enable-mmx CFLAGS+= -DMMX=1 .else BROKEN= MMX support only works on i386, and you are running ${ARCH} .endif .endif .if defined(WITH_QUICKTIME) CONFIGURE_ARGS+=--enable-quicktime LIB_DEPENDS+= quicktime.0:${PORTSDIR}/multimedia/libquicktime PLIST_SUB+= QT= .else CONFIGURE_ARGS+=--enable-quicktime=no PLIST_SUB+= QT="@comment " .endif PLIST_SUB+= X11PREFIX=${LOCALBASE} post-patch: @${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g; \ s|/usr/local|${LOCALBASE}|g; \ s|-lpthread|${PTHREAD_LIBS}|g; \ s|-lquicktime|-L${LOCALBASE}/lib &|g' \ ${WRKSRC}/configure .for i in ${FILES_LIBJPEG} @${REINPLACE_CMD} -e "s|-ljpeg|-L${LOCALBASE}/lib -ljpeg|g" ${WRKSRC}/$i .endfor .include erve-10.1.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Fix decoding of certain ogg/vorbis filespav2010-10-292-1/+64
* - Chase libschroedinger shlib bumppav2010-10-131-1/+1
* - Fix build on PowerPCbeat2010-10-082-0/+20
* Remove dependency on deprecated audio/libmpcdecmakc2010-10-022-9/+3
* Switch libvdpau dependency from x11/nvidia-driver to multimedia/libvdpaumakc2010-09-251-1/+1
* - correctly pick up dependency on libvpx if selected in optionsrene2010-09-033-3/+11
* - update to 2010-07-17 snapshot (demuxer fixes, VP8 codec support)rene2010-08-036-52/+49
* Bump PORTREVISION for ports that depend on libogg, directly or indirectlynaddy2010-06-071-1/+1
* Mark as broken on sparc64.linimon2010-06-041-0/+4
* - Remove libdts support (this is now done by ffmpeg) [1]mm2010-04-252-8/+3
* - Update to 1.0.r20100117mm2010-04-2136-1062/+312
* - update to 1.4.1dinoex2010-03-282-2/+2
* - Move from audio/openal to audio/openal-softmiwi2010-02-132-2/+2
* - update to jpeg-8dinoex2010-02-051-1/+1
* Chase the fribidi shared lib bump.marcus2009-08-241-1/+1
* - Playing FLV videos, e.g. from youtube, results in mplayer segfaulting when ...pgollucci2009-07-182-1/+12
* Bump PORTREVISION after libogg and libvorbisfile major version increment.naddy2009-07-071-1/+1
* - Mark MAKE_JOBS_UNSAFEpav2009-05-211-0/+2
* - Add support for XvMC accelerationmiwi2009-05-171-0/+5
* - Fix compilation with new x264pav2009-04-011-0/+36
* - Update x264 to 0.0.20081218pav2009-03-311-1/+1
* - Fix gmplayer crash after Xorg 7.4 updatemiwi2009-03-012-1/+11
* Set sample rate when resuming playback. This fixes AC3/DTS passthroughnaddy2009-01-162-1/+19
* - Fix FFmpeg libavformat "str_read_packet()" Buffer Overflowmiwi2009-01-16