pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/ffplay Import ffplay-20090611 as multimedia...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b95ab2d25ea5
branches: trunk
changeset: 394574:b95ab2d25ea5
user: ahoka <ahoka%pkgsrc.org@localhost>
date: Fri Jun 12 16:28:40 2009 +0000
description:
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:
multimedia/ffplay/DESCR | 10 ++++++++++
multimedia/ffplay/Makefile | 33 +++++++++++++++++++++++++++++++++
multimedia/ffplay/PLIST | 3 +++
multimedia/ffplay/distinfo | 7 +++++++
4 files changed, 53 insertions(+), 0 deletions(-)
diffs (69 lines):
diff -r a4c365e3ec92 -r b95ab2d25ea5 multimedia/ffplay/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/ffplay/DESCR Fri Jun 12 16:28:40 2009 +0000
@@ -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 -r a4c365e3ec92 -r b95ab2d25ea5 multimedia/ffplay/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/ffplay/Makefile Fri Jun 12 16:28:40 2009 +0000
@@ -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@localhost
+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 -r a4c365e3ec92 -r b95ab2d25ea5 multimedia/ffplay/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/ffplay/PLIST Fri Jun 12 16:28:40 2009 +0000
@@ -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 -r a4c365e3ec92 -r b95ab2d25ea5 multimedia/ffplay/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/ffplay/distinfo Fri Jun 12 16:28:40 2009 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index