[20995] trunk/dports/multimedia

source_changes at macosforge.org source_changes at macosforge.org
Tue Dec 19 06:12:33 PST 2006


Revision: 20995
          http://trac.macosforge.org/projects/macports/changeset/20995
Author:   css at macports.org
Date:     2006-12-19 06:12:33 -0800 (Tue, 19 Dec 2006)

Log Message:
-----------
Add new port for tivodecode 0.1.4. (#11122)

Added Paths:
-----------
    trunk/dports/multimedia/tivodecode/
    trunk/dports/multimedia/tivodecode/Portfile

Added: trunk/dports/multimedia/tivodecode/Portfile
===================================================================
--- trunk/dports/multimedia/tivodecode/Portfile	                        (rev 0)
+++ trunk/dports/multimedia/tivodecode/Portfile	2006-12-19 14:12:33 UTC (rev 20995)
@@ -0,0 +1,38 @@
+# $Id$
+
+PortSystem 1.0
+
+name		tivodecode
+version		0.1.4
+categories	multimedia
+platforms	darwin
+maintainers	css at 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
+}


Property changes on: trunk/dports/multimedia/tivodecode/Portfile
___________________________________________________________________
Name: svn:keywords
   + id

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061219/cf18186f/attachment.html


More information about the macports-changes mailing list