summaryrefslogtreecommitdiff
path: root/multimedia/transcode/patches
AgeCommit message (Collapse)AuthorFilesLines
2009-07-07update to 1.1.2drochner12-191/+25
This is a major update, too much to list here.
2008-11-21Changes 1.0.7:adam4-24/+46
* 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
2008-09-15Remove patch which changed configure test forabs2-19/+14
#include <libpostproc/postprocess.h> to #include <postprocess.h> As is no longer needed (and breaks configure) with latest ffmpeg, and instead patch filter_pp.c to include "libpostproc/postprocess.h" instead of "postprocess.h" Bump PKGREVISION
2008-08-26fix build w/o lzodrochner1-0/+30
2008-08-07update to 1.0.6drochner2-4/+39
changes: does not longer require LZOv1 (this was broken in pkgsrc since archivers/lzo is v2)
2008-02-20Update to 1.0.5: bugfixes and misc speedups.xtraeme12-153/+0
2007-08-09link "tcmodinfo" against libpthread, so that it can dlopen() pluginsdrochner1-0/+13
which are linked against libpthread bump PKGREVISION
2006-03-13Add DragonFly support. Fix errno.joerg19-0/+260
2006-01-24Add missing patches missed in previous.xtraeme2-0/+25
2006-01-24Welcome to transcode-1.0.2.xtraeme25-773/+0
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.
2005-10-10Add DragonFly support. patch-bf replaces a malloc prototype with anjoerg5-6/+50
include of stdlib.h.
2005-06-19Add missing RCS Id tags to patch-a[wxy] and patch-b[abcd].hira7-0/+14
2004-10-19Don't link libvout and libac3_tc to import/export modules -- these two librariessekiya9-32/+315
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.
2004-06-06Add the modfps patch file.sekiya1-0/+18
2004-05-12repair some damages:drochner2-0/+64
-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
2004-05-10Reimport graphics/transcode as multimedia/transcode.wiz15-0/+350