summaryrefslogtreecommitdiff
path: root/multimedia/streamdvd
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-09-05 21:09:08 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-09-05 21:09:08 +0000
commitd73197e8d84b4ada55c2dff919e1175ff3c76929 (patch)
tree626fa47fc7d0da790984b6e9c1637367d26fed1a /multimedia/streamdvd
parentUpdate to 1.6.6. (diff)
Add streamdvd.
StreamDVD is a fast tool to backup Video DVDs 'on the fly', there will be no ripping, demultiplexing, recoding, remultiplexing... You can select the wanted title, chapters, video, audio and subpicture streams, a resize factor, and StreamDVD will write a 'ready to author' vob file to stdout. WWW: http://www.badabum.de/streamdvd.html PR: ports/85714 Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca>
Notes
Notes: svn path=/head/; revision=142029
Diffstat (limited to 'multimedia/streamdvd')
-rw-r--r--multimedia/streamdvd/Makefile38
-rw-r--r--multimedia/streamdvd/distinfo2
-rw-r--r--multimedia/streamdvd/pkg-descr8
3 files changed, 48 insertions, 0 deletions
diff --git a/multimedia/streamdvd/Makefile b/multimedia/streamdvd/Makefile
new file mode 100644
index 000000000000..8a01b6336af0
--- /dev/null
+++ b/multimedia/streamdvd/Makefile
@@ -0,0 +1,38 @@
+# New ports collection makefile for: streamdvd
+# Date created: Fri Jul 22 18:30:01 EDT 2005
+# Whom: Serge Gagnon <serge.gagnon@b2b2c.ca>
+#
+# $FreeBSD$
+#
+
+PORTNAME= streamdvd
+PORTVERSION= 0.4
+CATEGORIES= multimedia
+MASTER_SITES= http://www.badabum.de/down/
+
+MAINTAINER= serge.gagnon@b2b2c.ca
+COMMENT= A fast tool to backup Video DVDs 'on the fly'
+
+LIB_DEPENDS= dvdread:${PORTSDIR}/multimedia/libdvdread
+
+WRKSRC= ${WRKDIR}/StreamDVD-${PORTVERSION}
+USE_REINPLACE= yes
+
+PLIST_FILES= bin/streamdvd
+PORTDOCS= README
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|g++ -g -Wall|${CXX} ${CXXFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib|' ${WRKSRC}/Makefile
+ @${REINPLACE_CMD} -e 's|<getopt\.h>|<unistd.h>|' \
+ ${WRKSRC}/mplex/mplex.cpp ${WRKSRC}/streamdvd.c
+ @${REINPLACE_CMD} -e 's|<stdint\.h>|<unistd.h>|' \
+ ${WRKSRC}/mplex/mjpeg_types.h
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/streamdvd ${PREFIX}/bin
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
+.endif
+
+.include <bsd.port.mk>
diff --git a/multimedia/streamdvd/distinfo b/multimedia/streamdvd/distinfo
new file mode 100644
index 000000000000..83a4521f2fc1
--- /dev/null
+++ b/multimedia/streamdvd/distinfo
@@ -0,0 +1,2 @@
+MD5 (streamdvd-0.4.tar.gz) = 5e85dee490c5c5fb20faf87851fdca74
+SIZE (streamdvd-0.4.tar.gz) = 152669
diff --git a/multimedia/streamdvd/pkg-descr b/multimedia/streamdvd/pkg-descr
new file mode 100644
index 000000000000..c00be10b5e8c
--- /dev/null
+++ b/multimedia/streamdvd/pkg-descr
@@ -0,0 +1,8 @@
+StreamDVD is a fast tool to backup Video DVDs 'on the fly', there will
+be no ripping, demultiplexing, recoding, remultiplexing...
+
+You can select the wanted title, chapters, video, audio and subpicture
+streams, a resize factor, and StreamDVD will write a 'ready to author'
+vob file to stdout.
+
+WWW: http://www.badabum.de/streamdvd.html