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

add dumpmpeg

Dump frames from mpeg movies
This commit is contained in:
Ying-Chieh Liao 2001-06-03 13:17:42 +00:00
parent 2326dc2216
commit 443aa643ca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43467
11 changed files with 63 additions and 0 deletions

View File

@ -26,6 +26,7 @@
SUBDIR += dia
SUBDIR += diacanvas
SUBDIR += dore
SUBDIR += dumpmpeg
SUBDIR += ecg2png
SUBDIR += electriceyes
SUBDIR += enfle

View 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>

View File

@ -0,0 +1 @@
MD5 (dumpmpeg-0.6.tar.gz) = 502365665ec0be7edb95c0801d6144c8

View File

@ -0,0 +1 @@
Dump frames from mpeg movies

View 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.

View File

@ -0,0 +1 @@
bin/dumpmpeg

View 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>

View File

@ -0,0 +1 @@
MD5 (dumpmpeg-0.6.tar.gz) = 502365665ec0be7edb95c0801d6144c8

View File

@ -0,0 +1 @@
Dump frames from mpeg movies

View 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.

View File

@ -0,0 +1 @@
bin/dumpmpeg