Import of enjoympeg-0.4.1

Enjoympeg is a MPEG-1 video player based on the source
of plaympeg from the SMPEG library.  It has a hideable
control bar which allows you to play/pause, stop, seek
and switch to fullscreen mode.

WWW: http://people.freenet.de/for_Ki/
This commit is contained in:
pvalchev 2001-07-07 03:04:00 +00:00
parent 398ddf5c5e
commit af10c877a4
4 changed files with 69 additions and 0 deletions

View File

@ -0,0 +1,32 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/07/07 03:04:00 pvalchev Exp $
COMMENT= "mpeg-1 video player"
VERSION= 0.4.1
DISTNAME= enjoympeg-${VERSION}
CATEGORIES= graphics x11
NEED_VERSION= 1.419
HOMEPAGE= http://people.freenet.de/for_Ki/
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}
LIB_DEPENDS= smpeg.1.3:smpeg-*:devel/smpeg
USE_X11= Yes
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/enjoympeg
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/enjoympeg
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (enjoympeg-0.4.1.tar.gz) = 72790a94316ed913edd2d1da613a5da0
RMD160 (enjoympeg-0.4.1.tar.gz) = e67bb5d575d71a4147cabca52d56a6a78afcc99d
SHA1 (enjoympeg-0.4.1.tar.gz) = 79ba8d1e569d44299f9159c2ff196a7a882bfa2a

View File

@ -0,0 +1,19 @@
Enjoympeg is a MPEG-1 video player based on the source
of plaympeg from the SMPEG library. It has a hideable
control bar which allows you to play/pause, stop, seek
and switch to fullscreen mode.
Features:
- Hideable controlbar
- Controlbar also available in fullscreen mode
- Fullscreen support
- It's a feature not a bug: Cursor hides when controlbar
hides in fullscreen mode
- Slider to seek in video
- Shows frame when seeking finished
- File dialog
- File info dialog (shows information like current frame,
fps when the info button is pressed while playing)
- Preferences dialog
WWW: ${HOMEPAGE}

View File

@ -0,0 +1,15 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/07/07 03:04:01 pvalchev Exp $
bin/enjoympeg
share/doc/enjoympeg/README
share/enjoympeg/folder.bmp
share/enjoympeg/font.bmp
share/enjoympeg/full.bmp
share/enjoympeg/info.bmp
share/enjoympeg/pause.bmp
share/enjoympeg/play.bmp
share/enjoympeg/pref.bmp
share/enjoympeg/quit.bmp
share/enjoympeg/stop.bmp
share/enjoympeg/win.bmp
@dirrm share/enjoympeg
@dirrm share/doc/enjoympeg