pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/ffmpeg2theora ffmpeg2theora: Fix build prob...
details: https://anonhg.NetBSD.org/pkgsrc/rev/dd08d0ee1107
branches: trunk
changeset: 401790:dd08d0ee1107
user: tron <tron%pkgsrc.org@localhost>
date: Thu Sep 26 10:22:51 2019 +0000
description:
ffmpeg2theora: Fix build problem under macOS
diffstat:
multimedia/ffmpeg2theora/distinfo | 3 ++-
multimedia/ffmpeg2theora/patches/patch-src_theorautils.c | 14 ++++++++++++++
2 files changed, 16 insertions(+), 1 deletions(-)
diffs (31 lines):
diff -r 2aac14062aa2 -r dd08d0ee1107 multimedia/ffmpeg2theora/distinfo
--- a/multimedia/ffmpeg2theora/distinfo Thu Sep 26 10:16:41 2019 +0000
+++ b/multimedia/ffmpeg2theora/distinfo Thu Sep 26 10:22:51 2019 +0000
@@ -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 -r 2aac14062aa2 -r dd08d0ee1107 multimedia/ffmpeg2theora/patches/patch-src_theorautils.c
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/ffmpeg2theora/patches/patch-src_theorautils.c Thu Sep 26 10:22:51 2019 +0000
@@ -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)
Home |
Main Index |
Thread Index |
Old Index