This tool is used for people wanting to take sections out of MPEG2-PS files without re-encoding the resulting frames. The idea is to write specific "Group of Pictures" (GOP) sections to a new MPEG2-PS file. These GOPs will decode correctly (in theory), and the gaps won't be noticed. I wrote this tool to edit commercials out of MPEG2 files produced by my KFir MPEG2 capture card. Using this tool for anything else is really beyond the scope of its design.
20 lines
550 B
Makefile
20 lines
550 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2005/03/23 19:16:33 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= gopchop-1.1.3
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gopchop/} \
|
|
http://outflux.net/unix/software/GOPchop/download/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://outflux.net/unix/software/GOPchop/
|
|
COMMENT= MPEG2 GOP-accurate editor
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_DIRS+= xdg-1.1
|
|
|
|
.include "../../multimedia/libmpeg2/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|