1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

add enjoympeg

An MPEG-1 video player
This commit is contained in:
Ying-Chieh Liao 2001-06-03 12:28:05 +00:00
parent 95672b8746
commit 2326dc2216
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43466
11 changed files with 113 additions and 0 deletions

View File

@ -29,6 +29,7 @@
SUBDIR += ecg2png
SUBDIR += electriceyes
SUBDIR += enfle
SUBDIR += enjoympeg
SUBDIR += eog
SUBDIR += eps2png
SUBDIR += epstool

View File

@ -0,0 +1,23 @@
# ex:ts=8
# New ports collection makefile for: enjoympeg
# Date created: Jun 3, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= enjoympeg
PORTVERSION= 0.4.1
CATEGORIES= graphics
MASTER_SITES= http://people.freenet.de/for_Ki/
MAINTAINER= ijliao@FreeBSD.org
LIB_DEPENDS= SDL-1.1:${PORTSDIR}/devel/sdl12 \
smpeg:${PORTSDIR}/graphics/smpeg
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
GNU_CONFIGURE= yes
CONFIGURE_ENV= SDL_CONFIG=${SDL_CONFIG}
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (enjoympeg-0.4.1.tar.gz) = 72790a94316ed913edd2d1da613a5da0

View File

@ -0,0 +1 @@
An MPEG-1 video player

View File

@ -0,0 +1,19 @@
Enjoympeg is an 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
- Filedialog
- Fileinfodialog (shows information like current frame, fps... when
infobutton is pressed while playing)
- Preferencesdialog
WWW: http://people.freenet.de/for_Ki/

View File

@ -0,0 +1,12 @@
bin/enjoympeg
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

View File

@ -0,0 +1,23 @@
# ex:ts=8
# New ports collection makefile for: enjoympeg
# Date created: Jun 3, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= enjoympeg
PORTVERSION= 0.4.1
CATEGORIES= graphics
MASTER_SITES= http://people.freenet.de/for_Ki/
MAINTAINER= ijliao@FreeBSD.org
LIB_DEPENDS= SDL-1.1:${PORTSDIR}/devel/sdl12 \
smpeg:${PORTSDIR}/graphics/smpeg
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
GNU_CONFIGURE= yes
CONFIGURE_ENV= SDL_CONFIG=${SDL_CONFIG}
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (enjoympeg-0.4.1.tar.gz) = 72790a94316ed913edd2d1da613a5da0

View File

@ -0,0 +1 @@
An MPEG-1 video player

View File

@ -0,0 +1,19 @@
Enjoympeg is an 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
- Filedialog
- Fileinfodialog (shows information like current frame, fps... when
infobutton is pressed while playing)
- Preferencesdialog
WWW: http://people.freenet.de/for_Ki/

View File

@ -0,0 +1,12 @@
bin/enjoympeg
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