Commit graph

15 commits

Author SHA1 Message Date
abs
2356f34767 Remove patch which changed configure test for
#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-09-15 12:46:44 +00:00
drochner
ffc49a9895 fix build w/o lzo 2008-08-26 13:21:59 +00:00
drochner
8338c3ebae update to 1.0.6
changes: does not longer require LZOv1 (this was broken in pkgsrc since
archivers/lzo is v2)
2008-08-07 18:43:42 +00:00
xtraeme
dac9a5476a Update to 1.0.5: bugfixes and misc speedups. 2008-02-20 10:20:04 +00:00
drochner
37ac78fcfb link "tcmodinfo" against libpthread, so that it can dlopen() plugins
which are linked against libpthread
bump PKGREVISION
2007-08-09 20:06:35 +00:00
xtraeme
db30afd1cf Update to 1.0.3: bugfixes. 2007-04-17 18:51:45 +00:00
joerg
d7a0589c6c Add DragonFly support. Fix errno. 2006-03-13 21:21:39 +00:00
xtraeme
2b64a03eb0 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.
2006-01-24 05:33:21 +00:00
joerg
fe6df6a9ab Add DragonFly support. patch-bf replaces a malloc prototype with an
include of stdlib.h.
2005-10-10 21:23:24 +00:00
hira
6b0de17440 Add missing RCS Id tags to patch-a[wxy] and patch-b[abcd]. 2005-06-19 10:39:23 +00:00
agc
5ae9517d74 Add RMD160 digests. 2005-02-24 11:24:01 +00:00
sekiya
b3b4b88c40 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.
2004-10-19 02:15:05 +00:00
sekiya
8704c13fbd modfps assumes that lrint() is available; use a workaround for platforms
that don't implement lrint().
2004-06-06 02:27:55 +00:00
drochner
5276fee313 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
2004-05-12 16:19:32 +00:00
wiz
2d755633d2 Reimport graphics/transcode as multimedia/transcode. 2004-05-10 13:47:07 +00:00