The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD multimedia : mpeg_play

A program to play mpeg movies on X displays

 This is mpeg_play, which will let you view mpeg movies on X window
displays.

- Satoshi
asami@cs.berkeley.edu
 

http://www.bsd-geek.de/FreeBSD/distfiles/



mpeg_play history


v. 1.25
date: 2007/07/12 18:51:58;  author: lme;  state: Exp;  lines: +1 -1
Change e-mail address of my ports to my FreeBSD.org one.

Approved by:	miwi (mentor)

v. 1.24 date: 2007/05/19 20:17:49; author: flz; state: Exp; lines: +1 -0 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.23 date: 2006/11/01 15:17:31; author: jmelo; state: Exp; lines: +4 -3 - Add mastersite. - Pass maintainership PR: ports/104105 Submitted by: Lars Engels
v. 1.22 date: 2004/03/17 12:54:33; author: kris; state: Exp; lines: +7 -1 BROKEN on ia64: Does not compile
v. 1.21 date: 2004/02/05 20:37:37; author: trevor; state: Exp; lines: +1 -0 Use PLIST_FILES. Reviewed by: marcus
v. 1.20 date: 2003/04/04 01:38:38; author: lioux; state: Exp; lines: +1 -1 After repo copy from graphics category to newly create multimedia one, update all appropriate references: *_DEPENDS, CATEGORIES Repo copied by: cvs (joe) Approved by: portmgr (self & no objections)
v. 1.19 date: 2003/02/20 18:08:07; author: knu; state: Exp; lines: +1 -0 de-pkg-comment
v. 1.18 date: 2002/11/10 16:46:30; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.17 date: 2002/11/06 22:45:28; author: adamw; state: Exp; lines: +3 -1 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.16 date: 2000/04/14 10:46:43; author: asami; state: Exp; lines: +3 -3 Convert to PORTNAME/PORTVERSION. lfview had an invalid version string so I fixed it.
v. 1.15 date: 1999/08/31 06:45:02; author: mharo; state: Exp; lines: +2 -2 FreeBSD.ORG -> FreeBSD.org Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
v. 1.14 date: 1999/08/25 06:14:29; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.13 date: 1999/08/22 23:32:33; author: mharo; state: Exp; lines: +3 -3 awk -> ${AWK} basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR}
v. 1.12 date: 1998/11/14 23:48:08; author: obrien; state: Exp; lines: +2 -2 update to patched version that fix bug for 24-bit displays
v. 1.11 date: 1998/10/05 03:13:32; author: steve; state: Exp; lines: +2 -1 Move manpages to Makefile and use MAN* macros.
v. 1.10 date: 1998/05/25 08:05:14; author: tg; state: Exp; lines: +3 -3 Upgrade to 2.4.
v. 1.9 date: 1997/12/25 22:29:23; author: asami; state: Exp; lines: +2 -2 Be more selective about which ports to maintain. I no longer have time to maintain all these ports I once committed (sometimes as a proxy).
v. 1.8 date: 1996/11/18 11:28:41; author: asami; state: Exp; lines: +2 -2 Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.7 date: 1996/06/12 03:09:02; author: asami; state: Exp; lines: +4 -4 Upgrade, 2.2 -> 2.3. Submitted by: chuckr@glue.umd.edu
v. 1.6 date: 1996/02/07 09:28:22; author: asami; state: Exp; lines: +6 -6 Upgrade, 2.0 -> 2.2. They apparently stopped using Motif (which they were in 2.0.1). :) patch-ab and patch-ac are gone, 16/24 bit displays are now supported in the original code.
v. 1.5 date: 1995/04/09 07:09:37; author: asami; state: Exp; lines: +6 -4 Yet another round of Makefile updates, graphics version.
v. 1.4 date: 1995/04/01 12:45:54; author: jkh; state: Exp; lines: +2 -1 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
v. 1.3 date: 1995/03/24 11:09:05; author: asami; state: Exp; lines: +2 -1 Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of, and some other minor cleanup.
v. 1.2 date: 1995/02/11 13:49:32; author: asami; state: Exp; lines: +1 -2 Converted Makefiles as much as I could. (1) Took out INSTALL_MANPAGES (not necessary anymore, porter should set NO_INSTALL_MANPAGES for not calling "make install.man") (2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS. These are the entries I used: EXEC_DEPENDS: unzip:${PORTSDIR}/archivers/unzip gmake:${PORTSDIR}/devel/gmake wishx:${PORTSDIR}/lang/tclX xli:${PORTSDIR}/graphics/xli gs:${PORTSDIR}/print/ghostscript gunshar:${PORTSDIR}/archivers/gshar+gunshar hfs:${PORTSDIR}/utils/hfs rman:${PORTSDIR}/utils/rman LIB_DEPENDS: tiff\\.3\\.:${PORTSDIR}/graphics/tiff jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg Xpm\\.4\\.:${PORTSDIR}/graphics/xpm tcl\\.7\\.:${PORTSDIR}/lang/tcl tk\\.3\\.:${PORTSDIR}/x11/tk xview\\.1\\.:${PORTSDIR}/x11/xview-lib Xaw3d\\.:${PORTSDIR}/x11/Xaw3d mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib xview\\.3\\.:${PORTSDIR}/x11/xview-lib BLT\\.1\\.:${PORTSDIR}/x11/blt There are still some dependencies I can't figure out what exactly is needed. If your port still has DEPENDS in it, please check it out!
v. 1.1 date: 1994/12/17 11:54:25; author: asami; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1994/12/17 11:54:26; author: asami; state: Exp; lines: +0 -0 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.... ============================================================================= v. 1.25 date: 2007/07/12 18:51:58; author: lme; state: Exp; lines: +1 -1 Change e-mail address of my ports to my FreeBSD.org one. Approved by: miwi (mentor)
v. 1.24 date: 2007/05/19 20:17:49; author: flz; state: Exp; lines: +1 -0 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.23 date: 2006/11/01 15:17:31; author: jmelo; state: Exp; lines: +4 -3 - Add mastersite. - Pass maintainership PR: ports/104105 Submitted by: Lars Engels
v. 1.22 date: 2004/03/17 12:54:33; author: kris; state: Exp; lines: +7 -1 BROKEN on ia64: Does not compile
v. 1.21 date: 2004/02/05 20:37:37; author: trevor; state: Exp; lines: +1 -0 Use PLIST_FILES. Reviewed by: marcus
v. 1.20 date: 2003/04/04 01:38:38; author: lioux; state: Exp; lines: +1 -1 After repo copy from graphics category to newly create multimedia one, update all appropriate references: *_DEPENDS, CATEGORIES Repo copied by: cvs (joe) Approved by: portmgr (self & no objections)
v. 1.19 date: 2003/02/20 18:08:07; author: knu; state: Exp; lines: +1 -0 de-pkg-comment
v. 1.18 date: 2002/11/10 16:46:30; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.17 date: 2002/11/06 22:45:28; author: adamw; state: Exp; lines: +3 -1 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.16 date: 2000/04/14 10:46:43; author: asami; state: Exp; lines: +3 -3 Convert to PORTNAME/PORTVERSION. lfview had an invalid version string so I fixed it.
v. 1.15 date: 1999/08/31 06:45:02; author: mharo; state: Exp; lines: +2 -2 FreeBSD.ORG -> FreeBSD.org Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
v. 1.14 date: 1999/08/25 06:14:29; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.13 date: 1999/08/22 23:32:33; author: mharo; state: Exp; lines: +3 -3 awk -> ${AWK} basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR}
v. 1.12 date: 1998/11/14 23:48:08; author: obrien; state: Exp; lines: +2 -2 update to patched version that fix bug for 24-bit displays
v. 1.11 date: 1998/10/05 03:13:32; author: steve; state: Exp; lines: +2 -1 Move manpages to Makefile and use MAN* macros.
v. 1.10 date: 1998/05/25 08:05:14; author: tg; state: Exp; lines: +3 -3 Upgrade to 2.4.
v. 1.9 date: 1997/12/25 22:29:23; author: asami; state: Exp; lines: +2 -2 Be more selective about which ports to maintain. I no longer have time to maintain all these ports I once committed (sometimes as a proxy).
v. 1.8 date: 1996/11/18 11:28:41; author: asami; state: Exp; lines: +2 -2 Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.7 date: 1996/06/12 03:09:02; author: asami; state: Exp; lines: +4 -4 Upgrade, 2.2 -> 2.3. Submitted by: chuckr@glue.umd.edu
v. 1.6 date: 1996/02/07 09:28:22; author: asami; state: Exp; lines: +6 -6 Upgrade, 2.0 -> 2.2. They apparently stopped using Motif (which they were in 2.0.1). :) patch-ab and patch-ac are gone, 16/24 bit displays are now supported in the original code.
v. 1.5 date: 1995/04/09 07:09:37; author: asami; state: Exp; lines: +6 -4 Yet another round of Makefile updates, graphics version.
v. 1.4 date: 1995/04/01 12:45:54; author: jkh; state: Exp; lines: +2 -1 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
v. 1.3 date: 1995/03/24 11:09:05; author: asami; state: Exp; lines: +2 -1 Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of, and some other minor cleanup.
v. 1.2 date: 1995/02/11 13:49:32; author: asami; state: Exp; lines: +1 -2 Converted Makefiles as much as I could. (1) Took out INSTALL_MANPAGES (not necessary anymore, porter should set NO_INSTALL_MANPAGES for not calling "make install.man") (2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS. These are the entries I used: EXEC_DEPENDS: unzip:${PORTSDIR}/archivers/unzip gmake:${PORTSDIR}/devel/gmake wishx:${PORTSDIR}/lang/tclX xli:${PORTSDIR}/graphics/xli gs:${PORTSDIR}/print/ghostscript gunshar:${PORTSDIR}/archivers/gshar+gunshar hfs:${PORTSDIR}/utils/hfs rman:${PORTSDIR}/utils/rman LIB_DEPENDS: tiff\\.3\\.:${PORTSDIR}/graphics/tiff jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg Xpm\\.4\\.:${PORTSDIR}/graphics/xpm tcl\\.7\\.:${PORTSDIR}/lang/tcl tk\\.3\\.:${PORTSDIR}/x11/tk xview\\.1\\.:${PORTSDIR}/x11/xview-lib Xaw3d\\.:${PORTSDIR}/x11/Xaw3d mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib xview\\.3\\.:${PORTSDIR}/x11/xview-lib BLT\\.1\\.:${PORTSDIR}/x11/blt There are still some dependencies I can't figure out what exactly is needed. If your port still has DEPENDS in it, please check it out!
v. 1.1 date: 1994/12/17 11:54:25; author: asami; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1994/12/17 11:54:26; author: asami; state: Exp; lines: +0 -0 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.... ============================================================================= v. 1.25 date: 2007/07/12 18:51:58; author: lme; state: Exp; lines: +1 -1 Change e-mail address of my ports to my FreeBSD.org one. Approved by: miwi (mentor)
v. 1.24 date: 2007/05/19 20:17:49; author: flz; state: Exp; lines: +1 -0 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.23 date: 2006/11/01 15:17:31; author: jmelo; state: Exp; lines: +4 -3 - Add mastersite. - Pass maintainership PR: ports/104105 Submitted by: Lars Engels
v. 1.22 date: 2004/03/17 12:54:33; author: kris; state: Exp; lines: +7 -1 BROKEN on ia64: Does not compile
v. 1.21 date: 2004/02/05 20:37:37; author: trevor; state: Exp; lines: +1 -0 Use PLIST_FILES. Reviewed by: marcus
v. 1.20 date: 2003/04/04 01:38:38; author: lioux; state: Exp; lines: +1 -1 After repo copy from graphics category to newly create multimedia one, update all appropriate references: *_DEPENDS, CATEGORIES Repo copied by: cvs (joe) Approved by: portmgr (self & no objections)
v. 1.19 date: 2003/02/20 18:08:07; author: knu; state: Exp; lines: +1 -0 de-pkg-comment
v. 1.18 date: 2002/11/10 16:46:30; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.17 date: 2002/11/06 22:45:28; author: adamw; state: Exp; lines: +3 -1 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.16 date: 2000/04/14 10:46:43; author: asami; state: Exp; lines: +3 -3 Convert to PORTNAME/PORTVERSION. lfview had an invalid version string so I fixed it.
v. 1.15 date: 1999/08/31 06:45:02; author: mharo; state: Exp; lines: +2 -2 FreeBSD.ORG -> FreeBSD.org Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
v. 1.14 date: 1999/08/25 06:14:29; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.13 date: 1999/08/22 23:32:33; author: mharo; state: Exp; lines: +3 -3 awk -> ${AWK} basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR}
v. 1.12 date: 1998/11/14 23:48:08; author: obrien; state: Exp; lines: +2 -2 update to patched version that fix bug for 24-bit displays
v. 1.11 date: 1998/10/05 03:13:32; author: steve; state: Exp; lines: +2 -1 Move manpages to Makefile and use MAN* macros.
v. 1.10 date: 1998/05/25 08:05:14; author: tg; state: Exp; lines: +3 -3 Upgrade to 2.4.
v. 1.9 date: 1997/12/25 22:29:23; author: asami; state: Exp; lines: +2 -2 Be more selective about which ports to maintain. I no longer have time to maintain all these ports I once committed (sometimes as a proxy).
v. 1.8 date: 1996/11/18 11:28:41; author: asami; state: Exp; lines: +2 -2 Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.7 date: 1996/06/12 03:09:02; author: asami; state: Exp; lines: +4 -4 Upgrade, 2.2 -> 2.3. Submitted by: chuckr@glue.umd.edu
v. 1.6 date: 1996/02/07 09:28:22; author: asami; state: Exp; lines: +6 -6 Upgrade, 2.0 -> 2.2. They apparently stopped using Motif (which they were in 2.0.1). :) patch-ab and patch-ac are gone, 16/24 bit displays are now supported in the original code.
v. 1.5 date: 1995/04/09 07:09:37; author: asami; state: Exp; lines: +6 -4 Yet another round of Makefile updates, graphics version.
v. 1.4 date: 1995/04/01 12:45:54; author: jkh; state: Exp; lines: +2 -1 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
v. 1.3 date: 1995/03/24 11:09:05; author: asami; state: Exp; lines: +2 -1 Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of, and some other minor cleanup.
v. 1.2 date: 1995/02/11 13:49:32; author: asami; state: Exp; lines: +1 -2 Converted Makefiles as much as I could. (1) Took out INSTALL_MANPAGES (not necessary anymore, porter should set NO_INSTALL_MANPAGES for not calling "make install.man") (2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS. These are the entries I used: EXEC_DEPENDS: unzip:${PORTSDIR}/archivers/unzip gmake:${PORTSDIR}/devel/gmake wishx:${PORTSDIR}/lang/tclX xli:${PORTSDIR}/graphics/xli gs:${PORTSDIR}/print/ghostscript gunshar:${PORTSDIR}/archivers/gshar+gunshar hfs:${PORTSDIR}/utils/hfs rman:${PORTSDIR}/utils/rman LIB_DEPENDS: tiff\\.3\\.:${PORTSDIR}/graphics/tiff jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg Xpm\\.4\\.:${PORTSDIR}/graphics/xpm tcl\\.7\\.:${PORTSDIR}/lang/tcl tk\\.3\\.:${PORTSDIR}/x11/tk xview\\.1\\.:${PORTSDIR}/x11/xview-lib Xaw3d\\.:${PORTSDIR}/x11/Xaw3d mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib xview\\.3\\.:${PORTSDIR}/x11/xview-lib BLT\\.1\\.:${PORTSDIR}/x11/blt There are still some dependencies I can't figure out what exactly is needed. If your port still has DEPENDS in it, please check it out!
v. 1.1 date: 1994/12/17 11:54:25; author: asami; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1994/12/17 11:54:26; author: asami; state: Exp; lines: +0 -0 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.... =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm