33 lines
795 B
Makefile
33 lines
795 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2007/01/27 17:56:14 steven Exp $
|
||
|
|
||
|
COMMENT= "reencode many media file formats to Ogg Theora"
|
||
|
|
||
|
DISTNAME= ffmpeg2theora-0.17
|
||
|
CATEGORIES= multimedia
|
||
|
EXTRACT_SUFX= .tar.bz2
|
||
|
|
||
|
HOMEPAGE= http://www.v2v.cc/~j/ffmpeg2theora/
|
||
|
|
||
|
MAINTAINER= Moritz Grimm <gtgbr@gmx.net>
|
||
|
|
||
|
# GPL
|
||
|
PERMIT_PACKAGE_CDROM= "patents in ffmpeg"
|
||
|
PERMIT_PACKAGE_FTP= Yes
|
||
|
PERMIT_DISTFILES_CDROM= Yes
|
||
|
PERMIT_DISTFILES_FTP= Yes
|
||
|
WANTLIB= c faac faad m mp3lame ogg ossaudio pthread z
|
||
|
|
||
|
MASTER_SITES= ${HOMEPAGE}
|
||
|
|
||
|
LIB_DEPENDS= avcodec.>=8,avformat.>=8,avutil.>=2,swscale::graphics/ffmpeg \
|
||
|
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>
|