2005-02-27 13:03:09 by Bernd Ernesti | Files touched by this commit (3) |
Log message:
Add back lib/transcode/export_xvid.so to PLIST which was removed in rev 1.2.
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-24 12:24:05 by Alistair G. Crooks | Files touched by this commit (59) |
Log message:
Add RMD160 digests.
|
2004-10-19 12:37:30 by grant beattie | Files touched by this commit (1) |
Log message:
unconditionally include xvidcore/buildlink3.mk, as it DTRT now.
|
2004-10-19 05:11:38 by Christopher SEKIYA | Files touched by this commit (1) |
Log message:
xvidcore is i386-only; therefore, don't depend on it if ARCH != i386.
|
2004-10-19 04:15:05 by Christopher SEKIYA | Files touched by this commit (11) |
Log message:
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-03 02:13:34 by Todd Vierling | Files touched by this commit (908) |
Log message:
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
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-22 10:10:08 by Johnny C. Lam | Files touched by this commit (703) |
Log message:
Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
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-26 20:00:21 by grant beattie | Files touched by this commit (14) |
Log message:
move libmpeg3 to multimedia/
|
2004-06-06 04:28:33 by Christopher SEKIYA | Files touched by this commit (1) |
Log message:
Add the modfps patch file.
|
2004-06-06 04:27:55 by Christopher SEKIYA | Files touched by this commit (1) |
Log message:
modfps assumes that lrint() is available; use a workaround for platforms
that don't implement lrint().
|