diff --git a/multimedia/ffmpeg2theora/Makefile b/multimedia/ffmpeg2theora/Makefile index 6af842fc100..704cea2bc9f 100644 --- a/multimedia/ffmpeg2theora/Makefile +++ b/multimedia/ffmpeg2theora/Makefile @@ -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 diff --git a/multimedia/ffmpeg2theora/distinfo b/multimedia/ffmpeg2theora/distinfo index ee7afcc089d..a889954bbe2 100644 --- a/multimedia/ffmpeg2theora/distinfo +++ b/multimedia/ffmpeg2theora/distinfo @@ -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 diff --git a/multimedia/ffmpeg2theora/pkg/DESCR b/multimedia/ffmpeg2theora/pkg/DESCR index d453ba864ea..cf38cca649c 100644 --- a/multimedia/ffmpeg2theora/pkg/DESCR +++ b/multimedia/ffmpeg2theora/pkg/DESCR @@ -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.