mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
ffmpeg: update to 3.4
This commit is contained in:
parent
af45cfbfc2
commit
5bb062a39c
2 changed files with 21 additions and 3 deletions
18
srcpkgs/ffmpeg/patches/armv5tel-floating-point.patch
Normal file
18
srcpkgs/ffmpeg/patches/armv5tel-floating-point.patch
Normal file
|
@ -0,0 +1,18 @@
|
|||
--- libavfilter/vf_drawtext.c 2017-10-26 21:03:03.000000000 +0200
|
||||
+++ libavfilter/vf_drawtext.c 2017-11-21 11:06:49.602284422 +0100
|
||||
@@ -39,6 +39,15 @@
|
||||
#endif
|
||||
#include <fenv.h>
|
||||
|
||||
+#if (FE_ALL_EXCEPT == 0)
|
||||
+/* E.g. ARM soft float does not define these */
|
||||
+#define FE_INVALID 0
|
||||
+#define FE_DIVBYZERO 0
|
||||
+#define FE_OVERFLOW 0
|
||||
+#define FE_UNDERFLOW 0
|
||||
+#define FE_INEXACT 0
|
||||
+#endif
|
||||
+
|
||||
#if CONFIG_LIBFONTCONFIG
|
||||
#include <fontconfig/fontconfig.h>
|
||||
#endif
|
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'ffmpeg'
|
||||
pkgname=ffmpeg
|
||||
version=3.3.5
|
||||
version=3.4
|
||||
revision=1
|
||||
short_desc="Decoding, encoding and streaming software"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-3"
|
||||
homepage="http://www.ffmpeg.org"
|
||||
distfiles="${homepage}/releases/ffmpeg-${version}.tar.xz"
|
||||
checksum=a893490c3a8a7caaa9c47373b789c0335d0ac3572f2ba61059de842b9e45d802
|
||||
checksum=aeee06e4d8b18d852c61ebbfe5e1bb7014b1e118e8728c1c2115f91e51bffbef
|
||||
|
||||
hostmakedepends="pkg-config perl yasm"
|
||||
makedepends="zlib-devel bzip2-devel freetype-devel alsa-lib-devel libXfixes-devel
|
||||
|
@ -58,7 +58,7 @@ do_configure() {
|
|||
$(vopt_if faac '--enable-nonfree --enable-libfaac') \
|
||||
$(vopt_if fdk_aac '--enable-nonfree --enable-libfdk-aac') \
|
||||
--disable-libopencore_amrnb --disable-libopencore_amrwb \
|
||||
--disable-libschroedinger --disable-libopenjpeg \
|
||||
--disable-libopenjpeg \
|
||||
--enable-postproc --enable-opencl ${_args} \
|
||||
$(vopt_if x265 '--enable-libx265' '--disable-libx265') \
|
||||
$(vopt_if v4l2 '--enable-libv4l2' '--disable-libv4l2') \
|
||||
|
|
Loading…
Add table
Reference in a new issue