Update to ffmpeg2theora 0.28.
from Brad
This commit is contained in:
parent
038ece245b
commit
254dddc098
@ -1,17 +1,16 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2011/07/07 01:06:59 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2011/08/21 08:46:19 ajacoutot Exp $
|
||||
|
||||
COMMENT= reencode many media file formats to Ogg Theora
|
||||
COMMENT= re-encode many media file formats to Ogg Theora
|
||||
|
||||
N= ffmpeg2theora
|
||||
DISTNAME= ${N}-0.27
|
||||
REVISION= 4
|
||||
DISTNAME= ${N}-0.28
|
||||
CATEGORIES= multimedia
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
HOMEPAGE= http://www.v2v.cc/~j/${N}/
|
||||
|
||||
# GPLv3
|
||||
PERMIT_PACKAGE_CDROM= patents in ffmpeg
|
||||
PERMIT_PACKAGE_CDROM= patents in FFmpeg
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
@ -23,7 +22,7 @@ WANTLIB += vorbis vorbisenc vpx x264 z
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}downloads/
|
||||
|
||||
LIB_DEPENDS= graphics/ffmpeg>=20080620p10 \
|
||||
LIB_DEPENDS= graphics/ffmpeg>=20110408p5 \
|
||||
audio/libvorbis \
|
||||
multimedia/libtheora
|
||||
|
||||
@ -31,6 +30,7 @@ MODULES= devel/scons converters/libiconv
|
||||
|
||||
MODSCONS_FLAGS= libkate=0
|
||||
USE_GROFF= Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKBUILD}/${N} ${PREFIX}/bin
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (ffmpeg2theora-0.27.tar.bz2) = 7GvHQYrrN/IHWSgPI2whSg==
|
||||
RMD160 (ffmpeg2theora-0.27.tar.bz2) = pfqGDorcrRxVC5XCLV7PE2ousBY=
|
||||
SHA1 (ffmpeg2theora-0.27.tar.bz2) = dIDrU5lXB/Pzd2n1v7WQ5W+UOsY=
|
||||
SHA256 (ffmpeg2theora-0.27.tar.bz2) = Gb6RE7/a6TfQ7FzQ5bgNWzkhluxbb+XblF5mryeqh1o=
|
||||
SIZE (ffmpeg2theora-0.27.tar.bz2) = 95300
|
||||
MD5 (ffmpeg2theora-0.28.tar.bz2) = MeOJv6Bxn0ia84tvsr0KHw==
|
||||
RMD160 (ffmpeg2theora-0.28.tar.bz2) = TSGxD3Rdz7OgjFSLokjqkmgeW2M=
|
||||
SHA1 (ffmpeg2theora-0.28.tar.bz2) = Qx0p5RHhCdGz13TxL4r5dUGbgFA=
|
||||
SHA256 (ffmpeg2theora-0.28.tar.bz2) = aJPBRE1zChUUJ1una6SHyiByBbkW1ssShXBCJe6G/h4=
|
||||
SIZE (ffmpeg2theora-0.28.tar.bz2) = 95404
|
||||
|
@ -1,3 +1,3 @@
|
||||
ffmpeg2theora is a simple command line tool to convert media files to
|
||||
.ogg with Theora video and Vorbis audio streams. It supports reading any
|
||||
file format that ffmpeg can decode.
|
||||
file format that FFmpeg can decode.
|
||||
|
Loading…
x
Reference in New Issue
Block a user