summaryrefslogtreecommitdiff
path: root/multimedia/transcode
AgeCommit message (Collapse)AuthorFilesLines
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam2-125/+2
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-06-26move libmpeg3 to multimedia/grant1-2/+2
2004-06-06Add the modfps patch file.sekiya1-0/+18
2004-06-06modfps assumes that lrint() is available; use a workaround for platformssekiya1-1/+2
that don't implement lrint().
2004-05-12repair some damages:drochner6-8/+96
-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.wiz19-0/+804