head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.48 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.46 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.44 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.42 pkgsrc-2011Q2-base:1.6 pkgsrc-2009Q4:1.6.0.40 pkgsrc-2009Q4-base:1.6 pkgsrc-2008Q4:1.6.0.38 pkgsrc-2008Q4-base:1.6 pkgsrc-2008Q3:1.6.0.36 pkgsrc-2008Q3-base:1.6 cube-native-xorg:1.6.0.34 cube-native-xorg-base:1.6 pkgsrc-2008Q2:1.6.0.32 pkgsrc-2008Q2-base:1.6 pkgsrc-2008Q1:1.6.0.30 pkgsrc-2008Q1-base:1.6 pkgsrc-2007Q4:1.6.0.28 pkgsrc-2007Q4-base:1.6 pkgsrc-2007Q3:1.6.0.26 pkgsrc-2007Q3-base:1.6 pkgsrc-2007Q2:1.6.0.24 pkgsrc-2007Q2-base:1.6 pkgsrc-2007Q1:1.6.0.22 pkgsrc-2007Q1-base:1.6 pkgsrc-2006Q4:1.6.0.20 pkgsrc-2006Q4-base:1.6 pkgsrc-2006Q3:1.6.0.18 pkgsrc-2006Q3-base:1.6 pkgsrc-2006Q2:1.6.0.16 pkgsrc-2006Q2-base:1.6 pkgsrc-2006Q1:1.6.0.14 pkgsrc-2006Q1-base:1.6 pkgsrc-2005Q4:1.6.0.12 pkgsrc-2005Q4-base:1.6 pkgsrc-2005Q3:1.6.0.10 pkgsrc-2005Q3-base:1.6 pkgsrc-2005Q2:1.6.0.8 pkgsrc-2005Q2-base:1.6 pkgsrc-2005Q1:1.6.0.6 pkgsrc-2005Q1-base:1.6 pkgsrc-2004Q4:1.6.0.4 pkgsrc-2004Q4-base:1.6 pkgsrc-2004Q3:1.6.0.2 pkgsrc-2004Q3-base:1.6 pkgsrc-2004Q2:1.5.0.6 pkgsrc-2004Q2-base:1.5 pkgsrc-2004Q1:1.5.0.4 pkgsrc-2004Q1-base:1.5 pkgsrc-2003Q4:1.5.0.2 pkgsrc-2003Q4-base:1.5 netbsd-1-6-1:1.4.0.6 netbsd-1-6-1-base:1.4 netbsd-1-6:1.4.0.8 netbsd-1-6-RELEASE-base:1.4 pkgviews:1.4.0.4 pkgviews-base:1.4 buildlink2:1.4.0.2 buildlink2-base:1.4 netbsd-1-5-PATCH003:1.4 netbsd-1-5-PATCH001:1.3 netbsd-1-5-RELEASE:1.3 netbsd-1-4-PATCH003:1.3 netbsd-1-4-PATCH002:1.3 comdex-fall-1999:1.3 netbsd-1-4-PATCH001:1.3 netbsd-1-4-RELEASE:1.3 netbsd-1-3-PATCH003:1.3; locks; strict; comment @# @; 1.6 date 2004.06.26.18.27.23; author grant; state dead; branches; next 1.5; 1.5 date 2003.10.04.15.54.39; author danw; state Exp; branches; next 1.4; 1.4 date 2001.08.02.13.28.45; author jlam; state Exp; branches; next 1.3; 1.3 date 98.08.07.10.40.48; author agc; state Exp; branches; next 1.2; 1.2 date 98.06.26.23.19.04; author tron; state Exp; branches; next 1.1; 1.1 date 98.06.26.23.05.23; author tron; state Exp; branches; next ; desc @@ 1.6 log @move mpeg-lib to multimedia/ @ text @$NetBSD: patch-aa,v 1.5 2003/10/04 15:54:39 danw Exp $ --- wrapper.c.orig Sun Aug 8 20:22:14 1999 +++ wrapper.c Mon Sep 15 22:50:34 2003 @@@@ -44,7 +44,6 @@@@ ---------------------------------------------------------------------------- */ #include -#include #include #include #include @@@@ -55,6 +54,9 @@@@ #include "globals.h" #include "my_dmalloc.h" +#include +#include + #define BUF_LENGTH 80000 @@@@ -341,7 +343,7 @@@@ @@CREATED : 94/6/17, Greg Ward. @@MODIFIED : 95/3/18, GW: added MPEG_CMAP_INDEX option. ---------------------------------------------------------------------------- */ -void SetMPEGOption (MPEGOptionEnum Option, int Value) +void SetMPEGOption (MPEGOptionEnum Option, long Value) { switch (Option) { @ 1.5 log @Remove malloc.h includes and use stdlib.h everywhere. (Fixes Darwin build) @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.4 2001/08/02 13:28:45 jlam Exp $ @ 1.4 log @Update mpeg-lib to 1.3.1. The only relevant changes from version 1.2.1 are "some small, but glaring, bug fixes". Also add a HOMEPAGE to the package. Most of the changes to the files in the patches directory are just fuzz- or offset-related. Change the name of the installed library from libmpeg to libmpeg_lib to avoid conflicting with audio/kdemultimedia2 (pkg/13589 by Matthias Scheler ). @ text @d1 1 a1 1 $NetBSD$ d4 10 a13 2 +++ wrapper.c @@@@ -55,6 +55,11 @@@@ a16 1 +#ifdef __NetBSD__ a18 1 +#endif d23 1 a23 1 @@@@ -341,7 +346,7 @@@@ @ 1.3 log @Add NetBSD RCS Ids. @ text @d3 5 a7 3 --- wrapper.c.orig Tue Oct 10 14:08:39 1995 +++ wrapper.c Sat Jun 20 00:48:55 1998 @@@@ -54,2 +54,7 @@@@ d15 5 a19 1 @@@@ -327,3 +332,3 @@@@ d24 2 @ 1.2 log @Make "mpeg_lib" 64Bit clean. Patches supplied by Tim Rightnour in PR pkg/5629. @ text @d1 2 @ 1.1 log @Get "mpeg_lib" to compile with "-Werror". Patches supplied by Tim Rightnour in PR pkg/5629. @ text @d1 3 a3 5 --- wrapper.c.orig Tue Oct 10 22:08:39 1995 +++ wrapper.c Sat Jun 27 00:58:27 1998 @@@@ -52,6 +52,11 @@@@ #include "dither.h" #include "globals.h" d11 5 a15 2 @