FreeBSD Bugzilla – Attachment 177408 Details for
Bug 207547
[exp-run] Update ffmpeg to 3.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff to ffmpeg 3.2.1
ffmpeg321.diff.txt (text/plain), 21.88 KB, created by
Thomas Zander
on 2016-11-26 09:19:21 UTC
(
hide
)
Description:
svn diff to ffmpeg 3.2.1
Filename:
MIME Type:
Creator:
Thomas Zander
Created:
2016-11-26 09:19:21 UTC
Size:
21.88 KB
patch
obsolete
>Index: Makefile >=================================================================== >diff --git a/head/multimedia/ffmpeg/Makefile b/head/multimedia/ffmpeg/Makefile >--- a/head/multimedia/ffmpeg/Makefile (revision 427132) >+++ b/head/multimedia/ffmpeg/Makefile (working copy) >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= ffmpeg >-PORTVERSION= 2.8.8 >-PORTREVISION= 8 >+PORTVERSION= 3.2.1 > PORTEPOCH= 1 > CATEGORIES= multimedia audio ipv6 net > MASTER_SITES= http://ffmpeg.org/releases/ >@@ -18,22 +17,22 @@ > ${LOCALBASE}/bin/as:devel/binutils > > HAS_CONFIGURE= yes >-USES= compiler:c11 cpe gmake perl5 pkgconfig tar:bzip2 shebangfix >+USES= compiler cpe gmake perl5 pkgconfig tar:bzip2 shebangfix > USE_LDCONFIG= yes > USE_PERL5= build > SHEBANG_FILES= doc/texi2pod.pl > >-PORTSCOUT= limit:^2\. >+PORTSCOUT= limit:^3\. > >-OPTIONS_DEFINE= AACPLUS ALSA AMR_NB AMR_WB ASS BS2B CACA CDIO CELT DC1394 \ >- DEBUG DOCS FAAC FDK_AAC FFSERVER FLITE FONTCONFIG \ >+OPTIONS_DEFINE= ALSA AMR_NB AMR_WB ASS BS2B CACA CDIO CELT CHROMAPRINT DC1394 \ >+ DEBUG DOCS FDK_AAC FFSERVER FLITE FONTCONFIG \ > FREETYPE FREI0R FRIBIDI GME GSM ICONV ILBC JACK KVAZAAR LADSPA \ >- LAME LIBBLURAY MODPLUG OPENAL OPENCL OPENCV OPENGL \ >- OPENH264 OPENJPEG OPTIMIZED_CFLAGS OPUS PULSEAUDIO QUVI \ >- RTCPU RTMP SCHROEDINGER SDL SMB SNAPPY SPEEX SSH \ >- THEORA TWOLAME V4L VAAPI VDPAU VIDSTAB VORBIS VO_AACENC \ >+ LAME LIBBLURAY MODPLUG NETCDF OPENAL OPENCL OPENCV OPENGL \ >+ OPENH264 OPENJPEG OPTIMIZED_CFLAGS OPUS PULSEAUDIO \ >+ RUBBERBAND RTCPU SCHROEDINGER SDL SMB SNAPPY SPEEX SSH \ >+ TESSERACT THEORA TWOLAME V4L VAAPI VDPAU VIDSTAB VORBIS \ > VO_AMRWBENC VPX WAVPACK WEBP X11GRAB X264 X265 XCB XVID \ >- XVIDEO ZMQ ZVBI >+ XVIDEO ZIMG ZMQ ZVBI > > OPTIONS_DEFAULT= FFSERVER FONTCONFIG FREETYPE FREI0R GNUTLS ICONV \ > OPENCV RTCPU SCHROEDINGER THEORA V4L VAAPI VDPAU \ >@@ -54,6 +53,7 @@ > ASS_DESC= Subtitles rendering via libass > BS2B_DESC= Bauer Stereophonic-to-Binaural filter > CDIO_DESC= Audio CD grabbing with libcdio >+CHROMAPRINT_DESC= Audio fingerprinting with chromaprint > DC1394_DESC= IIDC-1394 grabbing using libdc1394 > FDK_AAC_DESC= AAC audio encoding via Fraunhofer FDK > FFSERVER_DESC= Build and install ffserver >@@ -64,24 +64,23 @@ > KVAZAAR_DESC= H.265 video codec support via Kvazaar > LICENSE_DESC= Licensing options > NEON_DESC= Enable Media Processing Engine instructions >+NETCDF_DESC= SOFAlizer binaural filter > NONFREE_DESC= Allow use of nonfree code > OPENH264_DESC= H.264 video codec support via OpenH264 >-QUVI_DESC= Flash media stream URLs >+RUBBERBAND_DESC=Time-stretching and pitch-shifting with librubberband > RTCPU_DESC= Detect CPU capabilities at runtime >+LIBRTMP_DESC= RTMP protocol support via librtmp >+TESSERACT_DESC= Optical Character Recognition via Tesseract > VFP_DESC= Enable Vector Floating Point instructions > VIDSTAB_DESC= Video stabilization filter > X11GRAB_DESC= X11 grabbing (legacy) > XCB_DESC= X11 grabbing using XCB >+ZIMG_DESC= "z" library video scaling filter > ZMQ_DESC= Message passing via libzmq${ZMQ_VERSION} > ZVBI_DESC= Teletext support via libzvbi > > OPTIONS_SUB= yes > >-# aacplus >-AACPLUS_LIB_DEPENDS= libaacplus.so:audio/libaacplus >-AACPLUS_CONFIGURE_ENABLE= libaacplus >-AACPLUS_IMPLIES= NONFREE >- > # alsa > ALSA_CONFIGURE_OFF= --disable-indev=alsa \ > --disable-outdev=alsa >@@ -117,6 +116,11 @@ > CELT_LIB_DEPENDS= libcelt0.so:audio/celt > CELT_CONFIGURE_ENABLE= libcelt > >+# chromaprint >+CHROMAPRINT_BROKEN= Dependency loop >+CHROMAPRINT_LIB_DEPENDS= libchromaprint.so:audio/chromaprint >+CHROMAPRINT_CONFIGURE_ENABLE= chromaprint >+ > # dc1394 > DC1394_LIB_DEPENDS= libdc1394.so:multimedia/libdc1394 > DC1394_CONFIGURE_ENABLE= libdc1394 >@@ -129,11 +133,6 @@ > DOCS_BUILD_DEPENDS= texi2html:textproc/texi2html > DOCS_CONFIGURE_ENABLE= htmlpages > >-# faac >-FAAC_LIB_DEPENDS= libfaac.so:audio/faac >-FAAC_CONFIGURE_ENABLE= libfaac >-FAAC_IMPLIES= NONFREE >- > # fdk_aac > FDK_AAC_LIB_DEPENDS= libfdk-aac.so:audio/fdk-aac > FDK_AAC_CONFIGURE_ENABLE= libfdk-aac >@@ -163,6 +162,10 @@ > FRIBIDI_LIB_DEPENDS= libfribidi.so:converters/fribidi > FRIBIDI_CONFIGURE_ENABLE= libfribidi > >+# gcrypt >+GCRYPT_LIB_DEPENDS= libgcrypt.so:security/libgcrypt >+GCRYPT_CONFIGURE_ENABLE= gcrypt >+ > # gnutls > GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls > GNUTLS_CONFIGURE_ENABLE= gnutls >@@ -171,6 +174,11 @@ > GME_LIB_DEPENDS= libgme.so:audio/libgme > GME_CONFIGURE_ENABLE= libgme > >+# gmp >+GMP_LIB_DEPENDS= libgmp.so:math/gmp >+GMP_CONFIGURE_ENABLE= gmp >+GMP_IMPLIES= GPL3 >+ > # gsm > GSM_LIB_DEPENDS= libgsm.so:audio/gsm > GSM_CONFIGURE_ENABLE= libgsm >@@ -218,6 +226,10 @@ > MODPLUG_LIB_DEPENDS= libmodplug.so:audio/libmodplug > MODPLUG_CONFIGURE_ENABLE= libmodplug > >+# netcdf >+NETCDF_LIB_DEPENDS= libnetcdf.so:science/netcdf >+NETCDF_CONFIGURE_ENABLE= netcdf >+ > # OpenAL > OPENAL_LIB_DEPENDS= libopenal.so:audio/openal-soft > OPENAL_CONFIGURE_ENABLE= openal >@@ -241,8 +253,9 @@ > OPENH264_CONFIGURE_ENABLE= libopenh264 > > # openjpeg >-OPENJPEG_LIB_DEPENDS= libopenjpeg.so:graphics/openjpeg15 >+OPENJPEG_LIB_DEPENDS= libopenjp2.so:graphics/openjpeg > OPENJPEG_CONFIGURE_ENABLE= libopenjpeg >+#OPENJPEG_EXTRA_PATCHES= ${FILESDIR}/extra-patch-openjpeg2_linkfix > > # openssl > OPENSSL_USE= OPENSSL=yes >@@ -262,16 +275,16 @@ > PULSEAUDIO_CONFIGURE_OFF= --disable-indev=pulse \ > --disable-outdev=pulse > >-# quvi >-QUVI_LIB_DEPENDS= libquvi.so:multimedia/libquvi >-QUVI_CONFIGURE_ENABLE= libquvi >+# rubberband >+RUBBERBAND_LIB_DEPENDS= librubberband.so:audio/rubberband >+RUBBERBAND_CONFIGURE_ENABLE= librubberband > > # rtcpu > RTCPU_CONFIGURE_ENABLE= runtime-cpudetect > > # rtmp >-RTMP_LIB_DEPENDS= librtmp.so:multimedia/librtmp >-RTMP_CONFIGURE_ENABLE= librtmp >+LIBRTMP_LIB_DEPENDS= librtmp.so:multimedia/librtmp >+LIBRTMP_CONFIGURE_ENABLE= librtmp > > # schroedinger > SCHROEDINGER_LIB_DEPENDS= libschroedinger-1.0.so:multimedia/schroedinger >@@ -278,9 +291,9 @@ > SCHROEDINGER_CONFIGURE_ENABLE= libschroedinger > > # sdl >-SDL_USE= SDL=sdl >+SDL_USE= SDL=sdl2 > SDL_CONFIGURE_ENABLE= ffplay >-SDL_CONFIGURE_OFF= --disable-outdev=sdl >+SDL_CONFIGURE_OFF= --disable-outdev=sdl --disable-sdl2 > > # smbclient > SMB_LIB_DEPENDS= libsmbclient.so:net/samba-libsmbclient >@@ -303,6 +316,10 @@ > SSH_LIB_DEPENDS= libssh.so:security/libssh > SSH_CONFIGURE_ENABLE= libssh > >+# tesseract >+TESSERACT_LIB_DEPENDS= libtesseract.so:graphics/tesseract >+TESSERACT_CONFIGURE_ENABLE= libtesseract >+ > # theora > THEORA_LIB_DEPENDS= libtheora.so:multimedia/libtheora > THEORA_CONFIGURE_ENABLE= libtheora >@@ -324,11 +341,6 @@ > NEON_CONFIGURE_ENABLE= neon > NEON_CONFIGURE_ON= --cpu=armv7-a > >-# vo-aacenc >-VO_AACENC_LIB_DEPENDS= libvo-aacenc.so:audio/vo-aacenc >-VO_AACENC_CONFIGURE_ENABLE= libvo-aacenc >-VO_AACENC_IMPLIES= GPL3 >- > # vo-amrwbenc > VO_AMRWBENC_LIB_DEPENDS= libvo-amrwbenc.so:audio/vo-amrwbenc > VO_AMRWBENC_CONFIGURE_ENABLE= libvo-amrwbenc >@@ -379,6 +391,10 @@ > XVIDEO_USE= XORG=xv > XVIDEO_CONFIGURE_OFF= --disable-outdev=xv > >+# zimg >+ZIMG_LIB_DEPENDS= libzimg.so:graphics/sekrit-twc-zimg >+ZIMG_CONFIGURE_ENABLE= libzimg >+ > # zmq > ZMQ_LIB_DEPENDS= libzmq.so:net/libzmq${ZMQ_VERSION} > ZMQ_CONFIGURE_ENABLE= libzmq >@@ -417,8 +433,6 @@ > --enable-avfilter \ > --enable-avresample \ > --enable-pthreads \ >- --disable-libstagefright-h264 \ >- --disable-libutvideo \ > --disable-libsoxr \ > --cc="${CC}" \ > --extra-cflags="${FFMPEG_CFLAGS} -I${LOCALBASE}/include" \ >@@ -450,8 +464,7 @@ > s|gsm/gsm.h|gsm.h|g" \ > ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} > @${REINPLACE_CMD} -e 's|-ldl||' \ >- -e 's|opencv opencv/cxcore.h|opencv-core opencv2/core/core_c.h|g' \ >- -e 's|freetype/freetype.h|freetype.h|g' \ >+ -e 's|require_pkg_config opencv|require_pkg_config opencv-core|g' \ > ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} > > post-patch-SDL-on: >@@ -458,9 +471,11 @@ > @${REINPLACE_CMD} -E \ > -e 's|sdl-config|${SDL_CONFIG}|g' \ > ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} >- @${FIND} ${WRKSRC} -type f | \ >- ${XARGS} -n 10 ${REINPLACE_CMD} -E \ >- -e 's|#include <SDL|#include <SDL/SDL|' >+ @${REINPLACE_CMD} -E \ >+ -e 's|#include <SDL|#include <SDL2/SDL|' \ >+ ${WRKSRC}/ffplay.c \ >+ ${WRKSRC}/libavdevice/opengl_enc.c \ >+ ${WRKSRC}/libavdevice/sdl2.c > > post-configure-THEORA-off: > @${REINPLACE_CMD} -E \ >Index: distinfo >=================================================================== >diff --git a/head/multimedia/ffmpeg/distinfo b/head/multimedia/ffmpeg/distinfo >--- a/head/multimedia/ffmpeg/distinfo (revision 427132) >+++ b/head/multimedia/ffmpeg/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1474303802 >-SHA256 (ffmpeg-2.8.8.tar.bz2) = b70848958feadca180315d17b1131a1b519527971590e6ee8363a4c568ed06a6 >-SIZE (ffmpeg-2.8.8.tar.bz2) = 8583641 >+TIMESTAMP = 1480150693 >+SHA256 (ffmpeg-3.2.1.tar.bz2) = 72abc55bea5ff5397ac82320fa5c4843a05f527d0d7912d66784c92fdfbd12fb >+SIZE (ffmpeg-3.2.1.tar.bz2) = 9613356 >Index: files/patch-configure >=================================================================== >diff --git a/head/multimedia/ffmpeg/files/patch-configure b/head/multimedia/ffmpeg/files/patch-configure >--- a/head/multimedia/ffmpeg/files/patch-configure (revision 427132) >+++ b/head/multimedia/ffmpeg/files/patch-configure (working copy) >@@ -1,6 +1,6 @@ >---- configure.orig 2015-06-19 20:47:55 UTC >+--- configure.orig 2016-10-27 16:17:39 UTC > +++ configure >-@@ -2814,12 +2814,7 @@ target_os_default=$(tolower $(uname -s)) >+@@ -3189,12 +3189,7 @@ target_os_default=$(tolower $(uname -s)) > host_os=$target_os_default > > # machine >@@ -14,20 +14,17 @@ > cpu="generic" > intrinsics="none" > >-@@ -5682,7 +5677,11 @@ elif enabled gcc; then >- elif enabled llvm_gcc; then >+@@ -6213,6 +6208,9 @@ elif enabled llvm_gcc; then >+ elif enabled clang; then > check_cflags -mllvm -stack-alignment=16 >- elif enabled clang; then >-- check_cflags -mllvm -stack-alignment=16 >+ check_cflags -mstack-alignment=16 > + if enabled x86_32; then >-+ check_cflags -mllvm -stack-alignment=16 >-+ check_cflags -mstack-alignment=16 > + check_cflags -mstackrealign > + fi > check_cflags -Qunused-arguments > check_cflags -Werror=implicit-function-declaration > check_cflags -Werror=missing-prototypes >-@@ -5823,7 +5818,7 @@ ifndef MAIN_MAKEFILE >+@@ -6562,7 +6560,7 @@ ifndef MAIN_MAKEFILE > SRC_PATH:=\$(SRC_PATH:.%=..%) > endif > CC_IDENT=$cc_ident >@@ -36,7 +33,7 @@ > INTRINSICS=$intrinsics > CC=$cc > CXX=$cxx >-@@ -6035,7 +6030,7 @@ exec_prefix=\${prefix} >+@@ -6799,7 +6797,7 @@ exec_prefix=\${prefix} > libdir=$libdir > includedir=$incdir > >@@ -45,7 +42,7 @@ > Description: $comment > Version: $version > Requires: $(enabled shared || echo $requires) >-@@ -6049,10 +6044,10 @@ EOF >+@@ -6813,10 +6811,10 @@ EOF > mkdir -p doc/examples/pc-uninstalled > includedir=${source_path} > [ "$includedir" = . ] && includedir="\${pcfiledir}/../../.." >Index: files/patch-kvazaar-0.7 >=================================================================== >diff --git a/head/multimedia/ffmpeg/files/patch-kvazaar-0.7 b/head/multimedia/ffmpeg/files/patch-kvazaar-0.7 >deleted file mode 10644 >--- a/head/multimedia/ffmpeg/files/patch-kvazaar-0.7 (revision 427132) >+++ /dev/null (nonexistent) >@@ -1,73 +0,0 @@ >-From b3777b2c2eb5d04386992c0388985914d5bbebba Mon Sep 17 00:00:00 2001 >-From: =?UTF-8?q?Arttu=20Yl=C3=A4-Outinen?= <arttu.yla-outinen@tut.fi> >-Date: Mon, 28 Sep 2015 10:55:14 +0300 >-Subject: libkvazaar: Update to work with the latest version >-MIME-Version: 1.0 >-Content-Type: text/plain; charset=UTF-8 >-Content-Transfer-Encoding: 8bit >- >-Function encoder_encode in Kvazaar API was changed to have new output >-parameters: source picture and frame info. Frame info is used to set the >-keyframe flag and source picture is ignored. >- >-Signed-off-by: Arttu Ylä-Outinen <arttu.yla-outinen@tut.fi> >---- >- libavcodec/libkvazaar.c | 16 +++++++++++++++- >- 1 file changed, 15 insertions(+), 1 deletion(-) >- >-diff --git configure configure >-index 4cc45ad..af3fbf4 100755 >---- configure >-+++ configure >-@@ -5237,7 +5237,7 @@ >- check_lib "${gsm_hdr}" gsm_create -lgsm && break; >- done || die "ERROR: libgsm not found"; } >- enabled libilbc && require libilbc ilbc.h WebRtcIlbcfix_InitDecode -lilbc >--enabled libkvazaar && require_pkg_config "kvazaar < 0.7.0" kvazaar.h kvz_api_get >-+enabled libkvazaar && require_pkg_config "kvazaar >= 0.7.0" kvazaar.h kvz_api_get >- enabled libmfx && require_pkg_config libmfx "mfx/mfxvideo.h" MFXInit >- enabled libmodplug && require_pkg_config libmodplug libmodplug/modplug.h ModPlug_Load >- enabled libmp3lame && require "libmp3lame >= 3.98.3" lame/lame.h lame_set_VBR_quality -lmp3lame >-diff --git libavcodec/libkvazaar.c libavcodec/libkvazaar.c >-index 9fb5be7..7430e0a 100644 >---- libavcodec/libkvazaar.c >-+++ libavcodec/libkvazaar.c >-@@ -137,8 +137,11 @@ static int libkvazaar_encode(AVCodecContext *avctx, >- { >- int retval = 0; >- kvz_picture *img_in = NULL; >-+ >- kvz_data_chunk *data_out = NULL; >- uint32_t len_out = 0; >-+ kvz_frame_info frame_info; >-+ >- LibkvazaarContext *ctx = avctx->priv_data; >- >- *got_packet_ptr = 0; >-@@ -173,7 +176,10 @@ static int libkvazaar_encode(AVCodecContext *avctx, >- } >- } >- >-- if (!ctx->api->encoder_encode(ctx->encoder, img_in, &data_out, &len_out, NULL)) { >-+ if (!ctx->api->encoder_encode(ctx->encoder, img_in, >-+ &data_out, &len_out, >-+ NULL, NULL, >-+ &frame_info)) { >- av_log(avctx, AV_LOG_ERROR, "Failed to encode frame.\n"); >- retval = AVERROR_EXTERNAL; >- goto done; >-@@ -198,6 +204,14 @@ static int libkvazaar_encode(AVCodecContext *avctx, >- >- ctx->api->chunk_free(data_out); >- data_out = NULL; >-+ >-+ avpkt->flags = 0; >-+ // IRAP VCL NAL unit types span the range >-+ // [BLA_W_LP (16), RSV_IRAP_VCL23 (23)]. >-+ if (frame_info.nal_unit_type >= KVZ_NAL_BLA_W_LP && >-+ frame_info.nal_unit_type <= KVZ_NAL_RSV_IRAP_VCL23) { >-+ avpkt->flags |= AV_PKT_FLAG_KEY; >-+ } >- } >- >- done: > >Property changes on: head/multimedia/ffmpeg/files/patch-kvazaar-0.7 >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: files/patch-libavcodec-Makefile >=================================================================== >diff --git a/head/multimedia/ffmpeg/files/patch-libavcodec-Makefile b/head/multimedia/ffmpeg/files/patch-libavcodec-Makefile >--- a/head/multimedia/ffmpeg/files/patch-libavcodec-Makefile (revision 427132) >+++ b/head/multimedia/ffmpeg/files/patch-libavcodec-Makefile (working copy) >@@ -1,9 +1,9 @@ >---- libavcodec/Makefile.orig 2015-06-19 20:44:36 UTC >+--- libavcodec/Makefile.orig 2016-02-15 02:29:38 UTC > +++ libavcodec/Makefile >-@@ -877,7 +877,7 @@ SKIPHEADERS + >- old_codec_ids.h \ >- tableprint.h \ >- tableprint_vlc.h \ >+@@ -935,7 +935,7 @@ SKIPHEADERS + >+ aaccoder_trellis.h \ >+ aacenc_quantization.h \ >+ aacenc_quantization_misc.h \ > - $(ARCH)/vp56_arith.h \ > + $(FFMPEG_ARCH)/vp56_arith.h \ > >Index: files/patch-libavfilter-vf_libopencv.c >=================================================================== >diff --git a/head/multimedia/ffmpeg/files/patch-libavfilter-vf_libopencv.c b/head/multimedia/ffmpeg/files/patch-libavfilter-vf_libopencv.c >deleted file mode 10644 >--- a/head/multimedia/ffmpeg/files/patch-libavfilter-vf_libopencv.c (revision 427132) >+++ /dev/null (nonexistent) >@@ -1,12 +0,0 @@ >---- libavfilter/vf_libopencv.c.orig 2015-06-19 20:44:50 UTC >-+++ libavfilter/vf_libopencv.c >-@@ -23,8 +23,7 @@ >- * libopencv wrapper functions >- */ >- >--#include <opencv/cv.h> >--#include <opencv/cxcore.h> >-+#include <opencv2/imgproc/imgproc_c.h> >- #include "libavutil/avstring.h" >- #include "libavutil/common.h" >- #include "libavutil/file.h" > >Property changes on: head/multimedia/ffmpeg/files/patch-libavfilter-vf_libopencv.c >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: files/patch-tests_checkasm_Makefile >=================================================================== >diff --git a/head/multimedia/ffmpeg/files/patch-tests_checkasm_Makefile b/head/multimedia/ffmpeg/files/patch-tests_checkasm_Makefile >new file mode 10644 >--- /dev/null (nonexistent) >+++ b/head/multimedia/ffmpeg/files/patch-tests_checkasm_Makefile (working copy) >@@ -0,0 +1,11 @@ >+--- tests/checkasm/Makefile.orig 2016-10-01 01:12:42 UTC >++++ tests/checkasm/Makefile >+@@ -24,7 +24,7 @@ AVFILTEROBJS-$(CONFIG_COLORSPACE_FILTER) >+ CHECKASMOBJS-$(CONFIG_AVFILTER) += $(AVFILTEROBJS-yes) >+ >+ >+--include $(SRC_PATH)/tests/checkasm/$(ARCH)/Makefile >++-include $(SRC_PATH)/tests/checkasm/$(FFMPEG_ARCH)/Makefile >+ >+ CHECKASMOBJS += $(CHECKASMOBJS-yes) checkasm.o >+ CHECKASMOBJS := $(sort $(CHECKASMOBJS:%=tests/checkasm/%)) > >Property changes on: head/multimedia/ffmpeg/files/patch-tests_checkasm_Makefile >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: pkg-plist >=================================================================== >diff --git a/head/multimedia/ffmpeg/pkg-plist b/head/multimedia/ffmpeg/pkg-plist >--- a/head/multimedia/ffmpeg/pkg-plist (revision 427132) >+++ b/head/multimedia/ffmpeg/pkg-plist (working copy) >@@ -3,12 +3,16 @@ > bin/ffprobe > %%FFSERVER%%bin/ffserver > %%FFSERVER%%@sample etc/ffserver.conf.sample >+%%OPENCL%%include/libavutil/opencl.h > include/libavcodec/avcodec.h >+include/libavcodec/avdct.h > include/libavcodec/avfft.h > include/libavcodec/d3d11va.h >+include/libavcodec/dirac.h > include/libavcodec/dv_profile.h > include/libavcodec/dxva2.h >-include/libavcodec/old_codec_ids.h >+include/libavcodec/jni.h >+include/libavcodec/mediacodec.h > include/libavcodec/qsv.h > include/libavcodec/vaapi.h > include/libavcodec/vda.h >@@ -19,8 +23,6 @@ > include/libavcodec/xvmc.h > include/libavdevice/avdevice.h > include/libavdevice/version.h >-include/libavfilter/asrc_abuffer.h >-include/libavfilter/avcodec.h > include/libavfilter/avfilter.h > include/libavfilter/avfiltergraph.h > include/libavfilter/buffersink.h >@@ -33,9 +35,9 @@ > include/libavresample/version.h > include/libavutil/adler32.h > include/libavutil/aes.h >+include/libavutil/aes_ctr.h > include/libavutil/attributes.h > include/libavutil/audio_fifo.h >-include/libavutil/audioconvert.h > include/libavutil/avassert.h > include/libavutil/avconfig.h > include/libavutil/avstring.h >@@ -51,6 +53,7 @@ > include/libavutil/common.h > include/libavutil/cpu.h > include/libavutil/crc.h >+include/libavutil/des.h > include/libavutil/dict.h > include/libavutil/display.h > include/libavutil/downmix_info.h >@@ -62,6 +65,12 @@ > include/libavutil/frame.h > include/libavutil/hash.h > include/libavutil/hmac.h >+include/libavutil/hwcontext.h >+include/libavutil/hwcontext_cuda.h >+include/libavutil/hwcontext_dxva2.h >+include/libavutil/hwcontext_qsv.h >+include/libavutil/hwcontext_vaapi.h >+include/libavutil/hwcontext_vdpau.h > include/libavutil/imgutils.h > include/libavutil/intfloat.h > include/libavutil/intreadwrite.h >@@ -69,13 +78,12 @@ > include/libavutil/log.h > include/libavutil/lzo.h > include/libavutil/macros.h >+include/libavutil/mastering_display_metadata.h > include/libavutil/mathematics.h > include/libavutil/md5.h > include/libavutil/mem.h > include/libavutil/motion_vector.h > include/libavutil/murmur3.h >-include/libavutil/old_pix_fmts.h >-%%OPENCL%%include/libavutil/opencl.h > include/libavutil/opt.h > include/libavutil/parseutils.h > include/libavutil/pixdesc.h >@@ -83,6 +91,7 @@ > include/libavutil/pixfmt.h > include/libavutil/random_seed.h > include/libavutil/rational.h >+include/libavutil/rc4.h > include/libavutil/replaygain.h > include/libavutil/ripemd.h > include/libavutil/samplefmt.h >@@ -94,6 +103,7 @@ > include/libavutil/time.h > include/libavutil/timecode.h > include/libavutil/timestamp.h >+include/libavutil/tree.h > include/libavutil/twofish.h > include/libavutil/version.h > include/libavutil/xtea.h >@@ -105,40 +115,40 @@ > include/libswscale/version.h > lib/libavcodec.a > lib/libavcodec.so >-lib/libavcodec.so.56 >-lib/libavcodec.so.56.60.100 >+lib/libavcodec.so.57 >+lib/libavcodec.so.57.64.101 > lib/libavdevice.a > lib/libavdevice.so >-lib/libavdevice.so.56 >-lib/libavdevice.so.56.4.100 >+lib/libavdevice.so.57 >+lib/libavdevice.so.57.1.100 > lib/libavfilter.a > lib/libavfilter.so >-lib/libavfilter.so.5 >-lib/libavfilter.so.5.40.101 >+lib/libavfilter.so.6 >+lib/libavfilter.so.6.65.100 > lib/libavformat.a > lib/libavformat.so >-lib/libavformat.so.56 >-lib/libavformat.so.56.40.101 >+lib/libavformat.so.57 >+lib/libavformat.so.57.56.100 > lib/libavresample.a > lib/libavresample.so >-lib/libavresample.so.2 >-lib/libavresample.so.2.1.0 >+lib/libavresample.so.3 >+lib/libavresample.so.3.1.0 > lib/libavutil.a > lib/libavutil.so >-lib/libavutil.so.54 >-lib/libavutil.so.54.31.100 >+lib/libavutil.so.55 >+lib/libavutil.so.55.34.100 > lib/libpostproc.a > lib/libpostproc.so >-lib/libpostproc.so.53 >-lib/libpostproc.so.53.3.100 >+lib/libpostproc.so.54 >+lib/libpostproc.so.54.1.100 > lib/libswresample.a > lib/libswresample.so >-lib/libswresample.so.1 >-lib/libswresample.so.1.2.101 >+lib/libswresample.so.2 >+lib/libswresample.so.2.3.100 > lib/libswscale.a > lib/libswscale.so >-lib/libswscale.so.3 >-lib/libswscale.so.3.1.101 >+lib/libswscale.so.4 >+lib/libswscale.so.4.2.100 > libdata/pkgconfig/libavcodec.pc > libdata/pkgconfig/libavdevice.pc > libdata/pkgconfig/libavfilter.pc
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 207547
:
167489
|
170132
|
175364
|
176314
|
177408
|
177434
|
177637
|
177651