pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/multimedia/ffmpeg2theora
Module Name: pkgsrc
Committed By: tron
Date: Thu Sep 26 10:22:51 UTC 2019
Modified Files:
pkgsrc/multimedia/ffmpeg2theora: distinfo
Added Files:
pkgsrc/multimedia/ffmpeg2theora/patches: patch-src_theorautils.c
Log Message:
ffmpeg2theora: Fix build problem under macOS
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/multimedia/ffmpeg2theora/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/multimedia/ffmpeg2theora/patches/patch-src_theorautils.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/multimedia/ffmpeg2theora/distinfo
diff -u pkgsrc/multimedia/ffmpeg2theora/distinfo:1.8 pkgsrc/multimedia/ffmpeg2theora/distinfo:1.9
--- pkgsrc/multimedia/ffmpeg2theora/distinfo:1.8 Sun Oct 22 12:59:33 2017
+++ pkgsrc/multimedia/ffmpeg2theora/distinfo Thu Sep 26 10:22:51 2019
@@ -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
Added files:
Index: pkgsrc/multimedia/ffmpeg2theora/patches/patch-src_theorautils.c
diff -u /dev/null pkgsrc/multimedia/ffmpeg2theora/patches/patch-src_theorautils.c:1.1
--- /dev/null Thu Sep 26 10:22:51 2019
+++ pkgsrc/multimedia/ffmpeg2theora/patches/patch-src_theorautils.c Thu Sep 26 10:22:51 2019
@@ -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