pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/vice Use inttypes.h for defines used by ffmp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/82e6f082898a
branches:  trunk
changeset: 520255:82e6f082898a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Oct 17 23:55:41 2006 +0000

description:
Use inttypes.h for defines used by ffmpeg-option.
Fixes build on amd64 (the replacements are wrong).

diffstat:

 emulators/vice/distinfo         |   3 ++-
 emulators/vice/patches/patch-aj |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r 3dc52893900a -r 82e6f082898a emulators/vice/distinfo
--- a/emulators/vice/distinfo   Tue Oct 17 23:44:59 2006 +0000
+++ b/emulators/vice/distinfo   Tue Oct 17 23:55:41 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.27 2006/10/16 22:09:39 wiz Exp $
+$NetBSD: distinfo,v 1.28 2006/10/17 23:55:41 wiz Exp $
 
 SHA1 (vice-1.19.tar.gz) = 8620d891fa9de29eb21e334f3c7c8254e89e80a9
 RMD160 (vice-1.19.tar.gz) = d0a62750c30e3cf8645117a8e8536a8061c260ea
@@ -15,3 +15,4 @@
 SHA1 (patch-ag) = ed6702ccb8d2c3193daf5ccae3e023c09f856e33
 SHA1 (patch-ah) = 3f92ef4e5f64b254c3d52f9bbd9921dd25ee0aeb
 SHA1 (patch-ai) = b05efe271c893f375a5396b358bdc78a96cd3e16
+SHA1 (patch-aj) = 664e546b83ffc7e7ed5c40eb6b8af6a01a908013
diff -r 3dc52893900a -r 82e6f082898a emulators/vice/patches/patch-aj
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/vice/patches/patch-aj   Tue Oct 17 23:55:41 2006 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aj,v 1.3 2006/10/17 23:55:41 wiz Exp $
+
+--- src/gfxoutputdrv/ffmpeg/common.h.orig      2005-03-12 22:15:18.000000000 +0000
++++ src/gfxoutputdrv/ffmpeg/common.h
+@@ -93,7 +93,6 @@ extern const struct AVOption avoptions_w
+ #endif
+ #endif
+ 
+-#define EMULATE_INTTYPES
+ #ifndef EMULATE_INTTYPES
+ #   include <inttypes.h>
+ #else



Home | Main Index | Thread Index | Old Index