head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.10 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.8 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.6 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.4 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.2 pkgsrc-2009Q4-base:1.5 pkgsrc-2009Q2:1.4.0.6 pkgsrc-2009Q2-base:1.4 pkgsrc-2009Q1:1.4.0.4 pkgsrc-2009Q1-base:1.4 pkgsrc-2008Q4:1.4.0.2 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.3.0.14 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.12 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.10 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.8 pkgsrc-2008Q1:1.3.0.6 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.4 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.2 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.2.0.12 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.10 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.8 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.6 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.4 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.2 pkgsrc-2006Q1-base:1.2 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.5 date 2009.07.07.16.38.29; author drochner; state dead; branches; next 1.4; 1.4 date 2008.11.21.17.35.12; author adam; state Exp; branches; next 1.3; 1.3 date 2007.08.09.20.06.36; author drochner; 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.06.06.02.28.33; author sekiya; state Exp; branches; next ; desc @@ 1.5 log @update to 1.1.2 This is a major update, too much to list here. @ text @$NetBSD: patch-av,v 1.4 2008/11/21 17:35:12 adam Exp $ --- tools/Makefile.in.orig 2008-11-15 10:57:34.000000000 +0100 +++ tools/Makefile.in @@@@ -408,7 +408,7 @@@@ tcmodinfo_LDADD = \ $(DLDARWINLIB) \ $(ACLIB_LIBS) \ $(LIBTC_LIBS) \ - -lm + -lm ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS} tcmodinfo_LDFLAGS = -export-dynamic tcmp3cut_SOURCES = tcmp3cut.c @ 1.4 log @Changes 1.0.7: * bump FFmpeg libraries requisite to SVN >= 20080705. Drop old header layout support. Drop static linking support (unsupported from ages). Update user documentation accordingly. * make AVIStreamHeader structure (more) 64 bit safe. * keep up with lastest ffmpeg API changes. PkgSrc: * Fix buildling with newer ImageMagick @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @link "tcmodinfo" against libpthread, so that it can dlopen() plugins which are linked against libpthread bump PKGREVISION @ text @d3 1 a3 1 --- tools/Makefile.in.orig 2007-07-28 22:33:14.000000000 +0200 d5 1 a5 1 @@@@ -510,7 +510,7 @@@@ tcmodinfo_LDADD = \ @ 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-av,v 1.1 2004/06/06 02:28:33 sekiya Exp $ d3 8 a10 5 --- filter/filter_modfps.c.orig 2003-08-19 01:08:57.000000000 +0900 +++ filter/filter_modfps.c 2004-06-02 21:26:24.000000000 +0900 @@@@ -77,6 +77,13 @@@@ #include "framebuffer.h" #include "optstr.h" d12 2 a13 10 +#if !defined(HAVE_LRINTF) +static inline long int lrint(double x) +{ + return (long)(rint(x)); +} +#endif + static int show_results=0; /*------------------------------------------------- @ 1.1 log @Add the modfps patch file. @ text @d1 1 a1 1 $NetBSD$ @