2012-02-22 03:32:25 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.18 2012/02/22 08:32:25 dcoppa Exp $
|
2008-01-06 14:25:47 -05:00
|
|
|
|
|
|
|
COMMENT= lightweight video thumbnailer for file managers
|
2010-05-26 08:30:19 -04:00
|
|
|
|
2011-09-30 05:18:17 -04:00
|
|
|
DISTNAME= ffmpegthumbnailer-2.0.7
|
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/
|
|
|
|
|
2011-06-28 09:43:03 -04:00
|
|
|
SHARED_LIBS= ffmpegthumbnailer 4.1
|
2010-05-26 08:30:19 -04:00
|
|
|
|
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
|
|
|
|
|
2011-06-24 07:17:05 -04:00
|
|
|
WANTLIB= avcodec avformat avutil bz2 c gsm jpeg m mp3lame ogg \
|
|
|
|
orc-0.4 png pthread schroedinger-1.0 speex stdc++ \
|
2011-04-18 19:27:31 -04:00
|
|
|
swscale theoradec theoraenc vorbis vorbisenc vpx x264 \
|
|
|
|
z
|
2008-01-06 14:25:47 -05:00
|
|
|
|
2012-02-22 03:32:25 -05:00
|
|
|
LIB_DEPENDS= graphics/ffmpeg>=20100512 \
|
|
|
|
graphics/jpeg \
|
|
|
|
graphics/png
|
|
|
|
|
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
CONFIGURE_STYLE= autoconf
|
|
|
|
AUTOCONF_VERSION= 2.68
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2011-06-28 09:43:03 -04:00
|
|
|
CONFIGURE_ARGS= --disable-as-needed
|
2008-01-06 14:25:47 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|