add enjoympeg
An MPEG-1 video player
This commit is contained in:
parent
95672b8746
commit
2326dc2216
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43466
@ -29,6 +29,7 @@
|
||||
SUBDIR += ecg2png
|
||||
SUBDIR += electriceyes
|
||||
SUBDIR += enfle
|
||||
SUBDIR += enjoympeg
|
||||
SUBDIR += eog
|
||||
SUBDIR += eps2png
|
||||
SUBDIR += epstool
|
||||
|
23
graphics/enjoympeg/Makefile
Normal file
23
graphics/enjoympeg/Makefile
Normal 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>
|
1
graphics/enjoympeg/distinfo
Normal file
1
graphics/enjoympeg/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (enjoympeg-0.4.1.tar.gz) = 72790a94316ed913edd2d1da613a5da0
|
1
graphics/enjoympeg/pkg-comment
Normal file
1
graphics/enjoympeg/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
An MPEG-1 video player
|
19
graphics/enjoympeg/pkg-descr
Normal file
19
graphics/enjoympeg/pkg-descr
Normal 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/
|
12
graphics/enjoympeg/pkg-plist
Normal file
12
graphics/enjoympeg/pkg-plist
Normal 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
|
23
multimedia/enjoympeg/Makefile
Normal file
23
multimedia/enjoympeg/Makefile
Normal 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>
|
1
multimedia/enjoympeg/distinfo
Normal file
1
multimedia/enjoympeg/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (enjoympeg-0.4.1.tar.gz) = 72790a94316ed913edd2d1da613a5da0
|
1
multimedia/enjoympeg/pkg-comment
Normal file
1
multimedia/enjoympeg/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
An MPEG-1 video player
|
19
multimedia/enjoympeg/pkg-descr
Normal file
19
multimedia/enjoympeg/pkg-descr
Normal 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/
|
12
multimedia/enjoympeg/pkg-plist
Normal file
12
multimedia/enjoympeg/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user