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.0.14
	pkgsrc-2005Q4-base:1.1
	pkgsrc-2005Q3:1.1.0.12
	pkgsrc-2005Q3-base:1.1
	pkgsrc-2005Q2:1.1.0.10
	pkgsrc-2005Q2-base:1.1
	pkgsrc-2005Q1:1.1.0.8
	pkgsrc-2005Q1-base:1.1
	pkgsrc-2004Q4:1.1.0.6
	pkgsrc-2004Q4-base:1.1
	pkgsrc-2004Q3:1.1.0.4
	pkgsrc-2004Q3-base:1.1
	pkgsrc-2004Q2:1.1.0.2
	pkgsrc-2004Q2-base: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.12.16.19.32;	author drochner;	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-at,v 1.3 2006/03/13 21:21:39 joerg Exp $

--- src/counter.c.orig	2006-03-13 19:19:41.000000000 +0000
+++ src/counter.c
@@@@ -30,8 +30,6 @@@@
 static int encoder_progress_flag=0;
 static char encoder_progress_str[ENCODER_PROG_STR_MAX];
 
-extern int errno;
-
 void tc_encoder_progress()
 {
     printf("%s\r", encoder_progress_str);
@


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-at,v 1.1 2004/05/12 16:19:32 drochner Exp $
d3 11
a13 31
--- bbmpeg/Makefile.am.orig	2003-09-15 16:30:20.000000000 +0200
+++ bbmpeg/Makefile.am	2004-05-12 18:38:26.000000000 +0200
@@@@ -3,7 +3,7 @@@@
 AUTOMAKE_OPTIONS = 1.3 foreign
 DEFAULT_INCLUDES = -I$(top_srcdir) -I$(srcdir) -I$(top_builddir) -I. 
 
-noinst_LIBRARIES = libbbmpeg.a
+noinst_LTLIBRARIES = libbbmpeg.la
 
 if HAVE_ASM_NASM
 BB_SRC2 = fdct_mmx.s idct_mmx.s quant_mmx.s motion_mmx.s variance_mmx.s
@@@@ -20,7 +20,7 @@@@
 
 CFLAGS = -funroll-loops -ffast-math @@CFLAGS@@ $(MMX)
 
-libbbmpeg_a_SOURCES = dovideo.c params.c bits.c puthdr.c putpic.c putmpg.c putvlc.c stats.c quantize.c predict.c ratectl.c idct.c motion.c transfrm.c fdctref.c resize.c $(BB_SRC1) $(BB_SRC2) $(BB_SRC3)
+libbbmpeg_la_SOURCES = dovideo.c params.c bits.c puthdr.c putpic.c putmpg.c putvlc.c stats.c quantize.c predict.c ratectl.c idct.c motion.c transfrm.c fdctref.c resize.c $(BB_SRC1) $(BB_SRC2) $(BB_SRC3)
 
 noinst_HEADERS = mtable.h mplex.h mmx.h main.h imgresample.h gmo_read.h encaudio.h consts.h consts1.h common.h bbencode.h 
 
@@@@ -60,7 +60,9 @@@@
 ASM = @@NASM@@
 ASMFLAGS = @@NASMFLAGS@@
 
-%.o: %.s ;	$(ASM) -g $(ASMFLAGS) -o $@@ $<
+STRIP_FPIC = sh $(top_srcdir)/strip_fPIC.sh
+
+%.lo: %.s ;	$(LIBTOOL) --tag=CC --mode=compile $(STRIP_FPIC) $(ASM) $(ASMFLAGS) -o $@@ $<
 
 
 
@


1.1
log
@repair some damages:
-properly libtoolize some libraries to get dynamically loadable modules,
 use a hack from SDL to make libtool work with nasm (thanks wiz for
 the hint)
-run aclocal and autoconf, otherwise the autoconf version skew scews
 things up
 XXX we shouldn't use autoconf et al for the build but commit
 patches to configure and Makefile.in
-make sure we don't get trapped by the X11R6 freetype2 nonsense
@
text
@d1 1
a1 1
$NetBSD$
@

