Browse Source

upgrading package: ffmpeg 4.0.2 -> 4.1

master
parent
commit
298b5283ca
  1. 18
      ffmpeg/ffmpeg.patch
  2. 6
      ffmpeg/ffmpeg.spec

18
ffmpeg/ffmpeg.patch

@ -1,7 +1,7 @@
Index: configure
--- configure.orig 2018-04-20 12:02:55.000000000 +0200
+++ configure 2018-04-20 19:55:35.520706000 +0200
@@ -5985,7 +5985,7 @@
--- configure.orig 2018-11-06 00:22:33.000000000 +0100
+++ configure 2018-11-06 07:27:34.600929000 +0100
@@ -6082,7 +6082,7 @@
enabled libfribidi && require_pkg_config libfribidi fribidi fribidi.h fribidi_version_info
enabled libgme && { check_pkg_config libgme libgme gme/gme.h gme_new_emu ||
require libgme gme/gme.h gme_new_emu -lgme -lstdc++; }
@ -10,16 +10,16 @@ Index: configure
check_lib libgsm "${gsm_hdr}" gsm_create -lgsm && break;
done || die "ERROR: libgsm not found"; }
enabled libilbc && require libilbc ilbc.h WebRtcIlbcfix_InitDecode -lilbc $pthreads_extralibs
@@ -6032,7 +6032,7 @@
@@ -6132,7 +6132,7 @@
enabled libsnappy && require libsnappy snappy-c.h snappy_compress -lsnappy -lstdc++
enabled libsoxr && require libsoxr soxr.h soxr_create -lsoxr
enabled libssh && require_pkg_config libssh libssh libssh/sftp.h sftp_init
-enabled libspeex && require_pkg_config libspeex speex speex/speex.h speex_decoder_init
+enabled libspeex && require_pkg_config libspeex speexdsp speex/speex.h speex_decoder_init
enabled libsrt && require_pkg_config libsrt "srt >= 1.2.0" srt/srt.h srt_socket
enabled libsrt && require_pkg_config libsrt "srt >= 1.3.0" srt/srt.h srt_socket
enabled libtensorflow && require libtensorflow tensorflow/c/c_api.h TF_Version -ltensorflow
enabled libtesseract && require_pkg_config libtesseract tesseract tesseract/capi.h TessBaseAPICreate
enabled libtheora && require libtheora theora/theoraenc.h th_info_init -ltheoraenc -ltheoradec -logg
@@ -6049,22 +6049,22 @@
@@ -6150,22 +6150,22 @@
enabled libvpx && {
enabled libvpx_vp8_decoder && {
@ -51,8 +51,8 @@ Index: configure
if disabled_all libvpx_vp8_decoder libvpx_vp9_decoder libvpx_vp8_encoder libvpx_vp9_encoder; then
die "libvpx enabled but no supported decoders found"
Index: libavformat/tcp.c
--- libavformat/tcp.c.orig 2018-04-20 12:02:58.000000000 +0200
+++ libavformat/tcp.c 2018-04-20 18:16:26.598628000 +0200
--- libavformat/tcp.c.orig 2018-11-06 00:22:26.000000000 +0100
+++ libavformat/tcp.c 2018-11-06 07:26:24.899009000 +0100
@@ -31,6 +31,7 @@
#if HAVE_POLL_H
#include <poll.h>

6
ffmpeg/ffmpeg.spec

@ -22,8 +22,8 @@
##
# package version
%define V_tarball 4.0.2
%define V_subdir 4.0.2
%define V_tarball 4.1
%define V_subdir 4.1
# package information
Name: ffmpeg
@ -36,7 +36,7 @@ Class: PLUS
Group: Video
License: GPL/LGPL
Version: %{V_tarball}
Release: 20180718
Release: 20181106
# list of sources
Source0: http://ffmpeg.org/releases/ffmpeg-%{V_tarball}.tar.bz2

Loading…
Cancel
Save