summaryrefslogtreecommitdiff
path: root/multimedia/mjpegtools
AgeCommit message (Collapse)AuthorFilesLines
2005-02-24Add RMD160 digests.agc1-1/+2
2005-02-03Use INFO_FILES for registering the mjpeg-howto.info documentation files.reed2-6/+4
And remove from PLIST. This fixes problem when INFO_DIR is using a custom directory such as share/info. Do not bump PKGREVISION, because couldn't package in first place when this problem occurred. This will cause a warning: install-info: warning: no info dir entry in `/usr/pkg/share/info/mjpeg-howto.info' TODO: so add a START-INFO-DIR-ENTRY/END-INFO-DIR-ENTRY pair dir entry.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-3/+4
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.jlam1-19/+1
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-05-07Add RCS tagscjep13-0/+13
2004-04-17Build libmjpegutil as a shared library, which in turn allows transcode tosekiya16-24/+959
use the mjpegutil modules. This commit incorporates changes suggested by wiz@. Bump package revision, as well.
2004-04-11No longer used.snj1-35/+0
2004-04-11Fix broken diff path of patches/patch-ae.taca2-4/+6
2004-04-04let the utils/altivec code work on netbsd (modern netbsd/ppc systemsmrg3-1/+27
seem to have it enabled by default...): - it's spelled <errno.h> NOT <sys/errno.h> - use the same register prefixes as linux does, not macosx.
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-11update to 1.6.2recht3-16/+16
Changes: Since the authors don't provide a proper CHANGES file/release announcement, this is me guess from diffing to last version (1.6.1.93): - aix build fixes - icc support - doc updates - yuvfps tries to find a normalized framerate by default ... and probably the usual: bug-fixes
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-10/+7
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-01Remove incorrect ".so" shared library link entries.tron1-6/+1
2004-02-18bl3ifyjmmv2-10/+37
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+2
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-13s/dependancy/dependency/; s/editting/editing/snj2-3/+3
2004-01-26Fix path to avifile{,-devel}; moved to the multimedia category.jmmv1-2/+2
2004-01-26mjpegtools is now in multimedia; fix categories and paths.jmmv2-4/+4
2004-01-26Move mjpegtools to the multimedia category (coming from graphics).jmmv8-0/+276
This is version 1.6.1.93.