2010-10-18 14:13:12 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2010/10/18 18:13:13 espie Exp $
|
2008-01-06 14:25:47 -05:00
|
|
|
|
|
|
|
COMMENT= lightweight video thumbnailer for file managers
|
2010-05-26 08:30:19 -04:00
|
|
|
|
|
|
|
DISTNAME= ffmpegthumbnailer-2.0.2
|
2010-08-25 19:27:21 -04:00
|
|
|
REVISION= 1
|
2008-01-06 14:25:47 -05:00
|
|
|
CATEGORIES= graphics multimedia
|
2009-08-26 21:09:29 -04:00
|
|
|
MASTER_SITES= http://ffmpegthumbnailer.googlecode.com/files/
|
|
|
|
|
2010-05-26 08:30:19 -04:00
|
|
|
SHARED_LIBS= ffmpegthumbnailer 4.0
|
|
|
|
|
2008-01-06 14:25:47 -05:00
|
|
|
HOMEPAGE= http://code.google.com/p/ffmpegthumbnailer
|
|
|
|
|
2010-05-26 08:30:19 -04:00
|
|
|
# GPLv2+
|
2008-01-06 14:25:47 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2009-08-26 21:09:29 -04:00
|
|
|
USE_LIBTOOL= Yes
|
2010-10-18 14:13:12 -04:00
|
|
|
USE_GROFF = Yes
|
2008-01-06 14:25:47 -05:00
|
|
|
|
2010-05-26 19:16:16 -04:00
|
|
|
LIB_DEPENDS= avcodec.>=14,avformat.>=13,avutil.>=7,swscale.>=2:ffmpeg->=20100512:graphics/ffmpeg \
|
2009-08-26 21:09:29 -04:00
|
|
|
png.>=6::graphics/png \
|
|
|
|
jpeg::graphics/jpeg
|
2008-01-06 14:25:47 -05:00
|
|
|
|
2010-05-26 19:16:16 -04:00
|
|
|
WANTLIB= bz2 c faac faad gsm m mp3lame ogg pthread \
|
2009-07-19 08:42:04 -04:00
|
|
|
stdc++ theora vorbis vorbisenc x264 z \
|
2010-08-25 19:27:21 -04:00
|
|
|
orc-0.4 schroedinger-1.0 speex
|
2008-01-06 14:25:47 -05:00
|
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" \
|
|
|
|
CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|