cad82980d8
- Unset FFMPEG_PREFIX Approved by: portmgr (bapt, implicit)
33 lines
878 B
Makefile
33 lines
878 B
Makefile
# Created by: Raphael Kubo da Costa <rakuco@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ffmpegthumbs
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= multimedia kde
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
|
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
|
|
PKGNAMEPREFIX= kdemultimedia-
|
|
DIST_SUBDIR= KDE/${PORTVERSION}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= FFmpeg-based thumbnail generator for video files
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= swscale${FFMPEG_SUFFIX}:${PORTSDIR}/multimedia/ffmpeg${FFMPEG_SUFFIX}
|
|
|
|
CONFLICTS_INSTALL= kdemultimedia-4.[1-8].*
|
|
|
|
USES= cmake:outsource pkgconfig
|
|
USE_KDE4= automoc4 kdehier kdelibs kdeprefix
|
|
USE_QT4= moc_build qmake_build rcc_build uic_build
|
|
USE_XZ= yes
|
|
|
|
# supported versions: ffmpeg1, ffmpeg-devel
|
|
# corresponding FFMPEG_SUFFIX: '1', '-devel'
|
|
FFMPEG_SUFFIX?=
|
|
CMAKE_ARGS+= -DFFMPEG_SUFFIX=${FFMPEG_SUFFIX}
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|