2013-10-19 18:43:32 +02:00
|
|
|
# Created by: Martin Matuska <mm@FreeBSD.org>
|
2001-09-25 21:27:11 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ffmpeg
|
2013-11-21 11:39:35 +01:00
|
|
|
PORTVERSION= 2.1.1
|
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.
Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.
Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.
Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.
Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics
Thanks to: all testers, bdrewery and the FreeBSD x11@ team
exp-run by: bdrewery [1]
PR: ports/187602 [1]
Approved by: portmgr (bdrewery), core (jhb)
2014-04-16 20:28:47 +02:00
|
|
|
PORTREVISION= 2
|
2013-10-20 13:38:27 +02:00
|
|
|
PORTEPOCH= 1
|
2007-05-25 19:07:36 +02:00
|
|
|
CATEGORIES= multimedia audio ipv6 net
|
2009-08-12 10:43:17 +02:00
|
|
|
MASTER_SITES= http://ffmpeg.org/releases/
|
2001-09-25 21:27:11 +02:00
|
|
|
|
2013-10-19 18:58:27 +02:00
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
2009-08-12 10:43:17 +02:00
|
|
|
COMMENT= Realtime audio/video encoder/converter and streaming server
|
|
|
|
|
2012-08-06 13:32:27 +02:00
|
|
|
LICENSE= GPLv2 LGPL21
|
2012-08-06 13:33:09 +02:00
|
|
|
LICENSE_COMB= multi
|
2012-08-06 13:32:27 +02:00
|
|
|
|
2011-06-29 16:16:13 +02:00
|
|
|
BUILD_DEPENDS= yasm:${PORTSDIR}/devel/yasm \
|
2012-08-06 13:02:38 +02:00
|
|
|
${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils \
|
2013-10-19 18:43:32 +02:00
|
|
|
texi2html:${PORTSDIR}/textproc/texi2html
|
2013-10-01 00:11:00 +02:00
|
|
|
|
2001-09-25 21:27:11 +02:00
|
|
|
HAS_CONFIGURE= yes
|
2007-08-12 22:11:58 +02:00
|
|
|
CONFIGURE_LOG= config.err
|
2013-10-19 18:43:32 +02:00
|
|
|
USES= gmake pkgconfig perl5
|
|
|
|
USE_PERL5= build
|
2007-05-25 19:07:36 +02:00
|
|
|
USE_BZIP2= yes
|
2004-03-08 02:01:31 +01:00
|
|
|
WANT_SDL= yes
|
2007-07-29 02:46:08 +02:00
|
|
|
|
2013-10-19 18:43:32 +02:00
|
|
|
OPTIONS_DEFINE= AACPLUS ALSA AMR_NB AMR_WB ASS CDIO CELT DEBUG FAAC \
|
|
|
|
FDK_AAC FFSERVER FONTCONFIG FREETYPE FREI0R GNUTLS GSM ICONV \
|
2013-10-31 20:38:31 +01:00
|
|
|
JACK LAME LIBBLURAY LIBV4L MODPLUG OPENAL OPENCV OPENJPEG OPENSSL \
|
2013-10-19 18:43:32 +02:00
|
|
|
OPTIMIZED_CFLAGS OPUS PULSEAUDIO RTMP SCHROEDINGER SDL SPEEX \
|
|
|
|
THEORA VAAPI VDPAU VO_AACENC VO_AMRWBENC VORBIS VPX \
|
|
|
|
X11GRAB X264 XVID
|
2012-07-17 10:58:09 +02:00
|
|
|
|
2013-10-19 18:43:32 +02:00
|
|
|
OPTIONS_DEFAULT= FFSERVER FONTCONFIG FREETYPE FREI0R GNUTLS ICONV \
|
|
|
|
OPENCV SCHROEDINGER THEORA VORBIS VPX X264 XVID
|
2012-07-17 10:58:09 +02:00
|
|
|
|
2013-10-19 18:43:32 +02:00
|
|
|
ASS_DESC= Subtitles rendering via libass
|
|
|
|
CDIO_DESC= Audio CD grabbing with libcdio
|
|
|
|
FDK_AAC_DESC= AAC audio encoding via Fraunhofer FDK
|
2012-07-17 10:58:09 +02:00
|
|
|
FFSERVER_DESC= Build and install ffserver
|
2013-10-19 18:43:32 +02:00
|
|
|
LIBV4L_DESC= Video for Linux support
|
|
|
|
OPUS_DESC= Opus decoding with libopus
|
2012-07-17 10:58:09 +02:00
|
|
|
X11GRAB_DESC= Enable x11 grabbing
|
2009-08-12 10:43:17 +02:00
|
|
|
|
2013-10-19 18:43:32 +02:00
|
|
|
# aacplus
|
|
|
|
AACPLUS_LIB_DEPENDS= libaacplus.so:${PORTSDIR}/audio/libaacplus
|
|
|
|
AACPLUS_CONFIGURE_ENABLE= libaacplus
|
2008-07-28 23:17:38 +02:00
|
|
|
|
2013-10-19 18:43:32 +02:00
|
|
|
# alsa
|
|
|
|
ALSA_CONFIGURE_OFF= --disable-indev=alsa \
|
|
|
|
--disable-outdev=alsa
|
|
|
|
ALSA_LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib
|
|
|
|
|
|
|
|
# Opencore AMR NB
|
|
|
|
AMR_NB_LIB_DEPENDS= libopencore-amrnb.so:${PORTSDIR}/audio/opencore-amr
|
|
|
|
AMR_NB_CONFIGURE_ENABLE= libopencore-amrnb
|
|
|
|
|
|
|
|
# Opencore AMR WB
|
|
|
|
AMR_WB_LIB_DEPENDS= libopencore-amrwb.so:${PORTSDIR}/audio/opencore-amr
|
|
|
|
AMR_WB_CONFIGURE_ENABLE= libopencore-amrwb
|
|
|
|
|
|
|
|
# ass
|
|
|
|
ASS_LIB_DEPENDS= libass.so:${PORTSDIR}/multimedia/libass
|
|
|
|
ASS_CONFIGURE_ENABLE= libass
|
|
|
|
|
|
|
|
# cdio
|
|
|
|
CDIO_LIB_DEPENDS= libcdio.so:${PORTSDIR}/sysutils/libcdio
|
|
|
|
CDIO_CONFIGURE_ENABLE= libcdio
|
|
|
|
|
|
|
|
# celt
|
|
|
|
CELT_LIB_DEPENDS= libcelt0.so:${PORTSDIR}/audio/celt
|
|
|
|
CELT_CONFIGURE_ENABLE= libcelt
|
|
|
|
|
|
|
|
# faac
|
|
|
|
FAAC_LIB_DEPENDS= libfaac.so:${PORTSDIR}/audio/faac
|
|
|
|
FAAC_CONFIGURE_ENABLE= libfaac
|
|
|
|
|
|
|
|
# fdk_aac
|
|
|
|
FDK_AAC_LIB_DEPENDS= libfdk-aac.so:${PORTSDIR}/audio/fdk-aac
|
|
|
|
FDK_AAC_CONFIGURE_ENABLE= libfdk-aac
|
|
|
|
|
|
|
|
# ffserver
|
|
|
|
FFSERVER_CONFIGURE_ENABLE= ffserver
|
|
|
|
|
|
|
|
# fontconfig
|
|
|
|
FONTCONFIG_LIB_DEPENDS= libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
|
|
|
|
FONTCONFIG_CONFIGURE_ENABLE= fontconfig
|
|
|
|
|
|
|
|
# freetype
|
|
|
|
FREETYPE_LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2
|
|
|
|
FREETYPE_CONFIGURE_ENABLE= libfreetype
|
|
|
|
|
|
|
|
# frei0r
|
|
|
|
FREI0R_BUILD_DEPENDS= ${LOCALBASE}/include/frei0r.h:${PORTSDIR}/graphics/frei0r
|
|
|
|
FREI0R_CONFIGURE_ENABLE= frei0r
|
|
|
|
|
|
|
|
# gnutls
|
|
|
|
GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls
|
|
|
|
GNUTLS_CONFIGURE_ENABLE= gnutls
|
|
|
|
|
|
|
|
# gsm
|
|
|
|
GSM_LIB_DEPENDS= libgsm.so:${PORTSDIR}/audio/gsm
|
|
|
|
GSM_CONFIGURE_ENABLE= libgsm
|
|
|
|
|
|
|
|
# iconv
|
|
|
|
ICONV_USES= iconv
|
|
|
|
ICONV_CONFIGURE_ENABLE= iconv
|
|
|
|
|
2013-11-01 11:34:01 +01:00
|
|
|
JACK_LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack
|
2013-10-31 20:38:31 +01:00
|
|
|
JACK_CONFIGURE_OFF= --disable-indev=jack
|
|
|
|
|
2013-10-19 18:43:32 +02:00
|
|
|
# lame
|
|
|
|
LAME_LIB_DEPENDS= libmp3lame.so:${PORTSDIR}/audio/lame
|
|
|
|
LAME_CONFIGURE_ENABLE= libmp3lame
|
|
|
|
|
|
|
|
# libbluray
|
|
|
|
LIBBLURAY_LIB_DEPENDS= libbluray.so:${PORTSDIR}/multimedia/libbluray
|
|
|
|
LIBBLURAY_CONFIGURE_ENABLE= libbluray
|
|
|
|
|
|
|
|
# libv4l
|
|
|
|
LIBV4L_LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l
|
|
|
|
LIBV4L_CONFIGURE_ENABLE= libv4l2
|
2013-10-31 20:38:31 +01:00
|
|
|
LIBV4L_CONFIGURE_OFF= --disable-indev=v4l2 \
|
|
|
|
--disable-outdev=v4l2
|
2013-10-19 18:43:32 +02:00
|
|
|
|
|
|
|
# modplug
|
|
|
|
MODPLUG_LIB_DEPENDS= libmodplug.so:${PORTSDIR}/audio/libmodplug
|
|
|
|
MODPLUG_CONFIGURE_ENABLE= libmodplug
|
|
|
|
|
|
|
|
# OpenAL
|
|
|
|
OPENAL_LIB_DEPENDS= libopenal.so:${PORTSDIR}/audio/openal-soft
|
|
|
|
OPENAL_CONFIGURE_ENABLE= openal
|
2013-10-31 20:38:31 +01:00
|
|
|
OPENAL_CONFIGURE_OFF= --disable-indev=openal
|
2013-10-19 18:43:32 +02:00
|
|
|
|
|
|
|
# opencv
|
|
|
|
OPENCV_LIB_DEPENDS= libopencv_imgproc.so:${PORTSDIR}/graphics/opencv-core
|
|
|
|
OPENCV_CONFIGURE_ENABLE= libopencv
|
|
|
|
|
|
|
|
# openjpeg
|
|
|
|
OPENJPEG_LIB_DEPENDS= libopenjpeg.so:${PORTSDIR}/graphics/openjpeg
|
|
|
|
OPENJPEG_CONFIGURE_ENABLE= libopenjpeg
|
|
|
|
|
|
|
|
# opus
|
|
|
|
OPUS_LIB_DEPENDS= libopus.so:${PORTSDIR}/audio/opus
|
|
|
|
OPUS_CONFIGURE_ENABLE= libopus
|
|
|
|
|
|
|
|
# pulseaudio
|
|
|
|
PULSEAUDIO_LIB_DEPENDS= libpulse.so:${PORTSDIR}/audio/pulseaudio
|
|
|
|
PULSEAUDIO_CONFIGURE_ENABLE= libpulse
|
2013-10-31 20:38:31 +01:00
|
|
|
PULSEAUDIO_CONFIGURE_OFF= --disable-indev=pulse \
|
|
|
|
--disable-outdev=pulse
|
2012-05-19 10:34:04 +02:00
|
|
|
|
2012-07-06 07:10:18 +02:00
|
|
|
# rtmp
|
2013-10-31 03:03:01 +01:00
|
|
|
RTMP_LIB_DEPENDS= librtmp.so:${PORTSDIR}/multimedia/librtmp
|
2013-10-19 18:43:32 +02:00
|
|
|
RTMP_CONFIGURE_ENABLE= librtmp
|
|
|
|
|
|
|
|
# schroedinger
|
|
|
|
SCHROEDINGER_LIB_DEPENDS= libschroedinger-1.0.so:${PORTSDIR}/multimedia/schroedinger
|
|
|
|
SCHROEDINGER_CONFIGURE_ENABLE= libschroedinger
|
|
|
|
|
|
|
|
# speex
|
|
|
|
SPEEX_LIB_DEPENDS= libspeex.so:${PORTSDIR}/audio/speex
|
|
|
|
SPEEX_CONFIGURE_ENABLE= libspeex
|
|
|
|
|
|
|
|
# theora
|
|
|
|
THEORA_LIB_DEPENDS= libtheora.so:${PORTSDIR}/multimedia/libtheora
|
|
|
|
THEORA_CONFIGURE_ENABLE= libtheora
|
|
|
|
|
|
|
|
# vaapi
|
|
|
|
VAAPI_LIB_DEPENDS= libva.so:${PORTSDIR}/multimedia/libva
|
|
|
|
VAAPI_CONFIGURE_ENABLE= vaapi
|
|
|
|
|
|
|
|
# vdpau
|
|
|
|
VDPAU_BUILD_DEPENDS= ${LOCALBASE}/include/vdpau/vdpau.h:${PORTSDIR}/multimedia/libvdpau
|
|
|
|
VDPAU_CONFIGURE_ENABLE= vdpau
|
|
|
|
|
|
|
|
# vo-aacenc
|
|
|
|
VO_AACENC_LIB_DEPENDS= libvo-aacenc.so:${PORTSDIR}/audio/vo-aacenc
|
|
|
|
VO_AACENC_CONFIGURE_ENABLE= libvo-aacenc
|
|
|
|
|
|
|
|
# vo-amrwbenc
|
|
|
|
VO_AMRWBENC_LIB_DEPENDS= libvo-amrwbenc.so:${PORTSDIR}/audio/vo-amrwbenc
|
|
|
|
VO_AMRWBENC_CONFIGURE_ENABLE= libvo-amrwbenc
|
|
|
|
|
|
|
|
# vorbis
|
|
|
|
VORBIS_LIB_DEPENDS= libvorbisenc.so:${PORTSDIR}/audio/libvorbis
|
|
|
|
VORBIS_CONFIGURE_ENABLE= libvorbis
|
|
|
|
|
|
|
|
# vp8
|
|
|
|
VPX_LIB_DEPENDS= libvpx.so:${PORTSDIR}/multimedia/libvpx
|
|
|
|
VPX_CONFIGURE_ENABLE= libvpx
|
|
|
|
|
|
|
|
# x264
|
|
|
|
X264_LIB_DEPENDS= libx264.so:${PORTSDIR}/multimedia/x264
|
|
|
|
X264_CONFIGURE_ENABLE= libx264
|
|
|
|
|
|
|
|
# xvid
|
|
|
|
XVID_LIB_DEPENDS= libxvidcore.so:${PORTSDIR}/multimedia/xvid
|
|
|
|
XVID_CONFIGURE_ENABLE= libxvid
|
|
|
|
|
|
|
|
FFPROGS= ffmpeg ffprobe
|
|
|
|
INSTALL_TARGET= install-progs install-data install-libs install-headers
|
|
|
|
#FFMPEG_SUFFIX= 2
|
|
|
|
#PLIST_SUB+= SUFF="${FFMPEG_SUFFIX}"
|
|
|
|
|
|
|
|
#USE_LDCONFIG= ${PREFIX}/lib/ffmpeg${FFMPEG_SUFFIX}
|
|
|
|
DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX}
|
|
|
|
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
# ssl
|
|
|
|
.if ${PORT_OPTIONS:MOPENSSL} && empty(PORT_OPTIONS:MGNUTLS)
|
2012-07-06 07:10:18 +02:00
|
|
|
USE_OPENSSL= yes
|
2013-10-19 18:43:32 +02:00
|
|
|
FFMPEG_NONFREE= yes
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if ${PORT_OPTIONS:MAACPLUS} || ${PORT_OPTIONS:MFAAC} || ${PORT_OPTIONS:MFDK_AAC}
|
|
|
|
FFMPEG_NONFREE= yes
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if ${PORT_OPTIONS:MAMR_NB} || ${PORT_OPTIONS:MAMR_WB} || \
|
|
|
|
${PORT_OPTIONS:MVO_AACENC} || ${PORT_OPTIONS:MVO_AMRWBENC}
|
|
|
|
FFMPEG_LICENSE_GPL3= yes
|
2012-07-06 07:10:18 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
# x11grab
|
2012-07-17 10:58:09 +02:00
|
|
|
.if ${PORT_OPTIONS:MX11GRAB}
|
2012-05-19 10:34:04 +02:00
|
|
|
USE_XORG= x11 xext xfixes
|
|
|
|
CONFIGURE_ARGS+= --enable-x11grab
|
|
|
|
.endif
|
|
|
|
|
2007-07-29 02:46:08 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2013-10-19 18:43:32 +02:00
|
|
|
DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX}
|
|
|
|
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}
|
2011-06-29 16:16:13 +02:00
|
|
|
CONFIGURE_ENV+= COMPILER_PATH=${LOCALBASE}/bin
|
|
|
|
MAKE_ENV+= COMPILER_PATH=${LOCALBASE}/bin
|
|
|
|
|
2009-08-12 10:43:17 +02:00
|
|
|
CONFIGURE_ARGS+=--prefix="${PREFIX}" \
|
|
|
|
--mandir="${PREFIX}/man" \
|
2013-10-19 18:43:32 +02:00
|
|
|
--datadir="${DATADIR}" \
|
2007-05-25 19:07:36 +02:00
|
|
|
--enable-shared \
|
2009-08-12 10:43:17 +02:00
|
|
|
--enable-gpl \
|
2008-07-28 01:51:20 +02:00
|
|
|
--enable-postproc \
|
2009-08-12 10:43:17 +02:00
|
|
|
--enable-avfilter \
|
2013-10-19 18:43:32 +02:00
|
|
|
--enable-avresample \
|
2009-08-12 10:43:17 +02:00
|
|
|
--enable-pthreads \
|
|
|
|
--enable-memalign-hack \
|
2013-10-19 18:43:32 +02:00
|
|
|
--disable-libstagefright-h264 \
|
|
|
|
--disable-libutvideo \
|
|
|
|
--disable-libsoxr \
|
2009-08-12 10:43:17 +02:00
|
|
|
--cc="${CC}" \
|
2007-08-25 23:47:44 +02:00
|
|
|
--extra-cflags="${FFMPEG_CFLAGS} -I${LOCALBASE}/include" \
|
|
|
|
--extra-ldflags="-L${LOCALBASE}/lib ${FFMPEG_LDFLAGS}" \
|
2011-03-22 08:38:46 +01:00
|
|
|
--extra-libs="${PTHREAD_LIBS}"
|
2003-12-08 04:26:41 +01:00
|
|
|
|
2013-10-19 18:43:32 +02:00
|
|
|
DOC_FILES= Changelog CREDITS INSTALL LICENSE MAINTAINERS README
|
2009-08-12 10:43:17 +02:00
|
|
|
# under doc subdirectory
|
2013-10-19 18:43:32 +02:00
|
|
|
DOC_DOCFILES= APIchanges RELEASE_NOTES *.txt *.html
|
2007-05-25 19:07:36 +02:00
|
|
|
PORTDOCS= *
|
2002-10-11 21:28:30 +02:00
|
|
|
|
2012-07-17 10:58:09 +02:00
|
|
|
.if ${PORT_OPTIONS:MDEBUG}
|
2011-03-22 08:38:46 +01:00
|
|
|
CONFIGURE_ARGS+= --disable-stripping
|
2012-07-17 10:58:09 +02:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --disable-debug
|
2011-03-22 08:38:46 +01:00
|
|
|
.endif
|
|
|
|
|
2012-07-17 10:58:09 +02:00
|
|
|
.if ${PORT_OPTIONS:MFFSERVER}
|
2010-06-09 18:24:45 +02:00
|
|
|
USE_RC_SUBR= ffserver
|
2010-04-18 22:41:52 +02:00
|
|
|
.endif
|
|
|
|
|
2009-08-12 10:43:17 +02:00
|
|
|
# sse hardware vector support
|
2010-04-18 14:07:45 +02:00
|
|
|
.if defined(MACHINE_CPU) && (${MACHINE_CPU:Msse} == "sse" || ${MACHINE_CPU:Mamd64} == "amd64")
|
2012-07-17 10:58:09 +02:00
|
|
|
_BUILTIN_VECTOR= yes
|
2009-08-12 10:43:17 +02:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --disable-sse
|
|
|
|
.endif
|
|
|
|
|
|
|
|
# mmx support
|
2010-04-18 14:07:45 +02:00
|
|
|
.if defined(MACHINE_CPU) && ${MACHINE_CPU:Mmmx} == "" && ${MACHINE_CPU:Mamd64} == ""
|
2009-08-12 10:43:17 +02:00
|
|
|
CONFIGURE_ARGS+= --disable-mmx
|
2012-07-17 10:58:09 +02:00
|
|
|
_NO_BUILTIN_VECTOR= yes
|
2004-12-05 19:12:41 +01:00
|
|
|
.endif
|
|
|
|
|
2010-04-18 14:07:45 +02:00
|
|
|
# builtin vector, requires mmx and sse
|
2012-07-17 10:58:09 +02:00
|
|
|
.if !defined(_NO_BUILTIN_VECTOR) && defined(_BUILTIN_VECTOR)
|
2013-10-19 18:43:32 +02:00
|
|
|
FFMPEG_CFLAGS+= -msse
|
2004-03-19 13:22:34 +01:00
|
|
|
.endif
|
|
|
|
|
2009-08-12 10:43:17 +02:00
|
|
|
# optimizations
|
2012-07-17 10:58:09 +02:00
|
|
|
.if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS}
|
2010-06-09 18:24:45 +02:00
|
|
|
CFLAGS+= -O3 -ffast-math -fno-finite-math-only -fomit-frame-pointer
|
2005-06-19 20:20:23 +02:00
|
|
|
.endif
|
|
|
|
|
2009-08-12 10:43:17 +02:00
|
|
|
# ffserver
|
2012-07-17 10:58:09 +02:00
|
|
|
.if ${PORT_OPTIONS:MFFSERVER}
|
2009-08-12 10:43:17 +02:00
|
|
|
PLIST_SUB+= FFSERVER=""
|
2013-10-19 18:43:32 +02:00
|
|
|
PLIST_FILES+= man/man1/ffserver.1.gz
|
|
|
|
FFPROGS+= ffserver
|
|
|
|
. if ${PORT_OPTIONS:MDOCS}
|
|
|
|
DOC_DOCFILES+= ffserver.html
|
2012-07-06 07:10:18 +02:00
|
|
|
. endif
|
2011-06-25 00:37:15 +02:00
|
|
|
.else
|
2013-10-19 18:43:32 +02:00
|
|
|
PLIST_SUB+= FFSERVER="@comment "
|
2009-08-12 10:43:17 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
# sdl
|
2012-07-17 10:58:09 +02:00
|
|
|
.if ${PORT_OPTIONS:MSDL}
|
2007-05-25 19:07:36 +02:00
|
|
|
USE_SDL+= sdl
|
2013-10-01 00:11:00 +02:00
|
|
|
PLIST_FILES+= bin/ffplay man/man1/ffplay.1.gz
|
2013-10-19 18:43:32 +02:00
|
|
|
FFPROGS+= ffplay
|
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
|
|
|
DOC_DOCFILES+= ffplay.html
|
2003-01-10 19:21:21 +01:00
|
|
|
.endif
|
2011-03-22 08:38:46 +01:00
|
|
|
.else
|
2013-10-31 20:38:31 +01:00
|
|
|
CONFIGURE_ARGS+= --disable-ffplay --disable-outdev=sdl
|
2011-06-25 11:13:40 +02:00
|
|
|
.endif
|
|
|
|
|
2009-08-12 10:43:17 +02:00
|
|
|
# vorbis
|
2012-07-17 10:58:09 +02:00
|
|
|
.if ${PORT_OPTIONS:MVORBIS}
|
2007-05-25 19:07:36 +02:00
|
|
|
FFMPEG_CFLAGS+= -I${LOCALBASE}/include/vorbis
|
2007-06-12 11:00:26 +02:00
|
|
|
.endif
|
|
|
|
|
2011-06-25 00:37:15 +02:00
|
|
|
# License knobs
|
2011-10-10 12:04:28 +02:00
|
|
|
.if defined(FFMPEG_NONFREE)
|
|
|
|
RESTRICTED= linking to libfaac or libaacplus restricts redistribution
|
|
|
|
CONFIGURE_ARGS+= --enable-nonfree
|
2012-08-06 13:32:27 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.if defined(FFMPEG_LICENSE_GPL3)
|
2013-10-19 18:43:32 +02:00
|
|
|
CONFIGURE_ARGS+= --enable-version3
|
|
|
|
LICENSE= GPLv3 LGPL3
|
2011-06-25 00:37:15 +02:00
|
|
|
LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING.GPLv3
|
|
|
|
LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING.LGPLv3
|
|
|
|
.endif
|
|
|
|
|
2001-09-25 21:27:11 +02:00
|
|
|
post-patch:
|
2007-05-25 19:07:36 +02:00
|
|
|
# {C,LD}FLAGS safeness
|
2013-10-01 00:11:00 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|$$(LIBDIR)/pkgconfig|$$(DESTDIR)$$(prefix)/libdata/pkgconfig|' \
|
2013-10-19 18:43:32 +02:00
|
|
|
${WRKSRC}/library.mak
|
2007-06-12 11:00:26 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|/etc/ffserver.conf|${PREFIX}/etc/ffserver.conf|' \
|
|
|
|
${WRKSRC}/ffserver.c
|
2007-05-25 19:07:36 +02:00
|
|
|
@${REINPLACE_CMD} -E \
|
|
|
|
-e "s|(EXTRALIBS[[:space:]]*=)|\1-L${LOCALBASE}/lib |g; \
|
2009-08-12 10:43:17 +02:00
|
|
|
s|%%LOCALBASE%%|${LOCALBASE}|g; \
|
2010-07-24 18:38:20 +02:00
|
|
|
s|-pthread|${PTHREAD_LIBS}|g; \
|
|
|
|
s|gsm/gsm.h|gsm.h|g" \
|
2007-05-25 19:07:36 +02:00
|
|
|
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
|
2013-10-19 18:43:32 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|-ldl||' \
|
2011-06-29 16:16:13 +02:00
|
|
|
-e 's|opencv opencv/cxcore.h|opencv-core opencv2/core/core_c.h|g' \
|
2013-12-24 22:22:21 +01:00
|
|
|
-e 's|freetype/freetype.h|freetype.h|g' \
|
2007-05-25 19:07:36 +02:00
|
|
|
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
|
2012-07-06 07:10:18 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL5}|g' \
|
|
|
|
${WRKSRC}/doc/texi2pod.pl
|
2013-10-19 18:43:32 +02:00
|
|
|
.if ${PORT_OPTIONS:MSDL}
|
2003-09-08 01:52:59 +02:00
|
|
|
@${REINPLACE_CMD} -E \
|
|
|
|
-e 's|sdl-config|${SDL_CONFIG}|g' \
|
|
|
|
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
|
2007-05-25 19:07:36 +02:00
|
|
|
@${FIND} ${WRKSRC} -type f | \
|
|
|
|
${XARGS} -n 10 ${REINPLACE_CMD} -E \
|
|
|
|
-e 's|#include <SDL|#include <SDL/SDL|'
|
|
|
|
.endif
|
2001-09-25 21:27:11 +02:00
|
|
|
|
2007-05-25 19:07:36 +02:00
|
|
|
post-configure:
|
2012-07-17 10:58:09 +02:00
|
|
|
.if empty(PORT_OPTIONS:MTHEORA)
|
2007-05-25 19:07:36 +02:00
|
|
|
@${REINPLACE_CMD} -E \
|
|
|
|
-e 's|^(CONFIG_LIBTHEORA).*$$|\1=no|' \
|
|
|
|
${WRKSRC}/config.mak
|
|
|
|
.endif
|
2007-07-29 02:46:08 +02:00
|
|
|
|
2001-09-25 21:27:11 +02:00
|
|
|
post-install:
|
2013-10-19 18:43:32 +02:00
|
|
|
.for PROG in ${FFPROGS}
|
|
|
|
@${MKDIR} ${STAGEDIR}${MAN1PREFIX}/man/man1
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/doc/${PROG}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/${PROG}.1
|
|
|
|
.endfor
|
2012-07-17 10:58:09 +02:00
|
|
|
.if ${PORT_OPTIONS:MFFSERVER}
|
2013-10-19 18:43:32 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/ffserver.conf \
|
|
|
|
${STAGEDIR}${PREFIX}/etc/ffserver.conf-dist
|
2009-08-12 10:43:17 +02:00
|
|
|
.endif
|
2013-10-01 00:11:00 +02:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
2008-04-27 12:22:56 +02:00
|
|
|
.for FILE in ${DOC_FILES}
|
2013-10-05 14:42:41 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${FILE} ${STAGEDIR}${DOCSDIR}
|
2001-09-25 21:27:11 +02:00
|
|
|
.endfor
|
2008-04-27 12:22:56 +02:00
|
|
|
.for FILE in ${DOC_DOCFILES}
|
2013-10-01 00:11:00 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/${FILE} ${STAGEDIR}${DOCSDIR}
|
2001-09-25 21:27:11 +02:00
|
|
|
.endfor
|
2003-12-08 04:26:41 +01:00
|
|
|
|
2002-10-11 21:28:30 +02:00
|
|
|
.include <bsd.port.post.mk>
|