replex stable port information

Package: replex
Version: 0.1.4
Revision: 1
Depends:
BuildDepends:
Source: http://www.metzlerbros.org/dvb/replex-%v.tar.gz
Source-MD5: 4f7f8772528327f8eb592eeb93554f3a
PatchScript: <<
#!/bin/sh -ev
sed -i.bak -e '41a\
#ifndef O_LARGEFILE\
#define O_LARGEFILE 0\
#endif ' replex.c
<<
SetCFLAGS: -O3 -fstrict-aliasing
SetCXXFLAGS: -O3 -fstrict-aliasing
NoSetLDFLAGS: true
NoSetCPPFLAGS: true
CompileScript: make
InstallScript: <<
mkdir %i/lib
mkdir %i/bin
make install DESTDIR=%i
<<
DocFiles: README* COPYING CHANGES TODO
#
Description: Remultiplex an MPEG2 for DVD
DescDetail: <<
Replex was created to remultiplex transport stream (TS) data taken from a DVB
source. The result is supposed to be a program stream (PS) that can be
used to be burned to a DVD (with dvdauthor).
Replex can also remultiplex other PSs and AVIs with MPEG2 content.
<<
DescPackaging: <<
<<
License: GPL
Maintainer: Kevin Jaeger
Homepage: http://www.metzlerbros.org/dvb/