summaryrefslogtreecommitdiff
path: root/multimedia/ffplay/Makefile
diff options
context:
space:
mode:
authoradam <adam>2012-11-08 19:57:29 +0000
committeradam <adam>2012-11-08 19:57:29 +0000
commita09f9d0ad11f341125b40af84164387a9354ab52 (patch)
tree07bd566bc1d8ceb0dc1e1aa864ce8ee34ce899b4 /multimedia/ffplay/Makefile
parent34423650ad8e41ac3fb01de4958641f1a96ff1e9 (diff)
downloadpkgsrc-a09f9d0ad11f341125b40af84164387a9354ab52.tar.gz
Changes 1.0:
- INI and flat output in ffprobe - Scene detection in libavfilter - Indeo Audio decoder - channelsplit audio filter - setnsamples audio filter - atempo filter - ffprobe -show_data option - RTMPT protocol support - iLBC encoding/decoding via libilbc - Microsoft Screen 1 decoder - join audio filter - audio channel mapping filter - Microsoft ATC Screen decoder - RTSP listen mode - TechSmith Screen Codec 2 decoder - AAC encoding via libfdk-aac - Microsoft Expression Encoder Screen decoder - RTMPS protocol support - RTMPTS protocol support - RTMPE protocol support - RTMPTE protocol support - showwaves and showspectrum filter - LucasArts SMUSH playback support - SAMI, RealText and SubViewer demuxers and decoders - Heart Of Darkness PAF playback support - iec61883 device - asettb filter - new option: -progress - 3GPP Timed Text encoder/decoder - GeoTIFF decoder support - ffmpeg -(no)stdin option - Opus decoder using libopus - caca output device using libcaca - alphaextract and alphamerge filters - concat filter - flite filter - Canopus Lossless Codec decoder - bitmap subtitles in filters (experimental and temporary) - MP2 encoding via TwoLAME - bmp parser - smptebars source - asetpts filter - hue filter - ICO muxer - SubRip encoder and decoder without embedded timing - edge detection filter - framestep filter - ffmpeg -shortest option is now per-output file -pass and -passlogfile are now per-output stream - volume measurement filter - Ut Video encoder - Microsoft Screen 2 decoder - Matroska demuxer now identifies SRT subtitles as AV_CODEC_ID_SUBRIP instead of AV_CODEC_ID_TEXT - smartblur filter ported from MPlayer - CPiA decoder - decimate filter ported from MPlayer - RTP depacketization of JPEG - Smooth Streaming live segmenter muxer - F4V muxer - sendcmd and asendcmd filters - WebVTT demuxer and decoder (simple tags supported) - RTP packetization of JPEG - faststart option in the MOV/MP4 muxer
Diffstat (limited to 'multimedia/ffplay/Makefile')
-rw-r--r--multimedia/ffplay/Makefile30
1 files changed, 14 insertions, 16 deletions
diff --git a/multimedia/ffplay/Makefile b/multimedia/ffplay/Makefile
index f2a9b8006b7..444350f25b0 100644
--- a/multimedia/ffplay/Makefile
+++ b/multimedia/ffplay/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2012/10/10 14:19:56 drochner Exp $
+# $NetBSD: Makefile,v 1.11 2012/11/08 19:57:29 adam Exp $
PKGNAME= ${DISTNAME:S/ffmpeg/ffplay/}
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -7,26 +7,24 @@ COMMENT= Simple SDL frontend for FFmpeg
DISTINFO_FILE= ${.CURDIR}/../ffmpeg/distinfo
-CONFIGURE_ARGS+= --enable-ffplay \
- --disable-ffmpeg \
- --disable-ffserver \
- --disable-encoders \
- --disable-decoders \
- --disable-hwaccels \
- --disable-muxers \
- --disable-demuxers \
- --disable-parsers \
- --disable-bsfs \
- --disable-protocols \
- --disable-devices
-# --disable-filters
+CONFIGURE_ARGS+= --disable-ffmpeg
+CONFIGURE_ARGS+= --disable-ffserver
+CONFIGURE_ARGS+= --disable-encoders
+CONFIGURE_ARGS+= --disable-decoders
+CONFIGURE_ARGS+= --disable-hwaccels
+CONFIGURE_ARGS+= --disable-muxers
+CONFIGURE_ARGS+= --disable-demuxers
+CONFIGURE_ARGS+= --disable-parsers
+CONFIGURE_ARGS+= --disable-bsfs
+CONFIGURE_ARGS+= --disable-protocols
+CONFIGURE_ARGS+= --disable-devices
+#CONFIGURE_ARGS+= --disable-filters
+CONFIGURE_ARGS+= --enable-ffplay
INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ffplay ${DESTDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/doc/ffplay.1 \
- ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
.include "../../devel/SDL/buildlink3.mk"
.include "../../multimedia/ffmpeg/buildlink3.mk"