head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.48 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.46 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.44 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.42 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.40 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.38 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.36 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.34 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.32 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.30 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.28 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.26 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.24 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.22 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.20 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.18 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.16 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.14 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.12 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.10 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.5.0.8 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.5.0.6 pkgsrc-2005Q1-base:1.5 pkgsrc-2004Q4:1.5.0.4 pkgsrc-2004Q4-base:1.5 pkgsrc-2004Q3:1.5.0.2 pkgsrc-2004Q3-base:1.5 pkgsrc-2004Q2:1.4.0.6 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.4 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.4.0.2 pkgsrc-2003Q4-base:1.4 netbsd-1-6-1:1.3.0.6 netbsd-1-6-1-base:1.3 netbsd-1-6:1.3.0.8 netbsd-1-6-RELEASE-base:1.3 pkgviews:1.3.0.4 pkgviews-base:1.3 buildlink2:1.3.0.2 buildlink2-base:1.3 netbsd-1-5-PATCH003:1.3 netbsd-1-5-PATCH001:1.2 netbsd-1-5-RELEASE:1.2 netbsd-1-4-PATCH003:1.2 netbsd-1-4-PATCH002:1.2 comdex-fall-1999:1.2 netbsd-1-4-PATCH001:1.2 netbsd-1-4-RELEASE:1.2 netbsd-1-3-PATCH003:1.2; locks; strict; comment @# @; 1.5 date 2004.06.26.18.27.23; author grant; state dead; branches; next 1.4; 1.4 date 2003.10.04.15.54.39; author danw; state Exp; branches; next 1.3; 1.3 date 2001.08.02.13.28.46; author jlam; state Exp; branches; next 1.2; 1.2 date 98.08.07.10.40.48; author agc; state Exp; branches; next 1.1; 1.1 date 98.06.26.23.05.23; author tron; state Exp; branches; next ; desc @@ 1.5 log @move mpeg-lib to multimedia/ @ text @$NetBSD: patch-ad,v 1.4 2003/10/04 15:54:39 danw Exp $ --- gdith.c.orig Sat Jul 24 00:04:42 1999 +++ gdith.c Mon Sep 15 22:49:55 2003 @@@@ -21,8 +21,8 @@@@ #include -#include #include +#include #include "mpeg.h" #include "dither.h" #include "video.h" @ 1.4 log @Remove malloc.h includes and use stdlib.h everywhere. (Fixes Darwin build) @ text @d1 1 a1 1 $NetBSD: patch-ad,v 1.3 2001/08/02 13:28:46 jlam Exp $ @ 1.3 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 4 a7 2 +++ gdith.c @@@@ -23,6 +23,9 @@@@ d9 1 a9 1 #include a10 1 +#ifdef __NetBSD__ a11 1 +#endif @ 1.2 log @Add NetBSD RCS Ids. @ text @d3 6 a8 4 --- gdith.c.orig Mon Sep 25 10:22:06 1995 +++ gdith.c Sat Jun 20 00:33:27 1998 @@@@ -25,2 +25,5 @@@@ #include "globals.h" /* for global variable ditherType */ d12 3 a14 1 @ 1.1 log @Get "mpeg_lib" to compile with "-Werror". Patches supplied by Tim Rightnour in PR pkg/5629. @ text @d1 2 @