1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

An mpeg2 movie player.

Submitted by:	"Philippe Charnier" <charnier@lirmm.fr>
This commit is contained in:
Satoshi Asami 1996-07-10 05:38:41 +00:00
parent 292e34c318
commit 048b264d7e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3339
12 changed files with 100 additions and 0 deletions

View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (mpeg2play_v1.1b.tar.gz) = aa48c7a8d17db0c8601e7b1a4ef9fc48

View File

@ -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

View File

@ -0,0 +1 @@
A program to play mpeg-2 movies on X displays.

View File

@ -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.

View File

@ -0,0 +1 @@
bin/mpeg2play

View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (mpeg2play_v1.1b.tar.gz) = aa48c7a8d17db0c8601e7b1a4ef9fc48

View File

@ -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

View File

@ -0,0 +1 @@
A program to play mpeg-2 movies on X displays.

View File

@ -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.

View File

@ -0,0 +1 @@
bin/mpeg2play