head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.10 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.8 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.6 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.4 pkgsrc-2011Q2-base:1.6 pkgsrc-2009Q4:1.6.0.2 pkgsrc-2009Q4-base:1.6 pkgsrc-2009Q2:1.5.0.10 pkgsrc-2009Q2-base:1.5 pkgsrc-2009Q1:1.5.0.8 pkgsrc-2009Q1-base:1.5 pkgsrc-2008Q4:1.5.0.6 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.4 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.2 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.4.0.4 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.2 pkgsrc-2008Q1-base:1.4 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.2.0.10 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.8 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.6 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.4 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.2 pkgsrc-2004Q4-base:1.2 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.6 date 2009.07.07.16.38.29; author drochner; state dead; branches; next 1.5; 1.5 date 2008.08.07.18.43.42; author drochner; state Exp; branches; next 1.4; 1.4 date 2008.02.20.10.20.04; author xtraeme; 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 2004.10.19.02.15.05; author sekiya; 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.6 log @update to 1.1.2 This is a major update, too much to list here. @ text @$NetBSD: patch-ar,v 1.5 2008/08/07 18:43:42 drochner Exp $ --- src/transcode.c.orig 2008-01-05 15:37:15.000000000 +0100 +++ src/transcode.c @@@@ -43,12 +43,8 @@@@ #include "libsupport/getopt.h" #endif -extern int errno; - #include "usage.h" -extern int errno; - // communicating with export modules to allow to set them defaults. #include "probe_export.h" unsigned int probe_export_attributes = 0; @ 1.5 log @update to 1.0.6 changes: does not longer require LZOv1 (this was broken in pkgsrc since archivers/lzo is v2) @ text @d1 1 a1 1 $NetBSD$ @ 1.4 log @Update to 1.0.5: bugfixes and misc speedups. @ text @d1 1 a1 1 $NetBSD: patch-ar,v 1.3 2006/03/13 21:21:39 joerg Exp $ d3 1 a3 1 --- src/transcode.c.orig 2006-03-13 19:17:21.000000000 +0000 d15 3 a17 3 /* imported from libtc #define COL(x) "\033[" #x ";1m" char *RED = COL(31); @ 1.3 log @Add DragonFly support. Fix errno. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Don't link libvout and libac3_tc to import/export modules -- these two libraries are static, so libtool will refuse to create a working module. Instead, link those libraries into the transcode binary itself (libvout was already being so linked) and remove them from the module link arguments. @ text @d1 1 a1 1 $NetBSD: patch-ar,v 1.1 2004/05/10 13:47:08 wiz Exp $ d3 5 a7 4 --- libvo/Makefile.am 2004-03-26 19:17:33.000000000 +0000 +++ libvo/Makefile.am 2004-03-26 19:17:40.000000000 +0000 @@@@ -3,9 +3,9 @@@@ DEFAULT_INCLUDES = -I$(top_srcdir) -I$(srcdir) -I$(top_builddir) -I. d9 3 a11 3 CFLAGS = -Wall -fPIC -DPIC @@CFLAGS@@ -I../libmpeg2 -I$(srcdir)/../libmpeg2 -noinst_LIBRARIES = libvout.a +noinst_LTLIBRARIES = libvout.la d13 5 a17 5 -libvout_a_SOURCES = video_out.c video_out_ppm.c video_out_yuv.c yuv2rgb.c yuv2rgb_mmx.c yuv2rgb_mlib.c cpu_accel.c rgb2yuv.c +libvout_la_SOURCES = video_out.c video_out_ppm.c video_out_yuv.c yuv2rgb.c yuv2rgb_mmx.c yuv2rgb_mlib.c cpu_accel.c rgb2yuv.c noinst_HEADERS = yuv2rgb.h video_out_internal.h video_out.h rgb2yuv.h mmx.h mm_accel.h EXTRA_DIST = COPYING AUTHORS README @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD: patch-ar,v 1.2 2004/03/28 20:09:07 mycroft Exp $ @ 1.1.1.1 log @Reimport graphics/transcode as multimedia/transcode. @ text @@