mpeg2vidcodec stable port information

Package: mpeg2vidcodec
Version: 1.2
Revision: 2
Description: The mpeg2encode and mpeg2decode programs
License: Restrictive
Homepage: http://www.mpeg.org/MPEG/MSSG/
Maintainer: Blair Zajac

# Unpack Phase.
CustomMirror: <<
asi-ID: http://www.stttelkom.ac.id/staf/TBH/distfiles
asi-JP: http://crypto.riken.go.jp/pub/graphics/ImageMagick/delegates
asi-JP: http://ring.u-toyama.ac.jp/archives/graphics/ImageMagick/delegates
nam-US: http://ftp.fifi.org/ImageMagick/delegates
nam-US: http://ftp.netbsd.org/pub/pkgsrc/distfiles
nam-US: http://opendx.sdsc.edu/libs
nam-US: http://www.imagemagick.org/download/delegates
eur-CZ: http://parker.vslib.cz/MultiMedia/Video-TV/mpeg/SSG
eur-DE: http://ftp.uni-koeln.de/graph
eur-UA: http://ftp2.ua.freebsd.org/pub/FreeBSD/distfiles
<<
Source: mirror:custom:mpeg2vidcodec_v12.tar.gz
Source-MD5: 4a66565979be0818bd8a41d948943451
SourceDirectory: mpeg2

# Compile Phase.
CompileScript: make

# Install Phase.
InstallScript: <<
install -d -m 755 %i/bin
install -c -m 755 src/mpeg2dec/mpeg2decode %i/bin
install -c -m 755 src/mpeg2enc/mpeg2encode %i/bin
<<
DocFiles: doc/* README

# Documentation.
DescDetail: <<
This directory contains our implementation of an ISO/IEC DIS 13818-2
codec. It converts uncompressed video frames into MPEG-1 and MPEG-2
video coded bitstream sequences, and vice versa.

The files mpeg2enc.doc and mpeg2dec.doc in the doc/ directory contain
further information about the codec. The directory verify/ contains
a small set of verification pictures, a small bitstream, and Unix
shell script to automatically test the output of the encoder and decoder.

Subdirectories src/mpeg2enc and src/mpeg2dec contain the source code
for the encoder and decoder, subdirectory par/ contains a couple of
example encoder parameter files for 25 and 30 frames/sec MPEG-2 and
MPEG-1 video.
<<