openbsd-ports/multimedia/ffmpeg2theora/Makefile

40 lines
944 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.19 2011/06/24 11:17:05 sthen Exp $
COMMENT= reencode many media file formats to Ogg Theora
N= ffmpeg2theora
DISTNAME= ${N}-0.27
REVISION= 3
CATEGORIES= multimedia
EXTRACT_SUFX= .tar.bz2
HOMEPAGE= http://www.v2v.cc/~j/${N}/
# GPLv3
PERMIT_PACKAGE_CDROM= patents in ffmpeg
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2009-07-19 08:42:04 -04:00
WANTLIB += X11 Xext Xfixes avcodec avdevice avformat avutil bz2
WANTLIB += c gsm iconv m mp3lame ogg orc-0.4 postproc pthread
WANTLIB += schroedinger-1.0 sndio speex swscale theoradec theoraenc
WANTLIB += vorbis vorbisenc vpx x264 z
MASTER_SITES= ${HOMEPAGE}downloads/
2010-11-19 02:23:05 -05:00
LIB_DEPENDS= graphics/ffmpeg>=20080620p10 \
audio/libvorbis \
multimedia/libtheora
MODULES= devel/scons
MODSCONS_FLAGS= libkate=0
2010-10-24 17:40:38 -04:00
USE_GROFF= Yes
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/${N} ${PREFIX}/bin
${INSTALL_MAN} ${WRKBUILD}/${N}.1 ${PREFIX}/man/man1
.include <bsd.port.mk>