head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.10 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.8 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.6 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.4 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.2 pkgsrc-2009Q4-base:1.4 pkgsrc-2009Q2:1.3.0.32 pkgsrc-2009Q2-base:1.3 pkgsrc-2009Q1:1.3.0.30 pkgsrc-2009Q1-base:1.3 pkgsrc-2008Q4:1.3.0.28 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.26 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.24 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.22 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.20 pkgsrc-2008Q1:1.3.0.18 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.16 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.14 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.12 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.10 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.8 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.6 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.4 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.2 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.1.1.1.0.14 pkgsrc-2005Q4-base:1.1.1.1 pkgsrc-2005Q3:1.1.1.1.0.12 pkgsrc-2005Q3-base:1.1.1.1 pkgsrc-2005Q2:1.1.1.1.0.10 pkgsrc-2005Q2-base:1.1.1.1 pkgsrc-2005Q1:1.1.1.1.0.8 pkgsrc-2005Q1-base:1.1.1.1 pkgsrc-2004Q4:1.1.1.1.0.6 pkgsrc-2004Q4-base:1.1.1.1 pkgsrc-2004Q3:1.1.1.1.0.4 pkgsrc-2004Q3-base:1.1.1.1 pkgsrc-2004Q2:1.1.1.1.0.2 pkgsrc-2004Q2-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2009.07.07.16.38.29; author drochner; state dead; branches; next 1.3; 1.3 date 2006.03.13.21.21.39; author joerg; state Exp; branches; next 1.2; 1.2 date 2006.01.24.05.33.21; author xtraeme; state dead; branches; next 1.1; 1.1 date 2004.05.10.13.47.08; author wiz; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2004.05.10.13.47.08; author wiz; state Exp; branches; next ; desc @@ 1.4 log @update to 1.1.2 This is a major update, too much to list here. @ text @$NetBSD: patch-ao,v 1.3 2006/03/13 21:21:39 joerg Exp $ --- import/tccat.c.orig 2006-03-13 19:00:13.000000000 +0000 +++ import/tccat.c @@@@ -23,7 +23,7 @@@@ #include "transcode.h" -#include +#include #include "xio.h" #include "ioaux.h" #include "tc.h" @@@@ -36,8 +36,6 @@@@ char buf[MAX_BUF]; int verbose=TC_INFO; -extern int errno; - void import_exit(int code) { if(verbose & TC_DEBUG) import_info(code, EXE); @ 1.3 log @Add DragonFly support. Fix errno. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Welcome to transcode-1.0.2. The list of changes is very very large... please see the NEWS/Changelog file or use the webbrowser, google... Now transcode uses bsd.options.mk for some dependencies: * liba52 (enabled) * freetype2 (enabled) * mjpegtools (enabled) * mpeg3 (enabled) * lzo (disabled) * libxml2 (enabled) * libdv (disabled) * gtk (disabled) * imagemagick (enabled) Enjoy it! I've used this version on my NetBSD/i386 -current and it worked correctly. @ text @d1 1 a1 1 $NetBSD: patch-ao,v 1.1 2004/05/10 13:47:08 wiz Exp $ d3 3 a5 5 --- avilib/Makefile.am 2004-03-26 19:14:20.000000000 +0000 +++ avilib/Makefile.am 2004-03-26 19:14:30.000000000 +0000 @@@@ -3,12 +3,12 @@@@ AUTOMAKE_OPTIONS = 1.3 foreign DEFAULT_INCLUDES = -I$(top_srcdir) -I$(srcdir) -I$(top_builddir) -I. d7 1 a7 2 -noinst_LIBRARIES = libavi.a +noinst_LTLIBRARIES = libavi.la d9 6 a14 1 INCLUDES = -I./ d16 1 a16 5 CFLAGS=-funroll-loops -ffast-math -DLINUX -Wall @@CFLAGS@@ -libavi_a_SOURCES = avilib.c avidump.c avimisc.c +libavi_la_SOURCES = avilib.c avidump.c avimisc.c EXTRA_DIST = avilib.h README.avilib os.h d18 5 @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD: patch-ao,v 1.2 2004/03/28 20:09:07 mycroft Exp $ @ 1.1.1.1 log @Reimport graphics/transcode as multimedia/transcode. @ text @@