diff options
author | ahoka <ahoka@pkgsrc.org> | 2009-06-12 16:28:40 +0000 |
---|---|---|
committer | ahoka <ahoka@pkgsrc.org> | 2009-06-12 16:28:40 +0000 |
commit | 437bce75f452897d0f435fd2c9fb2026da9f1322 (patch) | |
tree | 77b1f89ad137f1413c40378622653d66e58fb70d /multimedia/ffplay | |
parent | 136d071e4fa6883b8b67a817ba12606d42f9ffe0 (diff) | |
download | pkgsrc-437bce75f452897d0f435fd2c9fb2026da9f1322.tar.gz |
Import ffplay-20090611 as multimedia/ffplay.
This is used to live as an option for multimedia/ffmpeg.
FFmpeg is the first complete and free Internet Live Audio and Video
Broadcasting solution. FFMpeg aims at being the command line tool to
handle audio and video. It is a "three-in-one" solution.
FFmpeg includes a soft VCR capable of encoding in many different
formats simultaneously, a streaming server for Netcasting multimedia
and is available under the GNU General Public License.
FFmpeg generates streaming files, in many popular formats
simultaneously, faster than any other solution.
Diffstat (limited to 'multimedia/ffplay')
-rw-r--r-- | multimedia/ffplay/DESCR | 10 | ||||
-rw-r--r-- | multimedia/ffplay/Makefile | 33 | ||||
-rw-r--r-- | multimedia/ffplay/PLIST | 3 | ||||
-rw-r--r-- | multimedia/ffplay/distinfo | 7 |
4 files changed, 53 insertions, 0 deletions
diff --git a/multimedia/ffplay/DESCR b/multimedia/ffplay/DESCR new file mode 100644 index 00000000000..e30ce647cc7 --- /dev/null +++ b/multimedia/ffplay/DESCR @@ -0,0 +1,10 @@ +FFmpeg is the first complete and free Internet Live Audio and Video +Broadcasting solution. FFMpeg aims at being the command line tool to +handle audio and video. It is a "three-in-one" solution. + +FFmpeg includes a soft VCR capable of encoding in many different +formats simultaneously, a streaming server for Netcasting multimedia +and is available under the GNU General Public License. + +FFmpeg generates streaming files, in many popular formats +simultaneously, faster than any other solution. diff --git a/multimedia/ffplay/Makefile b/multimedia/ffplay/Makefile new file mode 100644 index 00000000000..0b13af82f0a --- /dev/null +++ b/multimedia/ffplay/Makefile @@ -0,0 +1,33 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/06/12 16:28:40 ahoka Exp $ + +PKGNAME= ${DISTNAME:S/ffmpeg/ffplay/} +MAINTAINER= ahoka@NetBSD.org +HOMEPAGE= http://ffmpeg.mplayerhq.hu/ +COMMENT= Simple SDL frontend for ffmpeg + +PKG_DESTDIR_SUPPORT= user-destdir + +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 + +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" +.include "../../multimedia/ffmpeg/Makefile.common" diff --git a/multimedia/ffplay/PLIST b/multimedia/ffplay/PLIST new file mode 100644 index 00000000000..f94aa10774a --- /dev/null +++ b/multimedia/ffplay/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/06/12 16:28:40 ahoka Exp $ +bin/ffplay +man/man1/ffplay.1 diff --git a/multimedia/ffplay/distinfo b/multimedia/ffplay/distinfo new file mode 100644 index 00000000000..8c95cfc2637 --- /dev/null +++ b/multimedia/ffplay/distinfo @@ -0,0 +1,7 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/06/12 16:28:40 ahoka Exp $ + +SHA1 (ffmpeg-20090611.tar.bz2) = 04e67497f70c64b7a26534d4b67e3a46cdb4b219 +RMD160 (ffmpeg-20090611.tar.bz2) = 447a72cd1a416f926100c61299d9012535909d9a +Size (ffmpeg-20090611.tar.bz2) = 2799194 bytes +SHA1 (patch-aa) = dadd96835ffbf3a95a5de75647a72edb53171b6f +SHA1 (patch-bktr) = dadd96835ffbf3a95a5de75647a72edb53171b6f |