diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1994-12-17 11:54:27 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1994-12-17 11:54:27 +0000 |
commit | 0d3962f8e29553ff807c681fc1c5b2b0481e88fe (patch) | |
tree | f0cec5b99d3fe1949b7074d2caaee914ba6ae7e0 /graphics/mpeg_play | |
parent | adb459f15cb35dab65de0834195cd1c78d0f944b (diff) | |
download | ports-0d3962f8e29553ff807c681fc1c5b2b0481e88fe.tar.gz ports-0d3962f8e29553ff807c681fc1c5b2b0481e88fe.zip |
mpeg_play version 2.0. NOT 2.0.1, that one requires Motif. :<
Also includes patch to make it work on 15/16 bit displays, it shows
up in all green on my 16-bit display (565) though. Somebody please
check it....
Notes
Notes:
svn path=/head/; revision=586
Diffstat (limited to 'graphics/mpeg_play')
-rw-r--r-- | graphics/mpeg_play/Makefile | 20 | ||||
-rw-r--r-- | graphics/mpeg_play/files/patch-aa | 10 | ||||
-rw-r--r-- | graphics/mpeg_play/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/mpeg_play/pkg-descr | 10 | ||||
-rw-r--r-- | graphics/mpeg_play/pkg-plist | 3 |
5 files changed, 44 insertions, 0 deletions
diff --git a/graphics/mpeg_play/Makefile b/graphics/mpeg_play/Makefile new file mode 100644 index 000000000000..a05cd89ade79 --- /dev/null +++ b/graphics/mpeg_play/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: mpeg_play +# Version required: 2.0 +# Date created: 17 December 1994 +# Whom: asami +# +# $Id:$ +# + +DISTNAME= mpeg_play-2.0 +USE_IMAKE= yes +INSTALL_MANPAGES= yes +MASTER_SITES= ftp://s2k-ftp.cs.berkeley.edu/pub/multimedia/mpeg/ +EXTRACT_SUFX= .tar.Z +NO_WRKSUBDIR= yes + +pre-patch: + cp ${WRKSRC}/Imakefile.proto ${WRKSRC}/Imakefile + cp ${WRKSRC}/mpeg_play.1 ${WRKSRC}/mpeg_play.man + +.include <bsd.port.mk> diff --git a/graphics/mpeg_play/files/patch-aa b/graphics/mpeg_play/files/patch-aa new file mode 100644 index 000000000000..2e218bf7d797 --- /dev/null +++ b/graphics/mpeg_play/files/patch-aa @@ -0,0 +1,10 @@ +--- ./Imakefile.org Fri Dec 16 04:42:04 1994 ++++ ./Imakefile Fri Dec 16 04:50:20 1994 +@@ -1,6 +1,6 @@ + + NDEBUG = /* -DNDEBUG */ +- ANALYSIS = -DANALYSIS ++ ANALYSIS = /* -DANALYSIS */ + SHMEM = -DSH_MEM + EXTRA_DEFINES = $(NDEBUG) $(ANALYSIS) $(SHMEM) + DEPLIBS = $(DEPXLIB) diff --git a/graphics/mpeg_play/pkg-comment b/graphics/mpeg_play/pkg-comment new file mode 100644 index 000000000000..4596f80724ab --- /dev/null +++ b/graphics/mpeg_play/pkg-comment @@ -0,0 +1 @@ +mpeg_play version 2.0, a program to play mpeg movies on X displays diff --git a/graphics/mpeg_play/pkg-descr b/graphics/mpeg_play/pkg-descr new file mode 100644 index 000000000000..aaef4f11d859 --- /dev/null +++ b/graphics/mpeg_play/pkg-descr @@ -0,0 +1,10 @@ +This is mpeg_play 2.0, which will let you view mpeg movies on X window +displays. It is not the latest version (2.0.1) available from the +X11R6 contrib sites, as that one requires Motif. :< + +It also includes a patch I picked up on Usenet that will make it work +on 15/16 bit displays. Just try it with "-dither color". It shows up +in all green on my 16-bit display, though. :< + +- Satoshi +asami@cs.berkeley.edu diff --git a/graphics/mpeg_play/pkg-plist b/graphics/mpeg_play/pkg-plist new file mode 100644 index 000000000000..8939113f18b1 --- /dev/null +++ b/graphics/mpeg_play/pkg-plist @@ -0,0 +1,3 @@ +@cwd /usr/X11R6 +bin/mpeg_play +man/man1/mpeg_play.1.gz |