Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Dec 2015 12:47:59 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404350 - in head/multimedia/ffmpeg: . files
Message-ID:  <201512241247.tBOClx2X050156@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Thu Dec 24 12:47:59 2015
New Revision: 404350
URL: https://svnweb.freebsd.org/changeset/ports/404350

Log:
  Update to upstream version 2.8.4
  
  While on it:
  - Rename option "LIBV4L" to "V4L" to match naming as in other ports [1]
  
  PR:		205498 [1]
  Submitted by:	yuri@rawbw.com [1]

Deleted:
  head/multimedia/ffmpeg/files/patch-libavcodec-libvpxenc.c
Modified:
  head/multimedia/ffmpeg/Makefile
  head/multimedia/ffmpeg/distinfo

Modified: head/multimedia/ffmpeg/Makefile
==============================================================================
--- head/multimedia/ffmpeg/Makefile	Thu Dec 24 12:25:59 2015	(r404349)
+++ head/multimedia/ffmpeg/Makefile	Thu Dec 24 12:47:59 2015	(r404350)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ffmpeg
-PORTVERSION=	2.8.3
-PORTREVISION=	2
+PORTVERSION=	2.8.4
 PORTEPOCH=	1
 CATEGORIES=	multimedia audio ipv6 net
 MASTER_SITES=	http://ffmpeg.org/releases/
@@ -27,10 +26,10 @@ SHEBANG_FILES=	doc/texi2pod.pl
 OPTIONS_DEFINE= AACPLUS ALSA AMR_NB AMR_WB ASS BS2B CACA CDIO CELT DC1394 \
 		DEBUG DOCS FAAC FDK_AAC FFSERVER FLITE FONTCONFIG \
 		FREETYPE FREI0R FRIBIDI GME GSM ICONV ILBC JACK LADSPA \
-		LAME LIBBLURAY LIBV4L MODPLUG OPENAL OPENCL OPENCV OPENGL \
+		LAME LIBBLURAY MODPLUG OPENAL OPENCL OPENCV OPENGL \
 		OPENH264 OPENJPEG OPTIMIZED_CFLAGS OPUS PULSEAUDIO QUVI \
 		RTCPU RTMP SCHROEDINGER SDL SMB SNAPPY SPEEX SSH \
-		THEORA TWOLAME VAAPI VDPAU VIDSTAB VORBIS VO_AACENC \
+		THEORA TWOLAME V4L VAAPI VDPAU VIDSTAB VORBIS VO_AACENC \
 		VO_AMRWBENC VPX WAVPACK WEBP X11GRAB X264 X265 XCB XVID \
 		XVIDEO ZMQ ZVBI
 
@@ -59,7 +58,6 @@ FLITE_DESC=	Voice synthesis support via 
 GME_DESC=	Game Music Emu demuxer
 GPL3_DESC=	Allow (L)GPL version 3 code(cs)
 ILBC_DESC=	Internet Low Bit Rate codec
-LIBV4L_DESC=	Video for Linux support
 LICENSE_DESC=	Licensing options
 NEON_DESC=	Enable Media Processing Engine instructions
 NONFREE_DESC=	Allow use of nonfree code
@@ -200,10 +198,10 @@ LIBBLURAY_LIB_DEPENDS=	libbluray.so:${PO
 LIBBLURAY_CONFIGURE_ENABLE=	libbluray
 
 # libv4l
-LIBV4L_BUILD_DEPENDS=	v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat
-LIBV4L_LIB_DEPENDS=	libv4l2.so:${PORTSDIR}/multimedia/libv4l
-LIBV4L_CONFIGURE_ENABLE=	libv4l2
-LIBV4L_CONFIGURE_OFF=		--disable-indev=v4l2 \
+V4L_BUILD_DEPENDS=	v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat
+V4L_LIB_DEPENDS=	libv4l2.so:${PORTSDIR}/multimedia/libv4l
+V4L_CONFIGURE_ENABLE=	libv4l2
+V4L_CONFIGURE_OFF=		--disable-indev=v4l2 \
 				--disable-outdev=v4l2
 
 # mmx support

Modified: head/multimedia/ffmpeg/distinfo
==============================================================================
--- head/multimedia/ffmpeg/distinfo	Thu Dec 24 12:25:59 2015	(r404349)
+++ head/multimedia/ffmpeg/distinfo	Thu Dec 24 12:47:59 2015	(r404350)
@@ -1,2 +1,2 @@
-SHA256 (ffmpeg-2.8.3.tar.bz2) = 1bcf993a71839bb4a37eaa0c51daf315932b6dad6089f672294545cc51a5caf6
-SIZE (ffmpeg-2.8.3.tar.bz2) = 8576798
+SHA256 (ffmpeg-2.8.4.tar.bz2) = 83cc8136a7845546062a43cda9ae3cf0a02f43ef5e434d2f997f055231a75f8e
+SIZE (ffmpeg-2.8.4.tar.bz2) = 8579383



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512241247.tBOClx2X050156>