From 2f4d7d605b889a45d4a2c45a621c0ee6abe690e0 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 23 Mar 2005 19:16:33 +0000 Subject: Initial import of gopchop-1.1.3: 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. --- multimedia/gopchop/Makefile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 multimedia/gopchop/Makefile (limited to 'multimedia/gopchop/Makefile') diff --git a/multimedia/gopchop/Makefile b/multimedia/gopchop/Makefile new file mode 100644 index 00000000000..e1a713d92bf --- /dev/null +++ b/multimedia/gopchop/Makefile @@ -0,0 +1,20 @@ +# $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" -- cgit v1.2.3