Files
haikuports/media-video/ffmpeg/ffmpeg-0.6.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

25 lines
637 B
Plaintext

DESCRIPTION="FFmpeg is a complete, cross-platform solution to record, convert and stream audio and video. It includes libavcodec - the leading audio/video codec library."
HOMEPAGE="http://www.ffmpeg.org"
SRC_URI="http://ffmpeg.org/releases/ffmpeg-0.6.tar.bz2"
CHECKSUM_MD5="d6142a9a5821d6a6262a6edb903faa24"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD()
{
cd ffmpeg-0.6
./configure --prefix=`finddir B_COMMON_DIRECTORY` --disable-debug --disable-mmx --enable-shared
make
}
INSTALL()
{
cd ffmpeg-0.6
make install
}
LICENSE="GNU LGPL v2.1
GNU GPL v2"
COPYRIGHT="2000-2003 Fabrice Bellard
2003-2010 the FFmpeg developers"