summaryrefslogtreecommitdiff
path: root/multimedia/ffmpeg2theora
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2019-09-26 10:22:51 +0000
committertron <tron@pkgsrc.org>2019-09-26 10:22:51 +0000
commit8cd9cb54f4eb5e878d18f347b077c4aa94a09aa8 (patch)
tree83952c62e673ffe03672404cb432a9f16e36436b /multimedia/ffmpeg2theora
parent91be2b661877a56f522c5ccedb4aa4bd78d87dc7 (diff)
downloadpkgsrc-8cd9cb54f4eb5e878d18f347b077c4aa94a09aa8.tar.gz
ffmpeg2theora: Fix build problem under macOS
Diffstat (limited to 'multimedia/ffmpeg2theora')
-rw-r--r--multimedia/ffmpeg2theora/distinfo3
-rw-r--r--multimedia/ffmpeg2theora/patches/patch-src_theorautils.c14
2 files changed, 16 insertions, 1 deletions
diff --git a/multimedia/ffmpeg2theora/distinfo b/multimedia/ffmpeg2theora/distinfo
index cdb88d88526..de7eeb680e8 100644
--- a/multimedia/ffmpeg2theora/distinfo
+++ b/multimedia/ffmpeg2theora/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.8 2017/10/22 12:59:33 tron Exp $
+$NetBSD: distinfo,v 1.9 2019/09/26 10:22:51 tron Exp $
SHA1 (ffmpeg2theora-0.30.tar.bz2) = fc7ca91eb9e5e1b920273c0b2a73ae737fa5cd29
RMD160 (ffmpeg2theora-0.30.tar.bz2) = 4f2464d43a14270ed7350e9deafa3ec9608a73fc
SHA512 (ffmpeg2theora-0.30.tar.bz2) = 2c77d2c5e705751928e2bfd86c4fe4c2b7df2ca2ce70f3dfeb0014a3269eef067587eaa045c11b0db86c69176d8f01a43b3ad75544d181c016a89aa50b6518c1
Size (ffmpeg2theora-0.30.tar.bz2) = 91269 bytes
SHA1 (patch-SConstruct) = 3bec58615c8e855b127748bf54a523f215b41303
+SHA1 (patch-src_theorautils.c) = b46d6d2a3ac3ac42ede2c10fd0657379ee5645ea
diff --git a/multimedia/ffmpeg2theora/patches/patch-src_theorautils.c b/multimedia/ffmpeg2theora/patches/patch-src_theorautils.c
new file mode 100644
index 00000000000..3ae4e7113c4
--- /dev/null
+++ b/multimedia/ffmpeg2theora/patches/patch-src_theorautils.c
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_theorautils.c,v 1.1 2019/09/26 10:22:51 tron Exp $
+
+Fix build problem under macOS
+
+--- src/theorautils.c.orig 2016-01-10 04:35:56.000000000 +0000
++++ src/theorautils.c 2019-09-26 11:12:41.000000000 +0100
+@@ -45,6 +45,7 @@
+ #include <assert.h>
+ #include <math.h>
+ #include <limits.h>
++#include <inttypes.h>
+
+ #ifdef WIN32
+ #if !defined(fseeko)