Portfile

# $Id: Portfile 21490 2007-01-26 02:47:28Z eridius@macports.org $

PortSystem 1.0

name tivodecode
version 0.1.4
categories multimedia
platforms darwin
maintainers css@macports.org
description utility to convert .tivo files into mpeg
long_description This software converts a .TiVo file (produced \
by the TiVoToGo functionality on recent TiVo software releases) \
to a normal MPEG file. This has the same functionality as using \
TiVo's supplied DirectShow DLL on Windows with a tool such as \
DirectShowDump, but is portable to different architectures and \
operating systems, and runs on the command line using files or \
pipes. The conversion still requires the valid MAK of the TiVo \
which recorded the file, so it cannot be used to circumvent \
their protection, simply to provide the same level of access as \
is already available on Windows.

homepage http://tivodecode.sourceforge.net/
master_sites sourceforge:${name}
checksums md5 b0131ce1de4f2c2057f31a29f7f13c45 \
sha1 b6e3877971bf20cddba6905f68e15b758dcbcea6

use_configure no
destroot {
xinstall -m 755 ${worksrcpath}/objects.dir/tivodecode \
${destroot}${prefix}/bin
xinstall -d -m 0755 ${destroot}${prefix}/share/doc/${name}
xinstall -m 0644 -W ${worksrcpath} COPYING README \
${destroot}${prefix}/share/doc/${name}
}

platform darwin 8 {
configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
}