Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 04 Sep 2005 13:59:56 -0400
From:      Serge Gagnon <serge.gagnon@b2b2c.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/85714: [NEW PORTS] sysutils/streamdvd
Message-ID:  <E1EByma-00026R-Hm@quenix1.dyndns.org>
Resent-Message-ID: <200509041800.j84I0e2n049505@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         85714
>Category:       ports
>Synopsis:       [NEW PORTS] sysutils/streamdvd
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 04 18:00:40 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Serge Gagnon
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
me
>Environment:
System: FreeBSD quenix1.dyndns.org 5.4-STABLE FreeBSD 5.4-STABLE #0: Sat Aug 6 12:15:25 EDT 2005 root@quenix1.dyndns.org:/usr/obj/usr/src/sys/OCEAN i386

>Description:
	
	Streamdvd is a fast tool to backup Video DVDs 'on the fly'
	In fact, it is a run dependency to lxdvdrip

>How-To-Repeat:
>Fix:


--- streamdvd.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	streamdvd
#	streamdvd/Makefile
#	streamdvd/pkg-plist
#	streamdvd/distinfo
#	streamdvd/pkg-descr
#	streamdvd/files
#	streamdvd/files/patch-Makefile
#
echo c - streamdvd
mkdir -p streamdvd > /dev/null 2>&1
echo x - streamdvd/Makefile
sed 's/^X//' >streamdvd/Makefile << 'END-of-streamdvd/Makefile'
X# New ports collection makefile for: streamdvd
X# Date created:         Fri Jul 22 18:30:01 EDT 2005
X# Whom:                 Serge Gagnon serge.gagnon@b2b2c.ca
X#
X# $FreeBSD$
X#
X
XPORTNAME=       streamdvd
XPORTVERSION=    0.4
XCATEGORIES=     sysutils
XMASTER_SITES=   http://www.badabum.de/down/
XDISTNAME=       ${PORTNAME}-${PORTVERSION}
XEXTRACT_SUFX=   .tar.gz
X
XMAINTAINER=	serge.gagnon@b2b2c.ca
XCOMMENT=	StreamDVD is a fast tool to backup Video DVDs 'on the fly'
X
XLIB_DEPENDS=    dvdread:${PORTSDIR}/multimedia/libdvdread
X
XWRKSRC=	${WRKDIR}/StreamDVD-${PORTVERSION}
X
X.include <bsd.port.mk>
END-of-streamdvd/Makefile
echo x - streamdvd/pkg-plist
sed 's/^X//' >streamdvd/pkg-plist << 'END-of-streamdvd/pkg-plist'
Xbin/streamdvd
END-of-streamdvd/pkg-plist
echo x - streamdvd/distinfo
sed 's/^X//' >streamdvd/distinfo << 'END-of-streamdvd/distinfo'
XMD5 (streamdvd-0.4.tar.gz) = 5e85dee490c5c5fb20faf87851fdca74
XSIZE (streamdvd-0.4.tar.gz) = 152669
END-of-streamdvd/distinfo
echo x - streamdvd/pkg-descr
sed 's/^X//' >streamdvd/pkg-descr << 'END-of-streamdvd/pkg-descr'
XStreamDVD is a fast tool to backup Video DVDs 'on the fly', there
Xwill be no ripping, demultiplexing, recoding, remultiplexing ....
XYou can select the wanted title, chapters, video, audio and subpicture
Xstreams and also a resize factor and StreamDVD will write a 'ready
Xto author' vob file to stdout
END-of-streamdvd/pkg-descr
echo c - streamdvd/files
mkdir -p streamdvd/files > /dev/null 2>&1
echo x - streamdvd/files/patch-Makefile
sed 's/^X//' >streamdvd/files/patch-Makefile << 'END-of-streamdvd/files/patch-Makefile'
X--- Makefile.orig	Sun Sep  4 13:29:33 2005
X+++ Makefile	Sun Sep  4 13:32:15 2005
X@@ -1,16 +1,16 @@
X INSTALLDIR = /usr/local/bin/
X 
X all:
X-	g++ -g -Wall -ldvdread -lm -o streamdvd -I. -Implex streamdvd.c requant.c mplex/*.c mplex/*.cpp
X+	g++ -g -Wall -L/usr/local/lib -ldvdread -lm -o streamdvd -I. -I/usr/local/include -I. -I/usr/local/includeplex streamdvd.c requant.c mplex/*.c mplex/*.cpp
X 
X addon:
X-	gcc -g -Wall -ldvdread -o streamanalyze contrib/StreamAnalyze/streamanalyze.c
X-	gcc -g -Wall -ldvdread -DVERSION=\"0.9\" -o lsdvd contrib/lsdvd/lsdvd.c
X+	gcc -g -Wall -L/usr/local/lib -ldvdread -o streamanalyze contrib/StreamAnalyze/streamanalyze.c
X+	gcc -g -Wall -L/usr/local/lib -ldvdread -DVERSION=\"0.9\" -o lsdvd contrib/lsdvd/lsdvd.c
X 
X gui:
X-	g++ -g -Wall -ldvdread -lm -o streamdvd -I. -Implex streamdvd.c requant.c mplex/*.c mplex/*.cpp
X-	gcc -g -Wall -ldvdread -o streamanalyze contrib/StreamAnalyze/streamanalyze.c
X-	gcc -g -Wall -ldvdread -DVERSION=\"0.9\" -o lsdvd contrib/lsdvd/lsdvd.c
X+	g++ -g -Wall -L/usr/local/lib -ldvdread -lm -o streamdvd -I. -I/usr/local/include -I. -I/usr/local/includeplex streamdvd.c requant.c mplex/*.c mplex/*.cpp
X+	gcc -g -Wall -L/usr/local/lib -ldvdread -o streamanalyze contrib/StreamAnalyze/streamanalyze.c
X+	gcc -g -Wall -L/usr/local/lib -ldvdread -DVERSION=\"0.9\" -o lsdvd contrib/lsdvd/lsdvd.c
X 
X clean: 
X 	rm -f streamdvd streamanalyze lsdvd
END-of-streamdvd/files/patch-Makefile
exit
--- streamdvd.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1EByma-00026R-Hm>