baea4f801a
- Sort PLIST Changes: 2.0.3: - Writing to stdout is now supported - Support for gnome-vfs uris added. New configure flag (--enable-gnome-vfs), this puts a runtime dependancy on libgnome-vfs-2.0 2.0.4: - Fixed undefined references when compiling with certain LDFLAGS PR: ports/152373 Submitted by: Marcus Hermansson <bmhermansson@gmail.com> Approved by: maintainer (timeout, 16 days)
33 lines
894 B
Makefile
33 lines
894 B
Makefile
# New ports collection makefile for: ffmpegthumbnailer
|
|
# Date created: Mo 18 Feb 2008 06:11:13 CET
|
|
# Whom: Dierk Sacher <dierk@blaxxtarz.de>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ffmpegthumbnailer
|
|
PORTVERSION= 2.0.4
|
|
CATEGORIES= multimedia graphics
|
|
MASTER_SITES= GOOGLE_CODE
|
|
|
|
MAINTAINER= dierk@blaxxtarz.de
|
|
COMMENT= Lightweight video thumbnailer that can be used by file managers
|
|
|
|
LIB_DEPENDS= png:${PORTSDIR}/graphics/png \
|
|
swscale:${PORTSDIR}/multimedia/ffmpeg \
|
|
jpeg.11:${PORTSDIR}/graphics/jpeg
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \
|
|
LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib"
|
|
CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gnomehack pkgconfig
|
|
USE_LDCONFIG= yes
|
|
|
|
MAN1= ffmpegthumbnailer.1
|
|
|
|
post-install:
|
|
cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE} install-pkgconfigDATA
|
|
|
|
.include <bsd.port.mk>
|