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:
parent
292e34c318
commit
048b264d7e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3339
23
graphics/mpeg2play/Makefile
Normal file
23
graphics/mpeg2play/Makefile
Normal 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>
|
1
graphics/mpeg2play/distinfo
Normal file
1
graphics/mpeg2play/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (mpeg2play_v1.1b.tar.gz) = aa48c7a8d17db0c8601e7b1a4ef9fc48
|
22
graphics/mpeg2play/files/patch-aa
Normal file
22
graphics/mpeg2play/files/patch-aa
Normal 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
|
1
graphics/mpeg2play/pkg-comment
Normal file
1
graphics/mpeg2play/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A program to play mpeg-2 movies on X displays.
|
2
graphics/mpeg2play/pkg-descr
Normal file
2
graphics/mpeg2play/pkg-descr
Normal 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.
|
1
graphics/mpeg2play/pkg-plist
Normal file
1
graphics/mpeg2play/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/mpeg2play
|
23
multimedia/mpeg2play/Makefile
Normal file
23
multimedia/mpeg2play/Makefile
Normal 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>
|
1
multimedia/mpeg2play/distinfo
Normal file
1
multimedia/mpeg2play/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (mpeg2play_v1.1b.tar.gz) = aa48c7a8d17db0c8601e7b1a4ef9fc48
|
22
multimedia/mpeg2play/files/patch-aa
Normal file
22
multimedia/mpeg2play/files/patch-aa
Normal 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
|
1
multimedia/mpeg2play/pkg-comment
Normal file
1
multimedia/mpeg2play/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A program to play mpeg-2 movies on X displays.
|
2
multimedia/mpeg2play/pkg-descr
Normal file
2
multimedia/mpeg2play/pkg-descr
Normal 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.
|
1
multimedia/mpeg2play/pkg-plist
Normal file
1
multimedia/mpeg2play/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/mpeg2play
|
Loading…
Reference in New Issue
Block a user