diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-07-10 05:38:41 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-07-10 05:38:41 +0000 |
commit | 048b264d7e23b7455fa1daf25585ca272db44cf0 (patch) | |
tree | c6e1b9e626a0a66b4b67df0b7931aa1746cc4a06 /multimedia/mpeg2play | |
parent | 292e34c318757b751820e6ec9f315272f943588c (diff) | |
download | ports-048b264d7e23b7455fa1daf25585ca272db44cf0.tar.gz ports-048b264d7e23b7455fa1daf25585ca272db44cf0.zip |
Notes
Diffstat (limited to 'multimedia/mpeg2play')
-rw-r--r-- | multimedia/mpeg2play/Makefile | 23 | ||||
-rw-r--r-- | multimedia/mpeg2play/distinfo | 1 | ||||
-rw-r--r-- | multimedia/mpeg2play/files/patch-aa | 22 | ||||
-rw-r--r-- | multimedia/mpeg2play/pkg-comment | 1 | ||||
-rw-r--r-- | multimedia/mpeg2play/pkg-descr | 2 | ||||
-rw-r--r-- | multimedia/mpeg2play/pkg-plist | 1 |
6 files changed, 50 insertions, 0 deletions
diff --git a/multimedia/mpeg2play/Makefile b/multimedia/mpeg2play/Makefile new file mode 100644 index 000000000000..55504a2be18d --- /dev/null +++ b/multimedia/mpeg2play/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: mpeg2play +# Version required: 1.1b +# Date created: June 21, 1996 +# Whom: "Philippe Charnier" <charnier@lirmm.fr> +# +# $Id$ +# + +DISTNAME= mpeg2play-1.1b +CATEGORIES+= graphics +MASTER_SITES= ftp://ftp.netcom.com/pub/cf/cfogg/mpeg2/ +DISTFILES= mpeg2play_v1.1b.tar.gz + +MAINTAINER= charnier@lirmm.fr + +USE_X11= yes +WRKSRC= ${WRKDIR}/mpeg2play + +do-install: + ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + ${WRKSRC}/mpeg2play ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/multimedia/mpeg2play/distinfo b/multimedia/mpeg2play/distinfo new file mode 100644 index 000000000000..6586ec27bfc6 --- /dev/null +++ b/multimedia/mpeg2play/distinfo @@ -0,0 +1 @@ +MD5 (mpeg2play_v1.1b.tar.gz) = aa48c7a8d17db0c8601e7b1a4ef9fc48 diff --git a/multimedia/mpeg2play/files/patch-aa b/multimedia/mpeg2play/files/patch-aa new file mode 100644 index 000000000000..e554f46db990 --- /dev/null +++ b/multimedia/mpeg2play/files/patch-aa @@ -0,0 +1,22 @@ +--- Makefile 1996/06/18 18:52:34 1.1 ++++ Makefile 1996/06/18 20:40:21 +@@ -44,8 +44,8 @@ + # set INCLUDEDIR to -I followed by the appropriate include file path and + # set LIBRARYDIR to -L followed by the appropriate library path and + +-#INCLUDEDIR = -I/usr/include +-#LIBRARYDIR = -L/usr/lib ++INCLUDEDIR = -I${X11BASE}/include ++LIBRARYDIR = -L${X11BASE}/lib + + # select one of the following CC CFLAGS settings + +@@ -53,7 +53,7 @@ + # GNU gcc + # + CC = gcc +-CFLAGS = -O2 $(USE_DISP) $(USE_SHMEM) $(USE_TIME) $(INCLUDEDIR) ++CFLAGS = -O2 -m486 $(USE_DISP) $(USE_SHMEM) $(USE_TIME) $(INCLUDEDIR) + + # + # SPARCworks acc diff --git a/multimedia/mpeg2play/pkg-comment b/multimedia/mpeg2play/pkg-comment new file mode 100644 index 000000000000..2e50799258cc --- /dev/null +++ b/multimedia/mpeg2play/pkg-comment @@ -0,0 +1 @@ +A program to play mpeg-2 movies on X displays. diff --git a/multimedia/mpeg2play/pkg-descr b/multimedia/mpeg2play/pkg-descr new file mode 100644 index 000000000000..c3fb1c5ac2be --- /dev/null +++ b/multimedia/mpeg2play/pkg-descr @@ -0,0 +1,2 @@ +mpeg2play is a player for MPEG-1 and MPEG-2 video bitstreams. It is based on +mpeg2decode by the MPEG Software Simulation Group. diff --git a/multimedia/mpeg2play/pkg-plist b/multimedia/mpeg2play/pkg-plist new file mode 100644 index 000000000000..b9519e7d2184 --- /dev/null +++ b/multimedia/mpeg2play/pkg-plist @@ -0,0 +1 @@ +bin/mpeg2play |