2009-07-19 18:49:12 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2009/07/19 22:49:12 sthen Exp $
|
2007-01-27 12:56:14 -05:00
|
|
|
|
2007-07-25 10:26:24 -04:00
|
|
|
COMMENT= reencode many media file formats to Ogg Theora
|
2007-01-27 12:56:14 -05:00
|
|
|
|
2007-07-25 10:26:24 -04:00
|
|
|
DISTNAME= ffmpeg2theora-0.19
|
2009-07-19 18:49:12 -04:00
|
|
|
PKGNAME= ${DISTNAME}p3
|
2007-01-27 12:56:14 -05:00
|
|
|
CATEGORIES= multimedia
|
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.v2v.cc/~j/ffmpeg2theora/
|
|
|
|
|
2007-07-25 10:26:24 -04:00
|
|
|
MAINTAINER= Moritz Grimm <mdgrimm@gmx.net>
|
2007-01-27 12:56:14 -05:00
|
|
|
|
|
|
|
# GPL
|
2007-09-15 23:24:28 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= patents in ffmpeg
|
2007-01-27 12:56:14 -05:00
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2009-07-19 08:42:04 -04:00
|
|
|
|
|
|
|
WANTLIB= bz2 c m ogg pthread a52 faac faad mp3lame x264 z \
|
|
|
|
oil-0.3 schroedinger-1.0
|
2007-01-27 12:56:14 -05:00
|
|
|
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
|
2009-07-19 18:49:12 -04:00
|
|
|
LIB_DEPENDS= avcodec.>=13.1,avformat.>=12,avutil.>=6,swscale.>=1:ffmpeg->=20080620p10:graphics/ffmpeg \
|
2007-01-27 12:56:14 -05:00
|
|
|
vorbis.>=5,vorbisenc.>=2::audio/libvorbis \
|
|
|
|
theora.>=2::multimedia/libtheora
|
|
|
|
|
|
|
|
SEPARATE_BUILD= flavored
|
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ENV+= CPPFLAGS=-pthread LDFLAGS=-pthread
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|