summaryrefslogtreecommitdiff
path: root/multimedia/gopchop
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-10 03:07:56 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-10 03:07:56 +0000
commit7a0add54802c15c4d4fdf49ca09e11e90793a67d (patch)
tree9009adcded33eb1e57f88c347198dca152b26b51 /multimedia/gopchop
parentAdd ArcExplorer 4.0, the java version of the the popular GIS (diff)
add GOPchop 0.6
MPEG2 GOP-accurate editor
Notes
Notes: svn path=/head/; revision=62736
Diffstat (limited to 'multimedia/gopchop')
-rw-r--r--multimedia/gopchop/Makefile35
-rw-r--r--multimedia/gopchop/distinfo1
-rw-r--r--multimedia/gopchop/pkg-comment1
-rw-r--r--multimedia/gopchop/pkg-descr6
-rw-r--r--multimedia/gopchop/pkg-plist6
5 files changed, 49 insertions, 0 deletions
diff --git a/multimedia/gopchop/Makefile b/multimedia/gopchop/Makefile
new file mode 100644
index 000000000000..f7b953c445b4
--- /dev/null
+++ b/multimedia/gopchop/Makefile
@@ -0,0 +1,35 @@
+# ex:ts=8
+# Ports collection makefile for: GOPchop
+# Date created: Apr 24, 2002
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= gopchop
+PORTVERSION= 0.6
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
+ http://outflux.net/unix/software/GOPchop/download/
+MASTER_SITE_SUBDIR= ${PORTNAME}
+DISTNAME= GOPchop-${PORTVERSION}
+
+MAINTAINER= ports@FreeBSD.org
+
+BUILD_DEPENDS= ${LOCALBASE}/lib/libvo.a:${PORTSDIR}/graphics/libmpeg2
+LIB_DEPENDS= mpeg2:${PORTSDIR}/graphics/libmpeg2 \
+ SDL-1.1:${PORTSDIR}/devel/sdl12 \
+ gnugetopt:${PORTSDIR}/devel/libgnugetopt
+
+USE_REINPLACE= yes
+USE_GTK= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -D__GNU_LIBRARY__" \
+ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS} -lSDL-1.1 -lgnugetopt"
+
+post-patch:
+ @${REINPLACE_CMD} -e "s|-lSDL|-lSDL-1.1|g" \
+ -e "s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e "s|-lglib||g" ${WRKSRC}/src/Makefile.in
+
+.include <bsd.port.mk>
diff --git a/multimedia/gopchop/distinfo b/multimedia/gopchop/distinfo
new file mode 100644
index 000000000000..66125447f3c7
--- /dev/null
+++ b/multimedia/gopchop/distinfo
@@ -0,0 +1 @@
+MD5 (GOPchop-0.6.tar.gz) = dbd1cf67038db966f7be6362845130f6
diff --git a/multimedia/gopchop/pkg-comment b/multimedia/gopchop/pkg-comment
new file mode 100644
index 000000000000..15ed1fdec481
--- /dev/null
+++ b/multimedia/gopchop/pkg-comment
@@ -0,0 +1 @@
+MPEG2 GOP-accurate editor
diff --git a/multimedia/gopchop/pkg-descr b/multimedia/gopchop/pkg-descr
new file mode 100644
index 000000000000..aadb7cfd44f3
--- /dev/null
+++ b/multimedia/gopchop/pkg-descr
@@ -0,0 +1,6 @@
+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.
+
+WWW: http://gopchop.sourceforge.net/
diff --git a/multimedia/gopchop/pkg-plist b/multimedia/gopchop/pkg-plist
new file mode 100644
index 000000000000..8565ba8f893c
--- /dev/null
+++ b/multimedia/gopchop/pkg-plist
@@ -0,0 +1,6 @@
+bin/GOPchop
+bin/mpegcat
+share/GOPchop/pixmaps/about.xpm
+share/GOPchop/pixmaps/error.xpm
+@dirrm share/GOPchop/pixmaps
+@dirrm share/GOPchop