2008-02-25 10:09:59 +01:00
|
|
|
# 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
|
2008-08-19 16:51:31 +02:00
|
|
|
PORTVERSION= 1.2.6
|
2009-07-18 13:11:29 +02:00
|
|
|
PORTREVISION= 1
|
2008-02-25 10:09:59 +01:00
|
|
|
CATEGORIES= multimedia graphics
|
2008-03-06 23:19:52 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
2008-02-25 10:09:59 +01:00
|
|
|
|
|
|
|
MAINTAINER= dierk@blaxxtarz.de
|
|
|
|
COMMENT= Lightweight video thumbnailer that can be used by file managers
|
|
|
|
|
|
|
|
LIB_DEPENDS= png:${PORTSDIR}/graphics/png \
|
2008-08-19 16:51:31 +02:00
|
|
|
swscale:${PORTSDIR}/multimedia/ffmpeg \
|
2009-07-18 13:11:29 +02:00
|
|
|
jpeg.10:${PORTSDIR}/graphics/jpeg
|
2008-08-19 16:51:31 +02:00
|
|
|
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib"
|
|
|
|
CONFIGURE_ARGS= --with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig
|
2008-02-25 10:09:59 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
2008-08-19 16:51:31 +02:00
|
|
|
USE_GNOME= pkgconfig gnomehack
|
2008-02-25 10:09:59 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|