openbsd-ports/graphics/ffmpegthumbnailer/Makefile

32 lines
896 B
Makefile
Raw Normal View History

2009-09-25 21:23:05 -04:00
# $OpenBSD: Makefile,v 1.6 2009/09/26 01:23:05 jolan Exp $
COMMENT= lightweight video thumbnailer for file managers
2009-09-25 21:23:05 -04:00
DISTNAME= ffmpegthumbnailer-1.5.5
2009-08-26 21:09:29 -04:00
SHARED_LIBS= ffmpegthumbnailer 3.2
CATEGORIES= graphics multimedia
2009-08-26 21:09:29 -04:00
MASTER_SITES= http://ffmpegthumbnailer.googlecode.com/files/
HOMEPAGE= http://code.google.com/p/ffmpegthumbnailer
# GPL
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
LIB_DEPENDS= avcodec.>=13.1,avformat.>=12,avutil.>=6,swscale.>=1:ffmpeg->=20080620p10:graphics/ffmpeg \
2009-08-26 21:09:29 -04:00
png.>=6::graphics/png \
jpeg::graphics/jpeg
WANTLIB= a52 bz2 c faac faad m mp3lame ogg pthread \
2009-07-19 08:42:04 -04:00
stdc++ theora vorbis vorbisenc x264 z \
oil-0.3 schroedinger-1.0
CONFIGURE_STYLE=gnu
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" \
CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng"
.include <bsd.port.mk>