summaryrefslogtreecommitdiff
path: root/multimedia/transcode
AgeCommit message (Collapse)AuthorFilesLines
2005-06-19Add missing RCS Id tags to patch-a[wxy] and patch-b[abcd].hira8-8/+22
2005-06-01Remove mk/autoconf.mk and mk/automake.mk and replace their usage withjlam1-4/+3
USE_TOOLS and any of "autoconf", "autoconf213", "automake" or "automake14". Also, we don't need to call the auto* tools via ${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care to symlink the correct tool to the correct name, so we can just use aclocal, autoconf, etc.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-27PKGREVISION bump for glut dependency removal (SDL/buildlink3.mk).wiz1-2/+2
2005-02-27Bumpd the PKGREVISION for the following packages:veego1-2/+2
emulators/compat13 emulators/compat14 emulators/compat14-crypto emulators/twin lang/blackdown-jdk13 multimedia/transcode because of a broken PLIST_SRC handling introduced in mk/bsd.pkg.mk rev 1.1593 and fixed in rev 1.1596. compat13 was bumped to nb2 so we don't have different package version on different archs (alpha had an nb1 before but all other had no PKGREVISION).
2005-02-27Add back lib/transcode/export_xvid.so to PLIST which was removed in rev 1.2.veego3-6/+9
This file is just an symlink to export_xvid4.so created by the Makefile and not part of an .la File. Move lib/transcode/libxvidcore.so.4 to PLIST.i386, because the link is only created on i386. Bump PKGREVISION. Old HOMEPAGE and MASTER_SITES are no longer valid. Change it to the new pages for transcode 0.6.14, but only two MASTER_SITES have the old file. ToDo: Update to 0.6.14.
2005-02-24Add RMD160 digests.agc1-1/+2
2004-10-19unconditionally include xvidcore/buildlink3.mk, as it DTRT now.grant1-3/+1
2004-10-19xvidcore is i386-only; therefore, don't depend on it if ARCH != i386.sekiya1-1/+5
2004-10-19Don't link libvout and libac3_tc to import/export modules -- these two librariessekiya11-37/+325
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-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
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