Commit graph

10 commits

Author SHA1 Message Date
jlam
739ade02f5 List the info pages directly in the PLIST and ensure that we honor
PKGINFODIR.
2006-03-31 23:56:28 +00:00
xtraeme
b0712984e6 * Add missing files now that mplex has been re-added.
* Add a patch that should fix the build on amd64.
* Fixed pkglint warnings.

Bump PKGREVISION.
2006-01-30 08:44:25 +00:00
ben
e97be5bf55 Include mplex in the mjpegtools package, and bump PKGREVISION.
Remove mplex as a standalone package, to reduce maintenance.
2006-01-29 04:25:58 +00:00
xtraeme
f32c8b7dc2 Update mjpegtools/mplex to 1.8.0.
Some changes:

* Modularised input handling for MPEG compression tools.
* movtar read/write support
* MJPEG playback in software, and experimental MJPEG hardware
   overlay playback (see mjpeg/)
* mpeg2enc _much_ improved!
2006-01-25 08:09:12 +00:00
reed
252452d843 Use INFO_FILES for registering the mjpeg-howto.info documentation files.
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.
2005-02-03 23:04:40 +00:00
jlam
1a280185e1 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-09-22 08:09:14 +00:00
sekiya
757fee7ad7 Build libmjpegutil as a shared library, which in turn allows transcode to
use the mjpegutil modules.  This commit incorporates changes suggested by wiz@.

Bump package revision, as well.
2004-04-17 05:50:50 +00:00
recht
b3f4a09a71 update to 1.6.2
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-11 13:17:03 +00:00
tron
314f29e153 Remove incorrect ".so" shared library link entries. 2004-03-01 21:35:15 +00:00
jmmv
8cdcaee362 Move mjpegtools to the multimedia category (coming from graphics).
This is version 1.6.1.93.
2004-01-26 12:44:05 +00:00