add dumpmpeg
Dump frames from mpeg movies
This commit is contained in:
parent
2326dc2216
commit
443aa643ca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43467
@ -26,6 +26,7 @@
|
||||
SUBDIR += dia
|
||||
SUBDIR += diacanvas
|
||||
SUBDIR += dore
|
||||
SUBDIR += dumpmpeg
|
||||
SUBDIR += ecg2png
|
||||
SUBDIR += electriceyes
|
||||
SUBDIR += enfle
|
||||
|
26
graphics/dumpmpeg/Makefile
Normal file
26
graphics/dumpmpeg/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# ex:ts=8
|
||||
# New ports collection makefile for: dumpmpeg
|
||||
# Date created: Jun 3, 2001
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= dumpmpeg
|
||||
PORTVERSION= 0.6
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
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}
|
||||
|
||||
MAN1= dumpmpeg.1
|
||||
|
||||
.include <bsd.port.mk>
|
1
graphics/dumpmpeg/distinfo
Normal file
1
graphics/dumpmpeg/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (dumpmpeg-0.6.tar.gz) = 502365665ec0be7edb95c0801d6144c8
|
1
graphics/dumpmpeg/pkg-comment
Normal file
1
graphics/dumpmpeg/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Dump frames from mpeg movies
|
2
graphics/dumpmpeg/pkg-descr
Normal file
2
graphics/dumpmpeg/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
dumpmpeg is a simple program that allows you to dump frames from mpeg movies.
|
||||
Future features might include dumping of the audio as well.
|
1
graphics/dumpmpeg/pkg-plist
Normal file
1
graphics/dumpmpeg/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/dumpmpeg
|
26
multimedia/dumpmpeg/Makefile
Normal file
26
multimedia/dumpmpeg/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# ex:ts=8
|
||||
# New ports collection makefile for: dumpmpeg
|
||||
# Date created: Jun 3, 2001
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= dumpmpeg
|
||||
PORTVERSION= 0.6
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
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}
|
||||
|
||||
MAN1= dumpmpeg.1
|
||||
|
||||
.include <bsd.port.mk>
|
1
multimedia/dumpmpeg/distinfo
Normal file
1
multimedia/dumpmpeg/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (dumpmpeg-0.6.tar.gz) = 502365665ec0be7edb95c0801d6144c8
|
1
multimedia/dumpmpeg/pkg-comment
Normal file
1
multimedia/dumpmpeg/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Dump frames from mpeg movies
|
2
multimedia/dumpmpeg/pkg-descr
Normal file
2
multimedia/dumpmpeg/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
dumpmpeg is a simple program that allows you to dump frames from mpeg movies.
|
||||
Future features might include dumping of the audio as well.
|
1
multimedia/dumpmpeg/pkg-plist
Normal file
1
multimedia/dumpmpeg/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/dumpmpeg
|
Loading…
Reference in New Issue
Block a user