diff options
author | dillo <dillo> | 2007-11-19 09:48:43 +0000 |
---|---|---|
committer | dillo <dillo> | 2007-11-19 09:48:43 +0000 |
commit | e7abf2e2cbb13dc47d1273d3ab1fa6485f2ad9de (patch) | |
tree | ce2d17de16799720d2ccee315d8c9ea9d33307b6 /multimedia | |
parent | 3a42e7baa635df94f77772ade27c28979583b56b (diff) | |
download | pkgsrc-e7abf2e2cbb13dc47d1273d3ab1fa6485f2ad9de.tar.gz |
Add define of new type to mpeg4ip.h replacement.
Bump revision, since depending packages failed to compile.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libmp4v2/Makefile | 3 | ||||
-rw-r--r-- | multimedia/libmp4v2/distinfo | 4 | ||||
-rw-r--r-- | multimedia/libmp4v2/patches/patch-al | 9 |
3 files changed, 11 insertions, 5 deletions
diff --git a/multimedia/libmp4v2/Makefile b/multimedia/libmp4v2/Makefile index c202d4e0e81..b827bb19b5b 100644 --- a/multimedia/libmp4v2/Makefile +++ b/multimedia/libmp4v2/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2007/11/14 18:44:45 drochner Exp $ +# $NetBSD: Makefile,v 1.5 2007/11/19 09:48:43 dillo Exp $ DISTNAME= mpeg4ip-1.6.1 PKGNAME= libmp4v2-1.6.1 +PKGREVISION= 1 CATEGORIES= multimedia # distfile at sf is corrupt #MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mpeg4ip/} diff --git a/multimedia/libmp4v2/distinfo b/multimedia/libmp4v2/distinfo index 985ee2ea555..6c4f26aa054 100644 --- a/multimedia/libmp4v2/distinfo +++ b/multimedia/libmp4v2/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2007/11/14 18:44:46 drochner Exp $ +$NetBSD: distinfo,v 1.5 2007/11/19 09:48:43 dillo Exp $ SHA1 (mpeg4ip-1.6.1.tar.gz) = 2af97fc0da6a5c0bcb7b433c6715967487b80e38 RMD160 (mpeg4ip-1.6.1.tar.gz) = ee8375d9581cccbbf685f730bb36f3866eaf12f7 @@ -14,4 +14,4 @@ SHA1 (patch-ah) = b5db1d879cf790c2b9c7e9132b14e1fc59e9cb4d SHA1 (patch-ai) = 8815f81cc09bb36944bf33691aaf9060b545c76e SHA1 (patch-aj) = f0aeab4c17bb8a737a9ae3d4385c9f2989540ea7 SHA1 (patch-ak) = 36da5d4d2824cc8b3ac62e10924058dd651cb2a7 -SHA1 (patch-al) = 1da66c9d6fe5998aa0bdd16247fbc11769a2a724 +SHA1 (patch-al) = f8fe797faf58d3819166c8e06c92d7f2ecf66d07 diff --git a/multimedia/libmp4v2/patches/patch-al b/multimedia/libmp4v2/patches/patch-al index 6107a35cccb..6242a67a635 100644 --- a/multimedia/libmp4v2/patches/patch-al +++ b/multimedia/libmp4v2/patches/patch-al @@ -1,8 +1,8 @@ -$NetBSD: patch-al,v 1.3 2007/11/14 18:44:46 drochner Exp $ +$NetBSD: patch-al,v 1.4 2007/11/19 09:48:43 dillo Exp $ --- lib/mp4v2/mp4.h.orig 2007-09-28 22:45:11.000000000 +0200 +++ lib/mp4v2/mp4.h -@@ -31,8 +31,17 @@ +@@ -31,8 +31,22 @@ #ifndef __MP4_INCLUDED__ #define __MP4_INCLUDED__ @@ -15,6 +15,11 @@ $NetBSD: patch-al,v 1.3 2007/11/14 18:44:46 drochner Exp $ +#include <stdio.h> +#include <stdbool.h> +#include <stdint.h> ++ ++typedef void (*lib_message_func_t)(int loglevel, ++ const char *lib, ++ const char *fmt, ++ ...); +#endif + #include <math.h> /* to define float HUGE_VAL and/or NAN */ |