sthen 0e87aad388 set the pkgspec for LIB_DEPENDS on ffmpeg to a version with schroedinger
included, so the tools know that old ffmpeg versions won't satisfy the
dependencies listed in WANTLIB.

this way, attempting to install these packages with old ffmpeg will
no longer give you a cryptic error message as seen by dhill@.
2009-07-19 22:49:12 +00:00

30 lines
843 B
Makefile

# $OpenBSD: Makefile,v 1.4 2009/07/19 22:49:12 sthen Exp $
COMMENT= lightweight video thumbnailer for file managers
DISTNAME= ffmpegthumbnailer-1.1.3
PKGNAME= ${DISTNAME}p2
CATEGORIES= graphics multimedia
HOMEPAGE= http://code.google.com/p/ffmpegthumbnailer
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://ffmpegthumbnailer.googlecode.com/files/
LIB_DEPENDS= avcodec.>=13.1,avformat.>=12,avutil.>=6,swscale.>=1:ffmpeg->=20080620p10:graphics/ffmpeg \
png.>=6::graphics/png
WANTLIB= a52 bz2 c faac faad m mp3lame ogg pthread \
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>